ShapeElement
ShapeElement class
Represents a part of shape with same outline and fill properties.
getFillSource
Name | Description |
---|---|
getFillSource () | Returns information about how to fill an element. Read-only ShapeElementFillSource. |
Returns: byte
getGraphicsPath
Name | Description |
---|---|
getGraphicsPath () | Returns an element’s path. Read-only java.awt.geom.GeneralPath. |
Returns: Shape
getParentShape
Name | Description |
---|---|
getParentShape () | Returns a Shape_PPT for which element was created. Read-only Shape. |
Returns: Shape
getStrokeSource
Name | Description |
---|---|
getStrokeSource () | Returns information about how to stroke an element. Read-only ShapeElementStrokeSource. |
Returns: byte