|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MutableGeneralPath.Segment
The interface used by all Segments / Operations in the MutableGeneralPath class
Method Summary | |
---|---|
void |
appendTo(java.awt.geom.GeneralPath gp)
Appends the operation of this segment to the given GeneralPath instance. |
int |
currentSegment(double[] d)
Returns the this segment's type and puts the segment's coordinates in the given array |
int |
currentSegment(float[] f)
Returns the this segment's type and puts the segment's coordinates in the given array |
int |
getType()
Returns the type constant as defined in PathIterator |
MutableGeneralPath.Segment |
next()
Returns the next segment or null if this segment is the last one. |
MutableGeneralPath.Segment |
prev()
Returns the previous segment or null if this segment is the first one. |
Method Detail |
---|
int getType()
PathIterator
MutableGeneralPath.Segment next()
null
if this segment is the last one.
null
.MutableGeneralPath.Segment prev()
null
if this segment is the first one.
null
.int currentSegment(double[] d)
d
- the array of doubles to put the coordinates of the segment in
int currentSegment(float[] f)
f
- the array of floats to put the coordinates of the segment in
void appendTo(java.awt.geom.GeneralPath gp)
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |