Class GraphicsSetArcParameters
java.lang.Object
org.apache.fop.afp.modca.AbstractAFPObject
org.apache.fop.afp.goca.AbstractGraphicsDrawingOrder
org.apache.fop.afp.goca.AbstractGraphicsCoord
org.apache.fop.afp.goca.GraphicsSetArcParameters
- All Implemented Interfaces:
Streamable, StructuredData
Sets the arc parameters for a GOCA graphics arc (circle/ellipse)
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type -
Field Summary
Fields inherited from class AbstractGraphicsCoord
coords, relativeFields inherited from class AbstractAFPObject
LOG, SF_CLASS, SF_HEADER_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionGraphicsSetArcParameters(int xmaj, int ymin, int xmin, int ymaj) Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected byteReturns the order code of this structured fieldtoString()Methods inherited from class AbstractGraphicsCoord
addCoords, getCoordinateDataStartIndex, getData, getDataLength, isRelative, writeToStreamMethods inherited from class AbstractGraphicsDrawingOrder
getNameMethods inherited from class AbstractAFPObject
copySF, copySF, truncate, writeChunksToStream, writeObjects
-
Constructor Details
-
GraphicsSetArcParameters
public GraphicsSetArcParameters(int xmaj, int ymin, int xmin, int ymaj) Constructor- Parameters:
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 point
-
-
Method Details
-
getOrderCode
protected byte getOrderCode()Returns the order code of this structured field- Specified by:
getOrderCodein classAbstractGraphicsDrawingOrder- Returns:
- the order code of this structured field
-
toString
- Overrides:
toStringin classAbstractGraphicsCoord
-