org.apache.fop.pdf
Class PDFState.Data
java.lang.Object
org.apache.fop.pdf.PDFState.Data
- PDFState
- Cloneable, Serializable
public class PDFState.Data
extends java.lang.Object
implements Cloneable, Serializable
backPaint
public Paint backPaint
backcolor
public Color backcolor
dashArray
public int[] dashArray
dashOffset
public int dashOffset
fontName
public String fontName
fontSize
public float fontSize
lineCap
public int lineCap
lineJoin
public int lineJoin
lineWidth
public float lineWidth
miterLimit
public float miterLimit
transform
public AffineTransform transform
clone
public Object clone()
throws CloneNotSupportedException
concatenate
public void concatenate(AffineTransform at)
Concatenate the given AffineTransform with the current thus creating
a new viewport. Note that all concatenation operations are logged
so they can be replayed if necessary (ex. for block-containers with
"fixed" positioning.
at
- Transformation to perform
getTransform
public AffineTransform getTransform()
Get the current Transform.
resetTransform
public void resetTransform()
toString
public String toString()
java.lang.Object.toString()
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.