|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.PathIteratorSegment
public class PathIteratorSegment
This class represents a single segment in a path iterator.
Constructor Summary | |
---|---|
PathIteratorSegment()
Default constructor. |
Method Summary | |
---|---|
int |
getSegmentType()
Returns the segment type for this PathIterator segment. |
float |
getX1()
Returns the x coordinate of the first parameter point. |
float |
getX2()
Returns the x coordinate of the second parameter point. |
float |
getX3()
Returns the x coordinate of the third parameter point. |
float |
getY1()
Returns the y coordinate of the first parameter point. |
float |
getY2()
Returns the y coordinate of the second parameter point. |
float |
getY3()
Returns the y coordinate of the third parameter point. |
void |
setSegmentType(int segmentType)
Defines the segment type for this PathIterator segment. |
void |
setX1(float x1)
Defines the x coordinate of the first parameter point. |
void |
setX2(float x2)
Defines the x coordinate of the second parameter point. |
void |
setX3(float x3)
Defines the x coordinate of the third parameter point. |
void |
setY1(float y1)
Defines the y coordinate of the first parameter point. |
void |
setY2(float y2)
Defines the y coordinate of the second parameter point. |
void |
setY3(float y3)
Defines the y coordinate of the third parameter point. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PathIteratorSegment()
Method Detail |
---|
public int getSegmentType()
public void setSegmentType(int segmentType)
segmentType
- the type of the segment, one of the predefined constants of the class PathIterator.public float getX1()
public void setX1(float x1)
x1
- the x coordinate of the first parameter point.public float getY1()
public void setY1(float y1)
y1
- the y coordinate of the first parameter point.public float getX2()
public void setX2(float x2)
x2
- the x coordinate of the second parameter point.public float getY2()
public void setY2(float y2)
y2
- the y coordinate of the second parameter point.public float getX3()
public void setX3(float x3)
x3
- the x coordinate of the third parameter point.public float getY3()
public void setY3(float y3)
y3
- the y coordinate of the third parameter point.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |