fop 1.0

org.apache.fop.afp.goca
Class GraphicsFillet

java.lang.Object
  extended by org.apache.fop.afp.modca.AbstractAFPObject
      extended by org.apache.fop.afp.goca.AbstractGraphicsDrawingOrder
          extended by org.apache.fop.afp.goca.AbstractGraphicsCoord
              extended by org.apache.fop.afp.goca.GraphicsFillet
All Implemented Interfaces:
Streamable, StructuredData

public final class GraphicsFillet
extends AbstractGraphicsCoord

A GOCA graphics curved tangential line to a specified set of straight lines drawn from the given position or current position


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
GraphicsFillet(int[] coords, boolean relative)
          Constructor
 
Method Summary
 
Methods inherited from class org.apache.fop.afp.goca.AbstractGraphicsCoord
addCoords, getDataLength, isRelative, toString, 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

GraphicsFillet

public GraphicsFillet(int[] coords,
                      boolean relative)
Constructor

Parameters:
coords - the x/y coordinates for this object

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.