Cloneable
.Vector
using Vector.getCopy()
.Cloneable
.Path.Segment.CLOSE
Path.Segment
represents the link from the current
position of a Path
to the position of the last
Path.Segment.MOVE_TO
Path.Segment
.AffineTransform
and the given
AffineTransform
, multiplying the transformation matrix of this
AffineTransform
from the left with the transformation matrix of
the other AffineTransform
.BezierCurve
contains the given other
BezierCurve
.IGeometry
is fully contained by this
IMultiShape
.Polygon
.Polyline
.Rectangle
.Path.Segment.CUBIC_TO
Path.Segment
represents a CubicCurve
from the previous position of a Path
to the Point
at
index 2 associated with the Path.Segment
.CubicCurve
class represents a BezierCurve
of degree 3, having a start and an end Point
and two handle
Point
s.CubicCurve
object with the given sequence of x
and y coordinates of the start Point
, the two handle
Point
s, and the end Point
.CubicCurve
object from the given control
Point
coordinates.CubicCurve
from the given sequence of
Point
s, which is expected to be in the order: start Point
, first and second handle Point
s, and end Point
.CubicCurve
object from the given control
Point
s.CurvedPolygon
from the given BezierCurve
s.CurvedPolygon
from the given list of
BezierCurve
s.Copyright (c) 2014 itemis AG, and others. All rights reserved.