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 voidSimpleErrorPaintlet. drawErrorBar(Graphics g, AxisPanel axisX, AxisPanel axisY, SequencePlotPoint point)Draws a bars representing the errors.protected voidSimpleErrorPaintlet. drawErrorBox(Graphics g, AxisPanel axisX, AxisPanel axisY, SequencePlotPoint point)Draws a box representing the errors.protected voidSimpleErrorPaintlet. drawErrorLine(Graphics g, AxisPanel axisX, AxisPanel axisY, SequencePlotPoint point)Draws a simple line representing the errors.intErrorCirclePaintlet. getDiameter(AxisPanel axisX, AxisPanel axisY, double currX, double currY, XYSequencePoint curr)Calculates the diameter for the given point (fast call).intErrorCirclePaintlet. getDiameter(AxisPanel axisX, AxisPanel axisY, XYSequencePoint curr)Calculates the diameter for the given point (medium fast call).intErrorCrossPaintlet. getDiameter(AxisPanel axisX, AxisPanel axisY, double currX, double currY, XYSequencePoint curr)Calculates the diameter for the given point (fast call).intErrorCrossPaintlet. 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 AxisPanelPlotPanel. m_AxisBottomthe bottom axis panel.protected AxisPanelPlotPanel. m_AxisLeftthe left axis panel.protected AxisPanelPlotPanel. m_AxisRightthe right axis panel.protected AxisPanelPlotPanel. m_AxisTopthe top axis panel.protected AxisPanelAxisPanel. m_Selfthe panel itself.Methods in adams.gui.visualization.core that return AxisPanel Modifier and Type Method Description AxisPanelPlotPanel. getAxis(Axis axis)Returns the specified axis.Methods in adams.gui.visualization.core with parameters of type AxisPanel Modifier and Type Method Description voidAxisPanel. 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 AxisPanelAbstractAxisModel. m_Parentthe owning axis.Methods in adams.gui.visualization.core.axis that return AxisPanel Modifier and Type Method Description AxisPanelAbstractAxisModel. getParent()Returns the owning axis panel.Methods in adams.gui.visualization.core.axis with parameters of type AxisPanel Modifier and Type Method Description voidAbstractAxisModel. 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 XYSequencePointAbstractPointPreprocessor. doPreprocess(XYSequencePoint point, AxisPanel axisX, AxisPanel axisY)Preprocesses the point.protected XYSequencePointJitter. doPreprocess(XYSequencePoint point, AxisPanel axisX, AxisPanel axisY)Preprocesses the point.protected XYSequencePointPassThrough. doPreprocess(XYSequencePoint point, AxisPanel axisX, AxisPanel axisY)Preprocesses the point.XYSequencePointAbstractPointPreprocessor. preprocess(XYSequencePoint point, AxisPanel axisX, AxisPanel axisY)Preprocesses the point.XYSequencePointPointPreprocessor. 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 AxisPanelAbstractOverlayPaintlet. m_AxisBottomX axis of scatter plotprotected AxisPanelAbstractProbabilityPaintlet. m_AxisBottomy axis of the plotprotected AxisPanelAbstractScatterPlotPaintlet. m_AxisBottomx axis of plotprotected AxisPanelAbstractZOverlayPaintlet. m_AxisBottomx axis of plotprotected AxisPanelAbstractZScorePaintlet. m_AxisBottomx axis of plotprotected AxisPanelAbstractOverlayPaintlet. m_AxisLefty axis of scatter plotprotected AxisPanelAbstractProbabilityPaintlet. m_AxisLeftx axis of the plotprotected AxisPanelAbstractScatterPlotPaintlet. m_AxisLefty axis of plotprotected AxisPanelAbstractZOverlayPaintlet. m_AxisLefty axis of plotprotected AxisPanelAbstractZScorePaintlet. m_AxisLefty 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 AxisPanelZScorePanel. getBottom()Get the x axisAxisPanelZScorePanel. 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.TIntArrayListPeriodicityPaintlet. calculatePositions(AxisPanel axisX)Calculates the positions for the periodicity.
-