public abstract class AffineTransform extends IObject implements _AffineTransformOperations, _AffineTransformOperationsNC
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
protected RDouble |
a00 |
protected RDouble |
a01 |
protected RDouble |
a02 |
protected RDouble |
a10 |
protected RDouble |
a11 |
protected RDouble |
a12 |
static long |
serialVersionUID |
protected RInt |
version |
Constructor and Description |
---|
AffineTransform() |
AffineTransform(RLong id,
Details details,
boolean loaded,
RInt version,
RDouble a00,
RDouble a10,
RDouble a01,
RDouble a11,
RDouble a02,
RDouble a12) |
Modifier and Type | Method and Description |
---|---|
static Ice.DispatchStatus |
___getA00(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getA01(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getA02(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getA10(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getA11(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getA12(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getVersion(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setA00(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setA01(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setA02(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setA10(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setA11(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setA12(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setVersion(AffineTransform __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
Ice.DispatchStatus |
__dispatch(IceInternal.Incoming in,
Ice.Current __current) |
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
AffineTransform |
clone() |
RDouble |
getA00() |
RDouble |
getA01() |
RDouble |
getA02() |
RDouble |
getA10() |
RDouble |
getA11() |
RDouble |
getA12() |
RInt |
getVersion() |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
void |
setA00(RDouble theA00) |
void |
setA01(RDouble theA01) |
void |
setA02(RDouble theA02) |
void |
setA10(RDouble theA10) |
void |
setA11(RDouble theA11) |
void |
setA12(RDouble theA12) |
void |
setVersion(RInt theVersion) |
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getA00, getA01, getA02, getA10, getA11, getA12, getVersion, setA00, setA01, setA02, setA10, setA11, setA12, setVersion
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String[] __ids
protected RInt version
protected RDouble a00
protected RDouble a10
protected RDouble a01
protected RDouble a11
protected RDouble a02
protected RDouble a12
public static final long serialVersionUID
public boolean ice_isA(java.lang.String s)
public boolean ice_isA(java.lang.String s, Ice.Current __current)
public java.lang.String[] ice_ids()
public java.lang.String[] ice_ids(Ice.Current __current)
public java.lang.String ice_id()
public java.lang.String ice_id(Ice.Current __current)
public static java.lang.String ice_staticId()
public final RDouble getA00()
getA00
in interface _AffineTransformOperationsNC
public final RDouble getA01()
getA01
in interface _AffineTransformOperationsNC
public final RDouble getA02()
getA02
in interface _AffineTransformOperationsNC
public final RDouble getA10()
getA10
in interface _AffineTransformOperationsNC
public final RDouble getA11()
getA11
in interface _AffineTransformOperationsNC
public final RDouble getA12()
getA12
in interface _AffineTransformOperationsNC
public final RInt getVersion()
getVersion
in interface _AffineTransformOperationsNC
public final void setA00(RDouble theA00)
setA00
in interface _AffineTransformOperationsNC
public final void setA01(RDouble theA01)
setA01
in interface _AffineTransformOperationsNC
public final void setA02(RDouble theA02)
setA02
in interface _AffineTransformOperationsNC
public final void setA10(RDouble theA10)
setA10
in interface _AffineTransformOperationsNC
public final void setA11(RDouble theA11)
setA11
in interface _AffineTransformOperationsNC
public final void setA12(RDouble theA12)
setA12
in interface _AffineTransformOperationsNC
public final void setVersion(RInt theVersion)
setVersion
in interface _AffineTransformOperationsNC
public static Ice.DispatchStatus ___getVersion(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setVersion(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getA00(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setA00(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getA10(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setA10(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getA01(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setA01(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getA11(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setA11(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getA02(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setA02(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getA12(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setA12(AffineTransform __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
__dispatch
in interface Ice.Object
__dispatch
in class IObject
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class IObject
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class IObject
public AffineTransform clone()