|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shape | |
---|---|
org.apache.pivot.wtk.media.drawing | Contains a set of primitives for constructing vector-based drawings. |
Uses of Shape in org.apache.pivot.wtk.media.drawing |
---|
Subclasses of Shape in org.apache.pivot.wtk.media.drawing | |
---|---|
class |
Arc
Shape representing an arc. |
class |
Canvas
Shape representing the root of a shape hierarchy. |
class |
CubicCurve
Shape representing a cubic curve. |
class |
Ellipse
Shape representing an ellipse. |
class |
Group
Shape representing a collection of other shapes. |
class |
Line
Shape representing a line. |
class |
Path
A shape representing a geometric path constructed from straight lines, quadratic curves, and and cubic (Bézier) curves. |
class |
QuadCurve
Shape representing a quad curve. |
class |
Rectangle
Shape representing a rectangle. |
class |
Shape2D
Abstract base class for shapes that encapsulate a Java2D shape. |
class |
Text
Shape representing a block of text. |
Methods in org.apache.pivot.wtk.media.drawing that return Shape | |
---|---|
Shape |
Group.get(int index)
|
Shape |
Group.getDescendantAt(int x,
int y)
|
Shape |
Shape.Transform.getShape()
|
Shape |
Group.getShapeAt(int x,
int y)
|
Shape |
Group.update(int index,
Shape shape)
|
Methods in org.apache.pivot.wtk.media.drawing that return types with arguments of type Shape | |
---|---|
Iterator<Shape> |
Group.iterator()
|
Sequence<Shape> |
Group.remove(int index,
int count)
|
Methods in org.apache.pivot.wtk.media.drawing with parameters of type Shape | |
---|---|
int |
Group.add(Shape shape)
|
void |
ShapeListener.fillChanged(Shape shape,
Paint previousFill)
Called when a shape's fill has changed. |
int |
Group.indexOf(Shape shape)
|
void |
Group.insert(Shape shape,
int index)
|
void |
ShapeListener.originChanged(Shape shape,
int previousX,
int previousY)
Called when a shape's origin has changed. |
int |
Group.remove(Shape shape)
|
void |
ShapeListener.strokeChanged(Shape shape,
Paint previousStroke)
Called when a shape's stroke has changed. |
void |
ShapeListener.strokeThicknessChanged(Shape shape,
int previousStrokeThickness)
Called when a shape's stroke thickness has changed. |
void |
ShapeTransformListener.transformInserted(Shape shape,
int index)
Called when a transform has been inserted into a shape's transform sequence. |
void |
ShapeTransformListener.transformsRemoved(Shape shape,
int index,
Sequence<Shape.Transform> transforms)
Called when transforms have been removed from a shape's transform sequence. |
Shape |
Group.update(int index,
Shape shape)
|
void |
ShapeListener.visibleChanged(Shape shape)
Called when a shape's visible flag has changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |