Attributes
- Companion
- trait
- Source
- Graphics.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Picture.type
Members list
Type members
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Overlays a group of pictures, the first at the bottom.
An open elliptical arc from startDegrees to endDegrees (clockwise, since y is down).
An open elliptical arc from startDegrees to endDegrees (clockwise, since y is down).
Attributes
- Source
- Graphics.scala
A line with an arrowhead at to.
Attributes
- Source
- Graphics.scala
An X cross marker.
A cubic Bézier curve through the two endpoints, pulled toward the two control points.
A cubic Bézier curve through the two endpoints, pulled toward the two control points.
Attributes
- Source
- Graphics.scala
A filled dot (fill it with a colour; the default is white).
An ellipse with semi-axes rx/ry, rotation degrees turned. A closed shape, so it fills and dashes like any polygon (it is drawn as a fine polyline, which keeps the styling uniform).
An ellipse with semi-axes rx/ry, rotation degrees turned. A closed shape, so it fills and dashes like any polygon (it is drawn as a fine polyline, which keeps the styling uniform).
Attributes
- Source
- Graphics.scala
Lays pictures out in a grid of columns columns, row by row, with gap pixels between cells. Each cell is the size of the largest picture, so ragged content still aligns.
Lays pictures out in a grid of columns columns, row by row, with gap pixels between cells. Each cell is the size of the largest picture, so ragged content still aligns.
Attributes
- Source
- Graphics.scala
A text label on a filled background box — the readable way to tag a detection. at is the box's top-left; the box is sized to the text plus padding on every side.
A text label on a filled background box — the readable way to tag a detection. at is the box's top-left; the box is sized to the text plus padding on every side.
Attributes
- Source
- Graphics.scala
Attributes
- Source
- Graphics.scala
A keypoint marker — a filled dot in color.
Attributes
- Source
- Graphics.scala
Attributes
- Source
- Graphics.scala
A quadratic Bézier curve from p0 to p1, bent toward control.
Attributes
- Source
- Graphics.scala
A regular sides-gon inscribed in a circle of radius, rotation degrees turned.
A regular sides-gon inscribed in a circle of radius, rotation degrees turned.
Attributes
- Source
- Graphics.scala
A rectangle with rounded corners of the given radius (clamped to half the shorter side).
A rectangle with rounded corners of the given radius (clamped to half the shorter side).
Attributes
- Source
- Graphics.scala
A filled pie slice: the arc from startDegrees to endDegrees closed back through the centre.
A filled pie slice: the arc from startDegrees to endDegrees closed back through the centre.
Attributes
- Source
- Graphics.scala
A star with points points between outer and inner radii.
Attributes
- Source
- Graphics.scala
Concrete fields
The empty picture — the identity for Picture.on.