|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.mapper.AbstractAxisMapperRange
public abstract class AbstractAxisMapperRange extends java.lang.Object implements AxisMapperRange, java.io.Serializable
Base implementation of the axis mapper range.
| Constructor and Description |
|---|
AbstractAxisMapperRange()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(AxisMapperRangeListener listener)
Adds the specified axis mapper range listener to receive notification when range is adjusting, is shifted or changed. |
protected void |
fireRangeAdjusting()
Notifies all listeners that axis mapper range adjustment mode changed. |
protected void |
fireRangeChanged()
Notifies all listeners that axis mapper range changed. |
protected void |
fireRangeShifted()
Notifies all listeners that axis mapper range shifted. |
boolean |
isAdjusting()
Returns true if the range is being changed and has not been finalized yet. |
void |
removeListener(AxisMapperRangeListener listener)
Removes the specified axis mapper range listener so that it no longer receives notifications from this mapper range. |
void |
setIsAdjusting(boolean adjusting)
Sets/unsets adjustment mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface lt.monarch.chart.mapper.AxisMapperRange |
|---|
isMoreZoomAvailable, setExtent, setMinimum, setRange |
| Methods inherited from interface lt.monarch.chart.mapper.Range |
|---|
getMaximum, getMinimum |
| Constructor Detail |
|---|
public AbstractAxisMapperRange()
| Method Detail |
|---|
public void addListener(AxisMapperRangeListener listener)
addListener in interface AxisMapperRangelistener - the axis mapper range listenerAxisMapperRangeListenerpublic void removeListener(AxisMapperRangeListener listener)
removeListener in interface AxisMapperRangelistener - the axis mapper range listenerAxisMapperRangeListenerpublic boolean isAdjusting()
isAdjusting in interface AxisMapperRangepublic void setIsAdjusting(boolean adjusting)
setIsAdjusting in interface AxisMapperRangeadjusting - true, if values are final, false otherwiseprotected void fireRangeAdjusting()
protected void fireRangeShifted()
protected void fireRangeChanged()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||