|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AxisMapperRange extends Range<java.lang.Double>
Manages a logical range within an axis mapper. Range defines an axis region of a scrollable axis mapper. The entire axis range is considered to be [0,1]. AxisMapperRange defines a sub-range of the entire [0,1] range.
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(AxisMapperRangeListener listener)
Adds a range change listener. |
boolean |
isAdjusting()
Returns true is the range is being changed and has not been finalized yet. |
boolean |
isMoreZoomAvailable()
Returns true if the axis can more zoom, false otherwise. |
void |
removeListener(AxisMapperRangeListener listener)
Removes a range change listener. |
void |
setExtent(double ext)
Sets the range extent. |
void |
setIsAdjusting(boolean adjusting)
Sets/unsets adjustment mode. |
void |
setMinimum(double min)
Sets the lower range bound. |
void |
setRange(double min,
double max)
Sets the range. |
| Methods inherited from interface lt.monarch.chart.mapper.Range |
|---|
getMaximum, getMinimum |
| Method Detail |
|---|
void addListener(AxisMapperRangeListener listener)
listener - listenervoid removeListener(AxisMapperRangeListener listener)
listener - listenerboolean isAdjusting()
void setMinimum(double min)
min - range lower boundvoid setExtent(double ext)
ext - range extent
void setRange(double min,
double max)
min - range lower boundmax - range upper boundvoid setIsAdjusting(boolean adjusting)
adjusting - true, if values are final. false otherwiseboolean isMoreZoomAvailable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||