public final class P2DAxisType extends java.lang.Object implements P2DAxisTypeInterface
Modifier and Type | Field and Description |
---|---|
static P2DAxisType |
LOG_X |
static P2DAxisType |
LOG_Y |
static P2DAxisType |
LOG_Z |
static P2DAxisType |
X
Predefined axis types.
|
static P2DAxisType |
Y |
static P2DAxisType |
Z |
_X, _Y, _Z
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParams()
This function returns a string containing all parameters of the object.
|
java.lang.String |
getStringValue()
Return the the value representation of the axis type.
|
int |
getValue()
Return the the value representation of the axis type.
|
boolean |
isLog()
Return a boolean that inidiates whether the type is log.
|
java.lang.String |
toString()
This function returns a string containing the string
representation of the object.
|
public static final P2DAxisType X
public static final P2DAxisType Y
public static final P2DAxisType Z
public static final P2DAxisType LOG_X
public static final P2DAxisType LOG_Y
public static final P2DAxisType LOG_Z
public int getValue()
getValue
in interface P2DAxisTypeInterface
public java.lang.String getStringValue()
getStringValue
in interface P2DAxisTypeInterface
public boolean isLog()
isLog
in interface P2DAxisTypeInterface
public java.lang.String getParams()
getParams
in interface P2DAxisTypeInterface
toString
public java.lang.String toString()
toString
in class java.lang.Object
getParams