Shape

scalafx.scene.shape.Shape
See theShape companion class
object Shape

Attributes

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

Members list

Value members

Concrete methods

def intersect(shape1: Shape, shape2: Shape): Shape

Returns a new Shape which is created as an intersection of the specified input shapes.

Returns a new Shape which is created as an intersection of the specified input shapes.

Attributes

def subtract(shape1: Shape, shape2: Shape): Shape

Returns a new Shape which is created by subtracting the specified second shape from the first shape.

Returns a new Shape which is created by subtracting the specified second shape from the first shape.

Attributes

def union(shape1: Shape, shape2: Shape): Shape

Returns a new Shape which is created as a union of the specified input shapes.

Returns a new Shape which is created as a union of the specified input shapes.

Attributes

Implicits

Implicits

implicit def sfxShape2jfx(v: Shape): Shape