Package org.eclipse.nebula.cwt.svg
Class SvgTransform
- java.lang.Object
-
- org.eclipse.nebula.cwt.svg.SvgTransform
-
class SvgTransform extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classSvgTransform.Type
-
Field Summary
Fields Modifier and Type Field Description (package private) float[]data(package private) SvgTransformnext
-
Constructor Summary
Constructors Constructor Description SvgTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) float[]apply(float x, float y)(package private) booleanisIdentity()(package private) voidscale(float s)(package private) voidscale(float x, float y)(package private) voidsetData(SvgTransform.Type type, java.lang.String[] sa)(package private) voidskew(float x, float y)(package private) voidtranslate(float x, float y)
-
-
-
Field Detail
-
next
SvgTransform next
-
data
float[] data
-
-
Method Detail
-
apply
float[] apply(float x, float y)
-
isIdentity
boolean isIdentity()
-
scale
void scale(float s)
-
scale
void scale(float x, float y)
-
setData
void setData(SvgTransform.Type type, java.lang.String[] sa)
-
skew
void skew(float x, float y)
-
translate
void translate(float x, float y)
-
-