scalafx.scene.shape

Type members

Classlikes

object Arc
Companion
class
class Arc(val delegate: Arc) extends Shape with SFXDelegate[Arc]
Companion
object
object ArcTo
Companion
class
class ArcTo(val delegate: ArcTo) extends PathElement with PositionDelegate[ArcTo] with SFXDelegate[ArcTo]
Companion
object
sealed abstract class ArcType(val delegate: ArcType) extends SFXEnumDelegate[ArcType]
Companion
object
object Box
Companion
class
object Circle
Companion
class
class Circle(val delegate: Circle) extends Shape with SFXDelegate[Circle]
Companion
object
object ClosePath
Companion
class
class ClosePath(val delegate: ClosePath) extends PathElement with SFXDelegate[ClosePath]
Companion
object
object CubicCurve
Companion
class
class CubicCurve(val delegate: CubicCurve) extends Shape with SFXDelegate[CubicCurve]
Companion
object
object CubicCurveTo
Companion
class
class CubicCurveTo(val delegate: CubicCurveTo) extends PathElement with PositionDelegate[CubicCurveTo] with SFXDelegate[CubicCurveTo]
Companion
object
sealed abstract class CullFace(val delegate: CullFace) extends SFXEnumDelegate[CullFace]
Companion
object
object Cylinder
Companion
class
sealed abstract class DrawMode(val delegate: DrawMode) extends SFXEnumDelegate[DrawMode]
Companion
object
object Ellipse
Companion
class
class Ellipse(val delegate: Ellipse) extends Shape with SFXDelegate[Ellipse]
Companion
object
sealed abstract class FillRule(val delegate: FillRule) extends SFXEnumDelegate[FillRule]
Companion
object
object HLineTo
Companion
class
class HLineTo(val delegate: HLineTo) extends PathElement with SFXDelegate[HLineTo]
Companion
object
object Line
Companion
class
class Line(val delegate: Line) extends Shape with SFXDelegate[Line]
Companion
object
object LineTo
Companion
class
class LineTo(val delegate: LineTo) extends PathElement with PositionDelegate[LineTo] with SFXDelegate[LineTo]
Companion
object
object Mesh
Companion
class
object MeshView
Companion
class
object MoveTo
Companion
class
class MoveTo(val delegate: MoveTo) extends PathElement with PositionDelegate[MoveTo] with SFXDelegate[MoveTo]
Companion
object
object Path
Companion
class
object PathElement
Companion
class
abstract class PathElement(val delegate: PathElement) extends SFXDelegate[PathElement]
Companion
object
object Polygon
Companion
class
class Polygon(val delegate: Polygon) extends Shape with SFXDelegate[Polygon]
Companion
object
object Polyline
Companion
class
class Polyline(val delegate: Polyline) extends Shape with SFXDelegate[Polyline]
Companion
object
object QuadCurve
Companion
class
class QuadCurve(val delegate: QuadCurve) extends Shape with SFXDelegate[QuadCurve]
Companion
object
object QuadCurveTo
Companion
class
class QuadCurveTo(val delegate: QuadCurveTo) extends PathElement with PositionDelegate[QuadCurveTo] with SFXDelegate[QuadCurveTo]
Companion
object
object Rectangle
Companion
class
object SVGPath
Companion
class
class SVGPath(val delegate: SVGPath) extends Shape with SFXDelegate[SVGPath]
Companion
object
object Shape
Companion
class
object Shape3D
Companion
class
Companion
class

Contains implicit methods to convert from `javafx.scene.shape` Classes/Traits to their ScalaFX counterparts.

Contains implicit methods to convert from `javafx.scene.shape` Classes/Traits to their ScalaFX counterparts.

Companion
object
object Sphere
Companion
class
class Sphere(val delegate: Sphere) extends Shape3D with SFXDelegate[Sphere]
sealed abstract class StrokeLineCap(val delegate: StrokeLineCap) extends SFXEnumDelegate[StrokeLineCap]
Companion
object
sealed abstract class StrokeLineJoin(val delegate: StrokeLineJoin) extends SFXEnumDelegate[StrokeLineJoin]
Companion
object
sealed abstract class StrokeType(val delegate: StrokeType) extends SFXEnumDelegate[StrokeType]
Companion
object
object TriangleMesh
Companion
class
object VLineTo
Companion
class
class VLineTo(val delegate: VLineTo) extends PathElement with SFXDelegate[VLineTo]
Companion
object
object VertexFormat
Companion
class
class VertexFormat(val delegate: VertexFormat) extends SFXDelegate[VertexFormat]

Defines the format of the vertices in a mesh. A vertex consists of an array of points, normals (optional), and texture coordinates.

Defines the format of the vertices in a mesh. A vertex consists of an array of points, normals (optional), and texture coordinates.

Wraps a JavaFX VertexFormat.

Companion
object