Uses of Class
adams.gui.visualization.core.AxisPanel
-
-
Uses of AxisPanel in adams.flow.sink.sequenceplotter
Methods in adams.flow.sink.sequenceplotter with parameters of type AxisPanel Modifier and Type Method Description protected void
SimpleErrorPaintlet. drawErrorBar(Graphics g, AxisPanel axisX, AxisPanel axisY, SequencePlotPoint point)
Draws a bars representing the errors.protected void
SimpleErrorPaintlet. drawErrorBox(Graphics g, AxisPanel axisX, AxisPanel axisY, SequencePlotPoint point)
Draws a box representing the errors.protected void
SimpleErrorPaintlet. drawErrorLine(Graphics g, AxisPanel axisX, AxisPanel axisY, SequencePlotPoint point)
Draws a simple line representing the errors.int
ErrorCirclePaintlet. getDiameter(AxisPanel axisX, AxisPanel axisY, double currX, double currY, XYSequencePoint curr)
Calculates the diameter for the given point (fast call).int
ErrorCirclePaintlet. getDiameter(AxisPanel axisX, AxisPanel axisY, XYSequencePoint curr)
Calculates the diameter for the given point (medium fast call).int
ErrorCrossPaintlet. getDiameter(AxisPanel axisX, AxisPanel axisY, double currX, double currY, XYSequencePoint curr)
Calculates the diameter for the given point (fast call).int
ErrorCrossPaintlet. getDiameter(AxisPanel axisX, AxisPanel axisY, XYSequencePoint curr)
Calculates the diameter for the given point (medium fast call). -
Uses of AxisPanel in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as AxisPanel Modifier and Type Field Description protected AxisPanel
PlotPanel. m_AxisBottom
the bottom axis panel.protected AxisPanel
PlotPanel. m_AxisLeft
the left axis panel.protected AxisPanel
PlotPanel. m_AxisRight
the right axis panel.protected AxisPanel
PlotPanel. m_AxisTop
the top axis panel.protected AxisPanel
AxisPanel. m_Self
the panel itself.Methods in adams.gui.visualization.core that return AxisPanel Modifier and Type Method Description AxisPanel
PlotPanel. getAxis(Axis axis)
Returns the specified axis.Methods in adams.gui.visualization.core with parameters of type AxisPanel Modifier and Type Method Description void
AxisPanel. assign(AxisPanel other)
Obtains all the settings from the other panel. -
Uses of AxisPanel in adams.gui.visualization.core.axis
Fields in adams.gui.visualization.core.axis declared as AxisPanel Modifier and Type Field Description protected AxisPanel
AbstractAxisModel. m_Parent
the owning axis.Methods in adams.gui.visualization.core.axis that return AxisPanel Modifier and Type Method Description AxisPanel
AbstractAxisModel. getParent()
Returns the owning axis panel.Methods in adams.gui.visualization.core.axis with parameters of type AxisPanel Modifier and Type Method Description void
AbstractAxisModel. setParent(AxisPanel value)
Sets the owning axis panel. -
Uses of AxisPanel in adams.gui.visualization.sequence.pointpreprocessor
Methods in adams.gui.visualization.sequence.pointpreprocessor with parameters of type AxisPanel Modifier and Type Method Description protected abstract XYSequencePoint
AbstractPointPreprocessor. doPreprocess(XYSequencePoint point, AxisPanel axisX, AxisPanel axisY)
Preprocesses the point.protected XYSequencePoint
Jitter. doPreprocess(XYSequencePoint point, AxisPanel axisX, AxisPanel axisY)
Preprocesses the point.protected XYSequencePoint
PassThrough. doPreprocess(XYSequencePoint point, AxisPanel axisX, AxisPanel axisY)
Preprocesses the point.XYSequencePoint
AbstractPointPreprocessor. preprocess(XYSequencePoint point, AxisPanel axisX, AxisPanel axisY)
Preprocesses the point.XYSequencePoint
PointPreprocessor. preprocess(XYSequencePoint point, AxisPanel axisX, AxisPanel axisY)
Preprocesses the point. -
Uses of AxisPanel in adams.gui.visualization.stats.paintlet
Fields in adams.gui.visualization.stats.paintlet declared as AxisPanel Modifier and Type Field Description protected AxisPanel
AbstractOverlayPaintlet. m_AxisBottom
X axis of scatter plotprotected AxisPanel
AbstractProbabilityPaintlet. m_AxisBottom
y axis of the plotprotected AxisPanel
AbstractScatterPlotPaintlet. m_AxisBottom
x axis of plotprotected AxisPanel
AbstractZOverlayPaintlet. m_AxisBottom
x axis of plotprotected AxisPanel
AbstractZScorePaintlet. m_AxisBottom
x axis of plotprotected AxisPanel
AbstractOverlayPaintlet. m_AxisLeft
y axis of scatter plotprotected AxisPanel
AbstractProbabilityPaintlet. m_AxisLeft
x axis of the plotprotected AxisPanel
AbstractScatterPlotPaintlet. m_AxisLeft
y axis of plotprotected AxisPanel
AbstractZOverlayPaintlet. m_AxisLeft
y axis of plotprotected AxisPanel
AbstractZScorePaintlet. m_AxisLeft
y axis of plot -
Uses of AxisPanel in adams.gui.visualization.stats.zscore
Methods in adams.gui.visualization.stats.zscore that return AxisPanel Modifier and Type Method Description AxisPanel
ZScorePanel. getBottom()
Get the x axisAxisPanel
ZScorePanel. getLeft()
Get the y axis -
Uses of AxisPanel in adams.gui.visualization.timeseries
Methods in adams.gui.visualization.timeseries with parameters of type AxisPanel Modifier and Type Method Description protected gnu.trove.list.array.TIntArrayList
PeriodicityPaintlet. calculatePositions(AxisPanel axisX)
Calculates the positions for the periodicity.
-