org.apache.fop.dom.svg
Class SVGTransformImpl


public class SVGTransformImpl
implements SVGTransform


Field Summary
 (package private) SVGMatrixmatrix
           
 (package private) shorttype
           

Constructor Summary
SVGTransformImpl()
           

Method Summary
 floatgetAngle()
           
 SVGMatrixgetMatrix()
           
 shortgetType()
           
 voidsetMatrix(SVGMatrix matrix)
           
 voidsetRotate(float angle, float cx, float cy)
           
 voidsetScale(float sx, float sy)
           
 voidsetSkewX(float angle)
           
 voidsetSkewY(float angle)
           
 voidsetTranslate(float tx, float ty)
           

Field Detail

matrix

SVGMatrix matrix

type

short type
Constructor Detail

SVGTransformImpl

public SVGTransformImpl()
Method Detail

getAngle

public float getAngle()

getMatrix

public SVGMatrix getMatrix()

getType

public short getType()

setMatrix

public void setMatrix(SVGMatrix matrix)

setRotate

public void setRotate(float angle, float cx, float cy)
throws SVGException

setScale

public void setScale(float sx, float sy)
throws SVGException

setSkewX

public void setSkewX(float angle)
throws SVGException

setSkewY

public void setSkewY(float angle)
throws SVGException

setTranslate

public void setTranslate(float tx, float ty)
throws SVGException