org.apache.fop.dom.svg
Class SVGTransformImpl
- public class SVGTransformImpl
- implements SVGTransform
Field Summary |
(package private) SVGMatrix | matrix |
(package private) short | type |
matrix
SVGMatrix matrix
type
short type
SVGTransformImpl
public SVGTransformImpl()
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