Package ch.bailu.gtk.cairo
Klasse Matrix
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.cairo.Matrix
- Alle implementierten Schnittstellen:
PointerInterface
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
double
double
double
double
double
double
void
init
(double xx, double yx, double xy, double yy, double x0, double y0) void
void
invert()
void
void
rotate
(double radians) void
scale
(double sx, double sy) void
setFieldX0
(double x0) void
setFieldXx
(double xx) void
setFieldXy
(double xy) void
setFieldY0
(double y0) void
setFieldYx
(double yx) void
setFieldYy
(double yy) void
translate
(double tx, double ty) Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
XX
- Siehe auch:
-
YX
- Siehe auch:
-
XY
- Siehe auch:
-
YY
- Siehe auch:
-
X0
- Siehe auch:
-
Y0
- Siehe auch:
-
-
Konstruktordetails
-
Matrix
-
Matrix
public Matrix()
-
-
Methodendetails
-
getClassHandler
-
setFieldXx
public void setFieldXx(double xx) -
getFieldXx
public double getFieldXx() -
setFieldYx
public void setFieldYx(double yx) -
getFieldYx
public double getFieldYx() -
setFieldXy
public void setFieldXy(double xy) -
getFieldXy
public double getFieldXy() -
setFieldYy
public void setFieldYy(double yy) -
getFieldYy
public double getFieldYy() -
setFieldX0
public void setFieldX0(double x0) -
getFieldX0
public double getFieldX0() -
setFieldY0
public void setFieldY0(double y0) -
getFieldY0
public double getFieldY0() -
initIdentity
public void initIdentity() -
translate
public void translate(double tx, double ty) - Parameter:
tx
-ty
-
-
scale
public void scale(double sx, double sy) - Parameter:
sx
-sy
-
-
rotate
public void rotate(double radians) - Parameter:
radians
-
-
invert
public void invert() -
multiply
- Parameter:
a
-b
-
-
init
public void init(double xx, double yx, double xy, double yy, double x0, double y0) - Parameter:
xx
-yx
-xy
-yy
-x0
-y0
-
-