public class ShapeElement extends java.lang.Object implements IShapeElement
Represents a part of shape with same outline and fill properties.
Modifier and Type | Method and Description |
---|---|
byte |
getFillSource()
Returns information about how to fill an element.
|
java.awt.Shape |
getGraphicsPath()
Returns an element's path.
|
Shape |
getParentShape()
Returns a Shape_PPT for which element was created.
|
byte |
getStrokeSource()
Returns information about how to stroke an element.
|
public final Shape getParentShape()
Returns a Shape_PPT for which element was created.
Read-only Shape
.
public java.awt.Shape getGraphicsPath()
Returns an element's path.
Read-only GeneralPath
.
public final byte getFillSource()
Returns information about how to fill an element.
Read-only ShapeElementFillSource
.
public final byte getStrokeSource()
Returns information about how to stroke an element.
Read-only ShapeElementStrokeSource
.