ShapeLen2Compound

ostrat.geom.ShapeLen2Compound

A compound shape graphic specified in Length units.

Attributes

Graph
Supertypes
trait GeomLen2Elem
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Inherited and Abstract methods

Graphical facet such as fills, drawing lines and active.

Graphical facet such as fills, drawing lines and active.

Attributes

Inherited from:
ShapeGeomlessCompound
override def mapGeom2(operand: Length): Graphic2Elem

Divides by a Length to produce an equivalent Aff2Elem without Length units.

Divides by a Length to produce an equivalent Aff2Elem without Length units.

Attributes

Definition Classes
Inherited from:
GraphicLen2Elem
override def scale(operand: Double): GraphicLen2Elem

Uniform 2 Length dimension geometric scaling transformation. The scale name was chosen for this operation as it is normally the desired operation and preserves Circles and Squares. The Return type will be narrowed in sub traits / classes.

Uniform 2 Length dimension geometric scaling transformation. The scale name was chosen for this operation as it is normally the desired operation and preserves Circles and Squares. The Return type will be narrowed in sub traits / classes.

Attributes

Definition Classes
Inherited from:
GraphicLen2Elem

Attributes

Inherited from:
ShapeLen2Graphic
override def slate(xOperand: Length, yOperand: Length): GraphicLen2Elem

Translate 2 Length dimension geometric transformation, taking the xDelta and yDelta as parameters on this GeomLen2Elem returning a GeomLen2Elem. The Return type will be narrowed in sub traits. There is a name overload method taking a Pt2 or Vec2 as a parameter, slateX and slateY methods are also available.

Translate 2 Length dimension geometric transformation, taking the xDelta and yDelta as parameters on this GeomLen2Elem returning a GeomLen2Elem. The Return type will be narrowed in sub traits. There is a name overload method taking a Pt2 or Vec2 as a parameter, slateX and slateY methods are also available.

Attributes

Definition Classes
Inherited from:
GraphicLen2Elem
override def slate(operand: VecPtLen2): GraphicLen2Elem

Translate 2 Length dimension geometric transformation GeomLen2Elem. The Return type will be narrowed in sub traits. There is a name overload taking the X and Y Deltas as separate parameters, slateX and slateY methods are also available.

Translate 2 Length dimension geometric transformation GeomLen2Elem. The Return type will be narrowed in sub traits. There is a name overload taking the X and Y Deltas as separate parameters, slateX and slateY methods are also available.

Attributes

Definition Classes
Inherited from:
GraphicLen2Elem
override def slateX(xOperand: Length): GraphicLen2Elem

Translate 2 Length dimension geometric transformation in the X dimension returning a GeomLen2Elem. The Return type will be narrowed in sub traits.

Translate 2 Length dimension geometric transformation in the X dimension returning a GeomLen2Elem. The Return type will be narrowed in sub traits.

Attributes

Definition Classes
Inherited from:
GraphicLen2Elem
override def slateY(yOperand: Length): GraphicLen2Elem

Translate 2 Length dimension geometric transformation in the Y dimension returning a GeomLen2Elem. The Return type will be narrowed in sub traits.

Translate 2 Length dimension geometric transformation in the Y dimension returning a GeomLen2Elem. The Return type will be narrowed in sub traits.

Attributes

Definition Classes
Inherited from:
GraphicLen2Elem