ShapeIncludes

scalafx.scene.shape.ShapeIncludes
See theShapeIncludes companion trait
object ShapeIncludes extends ShapeIncludes

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit def jfxArc2sfx(r: Arc): Arc

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Arc.html Arc]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Arc.html Arc]] instance to its ScalaFX counterpart.

Value parameters

r

JavaFX Arc

Attributes

Returns

ScalaFX Arc

Inherited from:
ShapeIncludes
implicit def jfxArcTo2sfx(a: ArcTo): ArcTo

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/ArcTo.html ArcTo]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/ArcTo.html ArcTo]] instance to its ScalaFX counterpart.

Value parameters

a

JavaFX ArcTo

Attributes

Returns

ScalaFX ArcTo

Inherited from:
ShapeIncludes
implicit def jfxArcType2sfx(e: ArcType): ArcType

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/ArcType.html ArcType]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/ArcType.html ArcType]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX ArcType

Attributes

Returns

ScalaFX ArcType

Inherited from:
ShapeIncludes
implicit def jfxBox2sfx(b: Box): Box

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Box.html Box]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Box.html Box]] instance to its ScalaFX counterpart.

Value parameters

b

JavaFX Box

Attributes

Returns

ScalaFX Box

Inherited from:
ShapeIncludes
implicit def jfxCircle2sfx(r: Circle): Circle

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Circle.html Circle]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Circle.html Circle]] instance to its ScalaFX counterpart.

Value parameters

r

JavaFX Circle

Attributes

Returns

ScalaFX Circle

Inherited from:
ShapeIncludes
implicit def jfxClosePath2sfx(c: ClosePath): ClosePath

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/ClosePath.html ClosePath]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/ClosePath.html ClosePath]] instance to its ScalaFX counterpart.

Value parameters

c

JavaFX ClosePath

Attributes

Returns

ScalaFX ClosePath

Inherited from:
ShapeIncludes
implicit def jfxCubicCurve2sfx(c: CubicCurve): CubicCurve

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/CubicCurve.html CubicCurve]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/CubicCurve.html CubicCurve]] instance to its ScalaFX counterpart.

Value parameters

c

JavaFX CubicCurve

Attributes

Returns

ScalaFX CubicCurve

Inherited from:
ShapeIncludes
implicit def jfxCubicCurveTo2sfx(c: CubicCurveTo): CubicCurveTo

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/CubicCurveTo.html CubicCurveTo]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/CubicCurveTo.html CubicCurveTo]] instance to its ScalaFX counterpart.

Value parameters

c

JavaFX CubicCurveTo

Attributes

Returns

ScalaFX CubicCurveTo

Inherited from:
ShapeIncludes
implicit def jfxCullFace2sfx(cf: CullFace): CullFace

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/CullFace.html CullFace]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/CullFace.html CullFace]] instance to its ScalaFX counterpart.

Value parameters

cf

JavaFX CullFace

Attributes

Returns

ScalaFX CullFace

Inherited from:
ShapeIncludes
implicit def jfxCylinder2sfx(c: Cylinder): Cylinder

Attributes

Inherited from:
ShapeIncludes
implicit def jfxDrawMode2sfx(e: DrawMode): DrawMode

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/DrawMode.html DrawMode]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/DrawMode.html DrawMode]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX DrawMode

Attributes

Returns

ScalaFX DrawMode

Inherited from:
ShapeIncludes
implicit def jfxEllipse2sfx(r: Ellipse): Ellipse

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Ellipse.html Ellipse]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Ellipse.html Ellipse]] instance to its ScalaFX counterpart.

Value parameters

r

JavaFX Ellipse

Attributes

Returns

ScalaFX Ellipse

Inherited from:
ShapeIncludes
implicit def jfxFillRule2sfx(e: FillRule): FillRule

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/FillRule.html FillRule]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/FillRule.html FillRule]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX FillRule

Attributes

Returns

ScalaFX FillRule

Inherited from:
ShapeIncludes
implicit def jfxHLineTo2sfx(h: HLineTo): HLineTo

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/HLineTo.html HLineTo]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/HLineTo.html HLineTo]] instance to its ScalaFX counterpart.

Value parameters

h

JavaFX HLineTo

Attributes

Returns

ScalaFX HLineTo

Inherited from:
ShapeIncludes
implicit def jfxLine2sfx(r: Line): Line

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Line.html Line]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Line.html Line]] instance to its ScalaFX counterpart.

Value parameters

r

JavaFX Line

Attributes

Returns

ScalaFX Line

Inherited from:
ShapeIncludes
implicit def jfxLineTo2sfx(l: LineTo): LineTo

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/LineTo.html LineTo]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/LineTo.html LineTo]] instance to its ScalaFX counterpart.

Value parameters

l

JavaFX LineTo

Attributes

Returns

ScalaFX LineTo

Inherited from:
ShapeIncludes
implicit def jfxMeshView2sfx(mv: MeshView): MeshView

Attributes

