|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.data.AbstractCoordAxis
public abstract class AbstractCoordAxis
DefaultCoordinateAxis implementation.
Field Summary | |
---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
attributes
|
protected AxisData |
data
|
Constructor Summary | |
---|---|
AbstractCoordAxis(AxisData data)
|
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. |
boolean |
isCompatible(CoordAxis axis)
Gets whether or not the this axis is compatible with the specified axis. |
void |
setAttribute(java.lang.String name,
java.lang.String value)
Sets the named attributes value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface anl.aida.data.CoordAxis |
---|
getValue, getValueAsString |
Field Detail |
---|
protected AxisData data
protected java.util.Map<java.lang.String,java.lang.String> attributes
Constructor Detail |
---|
public AbstractCoordAxis(AxisData data)
data
- Method Detail |
---|
public AxisType getAxisType()
CoordAxis
getAxisType
in interface CoordAxis
public java.lang.String getAttribute(java.lang.String name)
CoordAxis
getAttribute
in interface CoordAxis
name
- the name of the attribute.
public void setAttribute(java.lang.String name, java.lang.String value)
name
- the name of the attributevalue
- the attribute valuepublic java.lang.String getDescription()
CoordAxis
getDescription
in interface CoordAxis
public java.lang.String getName()
CoordAxis
getName
in interface CoordAxis
public Range getRange()
CoordAxis
getRange
in interface CoordAxis
public javax.measure.unit.Unit<?> getUnits()
CoordAxis
getUnits
in interface CoordAxis
public boolean isCompatible(CoordAxis axis)
isCompatible
in interface CoordAxis
axis
- the axis to check for compatibility
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |