|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.mapper.AbstractAxisMapper
lt.monarch.chart.mapper.AnalogAxisMapper<AnalogAxisRange>
public abstract class AnalogAxisMapper<AnalogAxisRange extends Range<?>> extends AbstractAxisMapper
Abstract class for analog mappers.
| Constructor and Description |
|---|
AnalogAxisMapper()
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.text.Format[] |
getFormats()
Gets axis mapper formats. |
double |
getPreferredHeight(AbstractGraphics g,
AbstractTextPainter textPainter)
Gets preferred height. |
double |
getPreferredWidth(AbstractGraphics g,
AbstractTextPainter textPainter)
Gets preferred width. |
abstract AnalogAxisRange |
getRange()
Gets axis range. |
abstract AnalogAxisRange |
getVisibleRange()
Gets visible range. |
| Methods inherited from class lt.monarch.chart.mapper.AbstractAxisMapper |
|---|
addListener, fireMappingChanged, getProjectionRange, mapBack, removeListener, setProjectionRange |
| 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.AxisMapper |
|---|
formatKey, getScale, getViewRange, map |
| Constructor Detail |
|---|
public AnalogAxisMapper()
| Method Detail |
|---|
public abstract AnalogAxisRange getRange()
protected abstract java.text.Format[] getFormats()
public double getPreferredHeight(AbstractGraphics g,
AbstractTextPainter textPainter)
AxisMapper
g - graphics contexttextPainter - text painter mode
public double getPreferredWidth(AbstractGraphics g,
AbstractTextPainter textPainter)
AxisMapper
g - graphics contexttextPainter - text painter modepublic abstract AnalogAxisRange getVisibleRange()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||