|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.modca.AbstractAFPObject
org.apache.fop.afp.goca.AbstractGraphicsDrawingOrder
org.apache.fop.afp.goca.AbstractGraphicsCoord
org.apache.fop.afp.goca.GraphicsSetArcParameters
public class GraphicsSetArcParameters
Sets the arc parameters for a GOCA graphics arc (circle/ellipse)
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fop.afp.modca.AbstractAFPObject |
---|
AbstractAFPObject.Category, AbstractAFPObject.Type |
Field Summary |
---|
Fields inherited from class org.apache.fop.afp.goca.AbstractGraphicsCoord |
---|
coords, relative |
Fields inherited from class org.apache.fop.afp.modca.AbstractAFPObject |
---|
log, SF_CLASS, SF_HEADER |
Constructor Summary | |
---|---|
GraphicsSetArcParameters(int xmaj,
int ymin,
int xmin,
int ymaj)
Constructor |
Method Summary | |
---|---|
protected byte |
getOrderCode()
Returns the order code of this structured field |
java.lang.String |
toString()
|
Methods inherited from class org.apache.fop.afp.goca.AbstractGraphicsCoord |
---|
addCoords, getDataLength, isRelative, writeToStream |
Methods inherited from class org.apache.fop.afp.goca.AbstractGraphicsDrawingOrder |
---|
getName |
Methods inherited from class org.apache.fop.afp.modca.AbstractAFPObject |
---|
copyChunks, copySF, copySF, truncate, writeChunksToStream, writeObjects |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GraphicsSetArcParameters(int xmaj, int ymin, int xmin, int ymaj)
xmaj
- x coordinate of the major axis pointymin
- y coordinate of the minor axis pointxmin
- x coordinate of the minor axis pointymaj
- y coordinate of the major axis pointMethod Detail |
---|
protected byte getOrderCode()
public java.lang.String toString()
toString
in class AbstractGraphicsCoord
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |