multivalent.std.adaptor.pdf
Class GraphicsState
java.lang.Object
multivalent.std.adaptor.pdf.GraphicsState
- public class GraphicsState
- extends java.lang.Object
PDF graphics state, with many attributes.
As a PDF content stream is interpreted, GraphicsState objects and pushed and poppsed on the stack.
- Version:
- $Revision: 1.8 $ $Date: 2004/04/27 15:19:04 $
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ctm
public java.awt.geom.AffineTransform ctm
fCS
public java.awt.color.ColorSpace fCS
sCS
public java.awt.color.ColorSpace sCS
fillcolor
public java.awt.Color fillcolor
strokecolor
public java.awt.Color strokecolor
fontdict
public Dict fontdict
pointsize
public double pointsize
Tw
public double Tw
Tc
public double Tc
Tz
public double Tz
Ts
public double Ts
TL
public double TL
Tr
public int Tr
linewidth
public float linewidth
linecap
public int linecap
linejoin
public int linejoin
miterlimit
public float miterlimit
dasharray
public float[] dasharray
dashphase
public float dashphase
renderingintent
public java.lang.String renderingintent
flatness
public int flatness
smoothness
public double smoothness
alphastroke
public float alphastroke
alphanonstroke
public float alphanonstroke
clip
public FixedIClip clip
GraphicsState
public GraphicsState()
GraphicsState
public GraphicsState(GraphicsState gs)
- Makes copy of gs.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object