public interface P2DAxisTypeInterface
Modifier and Type | Field and Description |
---|---|
static char |
_X
Predefined constants to specify the axis type value.
|
static char |
_Y
Predefined constants to specify the axis type value.
|
static char |
_Z
Predefined constants to specify the axis type value.
|
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.
|
static final char _X
static final char _Y
static final char _Z
int getValue()
java.lang.String getStringValue()
boolean isLog()
java.lang.String getParams()
toString