|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoordAxis
Interface for classes implementing axis metadata.
Method Summary | |
---|---|
java.lang.String |
getAttribute(java.lang.String name)
Gets the value of the named attribute. |
AxisType |
getAxisType()
Gets the type of this axis. |
java.lang.String |
getDescription()
Gets the description of this CoordAxis. |
java.lang.String |
getName()
Gets the name of this CoordAxis. |
Range |
getRange()
Gets the range of this axis. |
javax.measure.unit.Unit<?> |
getUnits()
Gets the unit of measurement for this coordinate axis. |
double |
getValue(int index)
Gets the value at the specified index. |
java.lang.String |
getValueAsString(int index)
Gets the value as a String at the specified index. |
boolean |
isCompatible(CoordAxis axis)
Gets whether or not the this axis is compatible with the specified axis. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getAttribute(java.lang.String name)
name
- the name of the attribute.
Range getRange()
AxisType getAxisType()
double getValue(int index)
index
- the index
java.lang.String getValueAsString(int index)
index
- the index of the value to get
javax.measure.unit.Unit<?> getUnits()
boolean isCompatible(CoordAxis axis)
axis
- the axis to check for compatibility
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |