|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapeElement
public class ShapeElement
Represents a part of shape with same outline and fill properties.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public 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 java.awt.geom.GeneralPath
.
public byte getFillSource()
Returns information about how to fill an element.
Read-only ShapeElementFillSource
.
public byte getStrokeSource()
Returns information about how to stroke an element.
Read-only ShapeElementStrokeSource
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |