canvas
0.23.0
canvas
API
doodle.canvas
algebra
CanvasAlgebra
CanvasDrawing
given_Apply_CanvasDrawing
Path
PathApi
Shape
ShapeApi
Text
TextApi
effect
Canvas
Canvas
CanvasRenderer
Frame
Frame
Size
FitToPicture
FixedSize
Size
Picture
canvas
/
doodle.canvas
/
doodle.canvas.algebra
/
Shape
/
ShapeApi
ShapeApi
doodle.canvas.algebra.Shape.ShapeApi
object
ShapeApi
extends
ShapeApi
Attributes
Source
Shape.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
ShapeApi
class
Object
trait
Matchable
class
Any
Self type
ShapeApi
.
type
Members list
Clear all
Value members
Concrete methods
def
circle
(
tx
:
Transform
,
fill
:
Option
[
Fill
],
stroke
:
Option
[
Stroke
],
diameter
:
Double
):
CanvasDrawing
[
Unit
]
Attributes
Source
Shape.scala
def
rectangle
(
tx
:
Transform
,
fill
:
Option
[
Fill
],
stroke
:
Option
[
Stroke
],
width
:
Double
,
height
:
Double
):
CanvasDrawing
[
Unit
]
Attributes
Source
Shape.scala
def
triangle
(
tx
:
Transform
,
fill
:
Option
[
Fill
],
stroke
:
Option
[
Stroke
],
width
:
Double
,
height
:
Double
):
CanvasDrawing
[
Unit
]
Attributes
Source
Shape.scala
def
unit
:
CanvasDrawing
[
Unit
]
Attributes
Source
Shape.scala
In this article
Attributes
Members list
Value members
Concrete methods