Inherited from:
ShapeIncludes
implicit def jfxMoveTo2sfx(l: MoveTo): MoveTo

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/MoveTo.html MoveTo]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/MoveTo.html MoveTo]] instance to its ScalaFX counterpart.

Value parameters

l

JavaFX MoveTo

Attributes

Returns

ScalaFX MoveTo

Inherited from:
ShapeIncludes
implicit def jfxPath2sfx(r: Path): Path

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Path.html Path]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Path.html Path]] instance to its ScalaFX counterpart.

Value parameters

r

JavaFX Path

Attributes

Returns

ScalaFX Path

Inherited from:
ShapeIncludes
implicit def jfxPathElement2sfx(e: PathElement): PathElement

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/PathElement.html PathElement]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/PathElement.html PathElement]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX PathElement

Attributes

Returns

ScalaFX PathElement

Inherited from:
ShapeIncludes
implicit def jfxPolygon2sfx(p: Polygon): Polygon

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Polygon.html Polygon]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Polygon.html Polygon]] instance to its ScalaFX counterpart.

Value parameters

p

JavaFX Polygon

Attributes

Returns

ScalaFX Polygon

Inherited from:
ShapeIncludes
implicit def jfxPolyline2sfx(p: Polyline): Polyline

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Polyline.html Polyline]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Polyline.html Polyline]] instance to its ScalaFX counterpart.

Value parameters

p

JavaFX Polyline

Attributes

Returns

ScalaFX Polyline

Inherited from:
ShapeIncludes
implicit def jfxQuadCurve2sfx(q: QuadCurve): QuadCurve

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/QuadCurve.html QuadCurve]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/QuadCurve.html QuadCurve]] instance to its ScalaFX counterpart.

Value parameters

q

JavaFX QuadCurve

Attributes

Returns

ScalaFX QuadCurve

Inherited from:
ShapeIncludes
implicit def jfxQuadCurveTo2sfx(q: QuadCurveTo): QuadCurveTo

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/QuadCurveTo.html QuadCurveTo]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/QuadCurveTo.html QuadCurveTo]] instance to its ScalaFX counterpart.

Value parameters

q

JavaFX QuadCurveTo

Attributes

Returns

ScalaFX QuadCurveTo

Inherited from:
ShapeIncludes
implicit def jfxRectangle2sfx(r: Rectangle): Rectangle

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Rectangle.html Rectangle]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Rectangle.html Rectangle]] instance to its ScalaFX counterpart.

Value parameters

r

JavaFX Rectangle

Attributes

Returns

ScalaFX Rectangle

Inherited from:
ShapeIncludes
implicit def jfxSVGPath2sfx(s: SVGPath): SVGPath

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/SVGPath.html SVGPath]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/SVGPath.html SVGPath]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX SVGPath

Attributes

Returns

ScalaFX SVGPath

Inherited from:
ShapeIncludes
implicit def jfxShape2sfx(s: Shape): Shape

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Shape.html Shape]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Shape.html Shape]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Shape

Attributes

Returns

ScalaFX Shape

Inherited from:
ShapeIncludes
implicit def jfxShape3D2sfx(s: Shape3D): Shape3D

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Shape3D.html Shape3D]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Shape3D.html Shape3D]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Shape3D

Attributes

Returns

ScalaFX Shape3D

Inherited from:
ShapeIncludes
implicit def jfxSphere2sfx(s: Sphere): Sphere

Attributes

Inherited from:
ShapeIncludes
implicit def jfxStrokeLineCap2sfx(e: StrokeLineCap): StrokeLineCap

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/StrokeLineCap.html StrokeLineCap]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/StrokeLineCap.html StrokeLineCap]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX StrokeLineCap

Attributes

Returns

ScalaFX StrokeLineCap

Inherited from:
ShapeIncludes
implicit def jfxStrokeLineJoin2sfx(e: StrokeLineJoin): StrokeLineJoin

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/StrokeLineJoin.html StrokeLineJoin]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/StrokeLineJoin.html StrokeLineJoin]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX StrokeLineJoin

Attributes

Returns

ScalaFX StrokeLineJoin

Inherited from:
ShapeIncludes
implicit def jfxStrokeType2sfx(e: StrokeType): StrokeType

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/StrokeType.html StrokeType]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/StrokeType.html StrokeType]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX StrokeType

Attributes

Returns

ScalaFX StrokeType

Inherited from:
ShapeIncludes
implicit def jfxTriangleMesh2sfx(tm: TriangleMesh): TriangleMesh

Attributes

Inherited from:
ShapeIncludes
implicit def jfxVLineTo2sfx(v: VLineTo): VLineTo

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/VLineTo.html VLineTo]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/VLineTo.html VLineTo]] instance to its ScalaFX counterpart.

Value parameters

v

JavaFX VLineTo

Attributes

Returns

ScalaFX VLineTo

Inherited from:
ShapeIncludes
implicit def jfxVertexFormat2sfx(v: VertexFormat): VertexFormat

Attributes

Inherited from:
ShapeIncludes