sonification.dataimport.visbards_resourcetoolkit.model
Class Property
java.lang.Object
sonification.dataimport.visbards_resourcetoolkit.model.Property
public class Property
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
M_STYLE
public static final int M_STYLE
- See Also:
- Constant Field Values
M_SCALE
public static final int M_SCALE
- See Also:
- Constant Field Values
A_WIDTH
public static final int A_WIDTH
- See Also:
- Constant Field Values
A_SCALE
public static final int A_SCALE
- See Also:
- Constant Field Values
DEC_PERCENT
public static final int DEC_PERCENT
- See Also:
- Constant Field Values
NUM_GLYPHS
public static final int NUM_GLYPHS
- See Also:
- Constant Field Values
M_SIZE_MAP
public static final int M_SIZE_MAP
- See Also:
- Constant Field Values
M_COLOR_MAP
public static final int M_COLOR_MAP
- See Also:
- Constant Field Values
A_VECTOR_MAP
public static final int A_VECTOR_MAP
- See Also:
- Constant Field Values
A_COLOR_MAP
public static final int A_COLOR_MAP
- See Also:
- Constant Field Values
LOC_MAP
public static final int LOC_MAP
- See Also:
- Constant Field Values
TIME_MAP
public static final int TIME_MAP
- See Also:
- Constant Field Values
STATIC_COLOR
public static final int STATIC_COLOR
- See Also:
- Constant Field Values
PLOT_ORBIT
public static final int PLOT_ORBIT
- See Also:
- Constant Field Values
VERTEX_DEC_PERCENT
public static final int VERTEX_DEC_PERCENT
- See Also:
- Constant Field Values
ORB_COLOR_MAP
public static final int ORB_COLOR_MAP
- See Also:
- Constant Field Values
ORB_THICKNESS
public static final int ORB_THICKNESS
- See Also:
- Constant Field Values
VAL_TYPE_CATEGORY
public static final java.lang.String VAL_TYPE_CATEGORY
- See Also:
- Constant Field Values
VAL_TYPE_FLOAT
public static final java.lang.String VAL_TYPE_FLOAT
- See Also:
- Constant Field Values
VAL_TYPE_INTEGER
public static final java.lang.String VAL_TYPE_INTEGER
- See Also:
- Constant Field Values
VAL_TYPE_BOOLEAN
public static final java.lang.String VAL_TYPE_BOOLEAN
- See Also:
- Constant Field Values
sTime
public static final Property sTime
sLocation
public static final Property sLocation
sDecPercent
public static final Property sDecPercent
sMStyle
public static final Property sMStyle
sMScale
public static final Property sMScale
sNumGlyphs
public static final Property sNumGlyphs
sMSize
public static final Property sMSize
sMColor
public static final Property sMColor
sStaticColor
public static final Property sStaticColor
sPlotOrbit
public static final Property sPlotOrbit
sVertexDec
public static final Property sVertexDec
sOrbitColor
public static final Property sOrbitColor
sOrbitThickness
public static final Property sOrbitThickness
Property
public Property(java.lang.String str)
Property
public Property(int type)
Property
public Property(int type,
int idx)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
type
public int type()
arrowIdx
public int arrowIdx()
isColorMap
public boolean isColorMap()
getValueType
public java.lang.String getValueType()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object