Uses of Class
adams.gui.event.PaintEvent.PaintMoment
-
-
Uses of PaintEvent.PaintMoment in adams.flow.sink.canvas
Methods in adams.flow.sink.canvas that return PaintEvent.PaintMoment Modifier and Type Method Description PaintEvent.PaintMoment
AbstractDataPoolPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.Methods in adams.flow.sink.canvas with parameters of type PaintEvent.PaintMoment Modifier and Type Method Description void
XYPaintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet. -
Uses of PaintEvent.PaintMoment in adams.flow.sink.controlchartplot
Methods in adams.flow.sink.controlchartplot that return PaintEvent.PaintMoment Modifier and Type Method Description PaintEvent.PaintMoment
LimitPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.Methods in adams.flow.sink.controlchartplot with parameters of type PaintEvent.PaintMoment Modifier and Type Method Description protected void
ChartPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
LimitPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
ChartPaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.protected void
LimitPaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data)
Draws the limits. -
Uses of PaintEvent.PaintMoment in adams.flow.sink.sequenceplotter
Methods in adams.flow.sink.sequenceplotter that return PaintEvent.PaintMoment Modifier and Type Method Description PaintEvent.PaintMoment
AbstractErrorPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
AbstractMarkerPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.Methods in adams.flow.sink.sequenceplotter with parameters of type PaintEvent.PaintMoment Modifier and Type Method Description boolean
PolygonSelectionPaintlet. canPaint(PaintEvent.PaintMoment moment)
Checks whether the paintlet is supposed to paint for thisPaintEvent.PaintMoment
.protected void
AbstractErrorPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
AbstractMarkerPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
OutlierPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
PolygonSelectionPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The actual paint routine of the paintlet.void
ErrorCirclePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.void
ErrorCrossPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.void
OutlierPaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data)
Draws the custom data with the given color.void
ErrorCirclePaintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.void
ErrorCrossPaintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet. -
Uses of PaintEvent.PaintMoment in adams.gui.event
Fields in adams.gui.event declared as PaintEvent.PaintMoment Modifier and Type Field Description protected PaintEvent.PaintMoment
PaintEvent. m_PaintMoment
the paint momment.Methods in adams.gui.event that return PaintEvent.PaintMoment Modifier and Type Method Description PaintEvent.PaintMoment
PaintEvent. getPaintMoment()
Returns the paint moment of which a paintlet has to be in order to be executed.static PaintEvent.PaintMoment
PaintEvent.PaintMoment. valueOf(String name)
Returns the enum constant of this type with the specified name.static PaintEvent.PaintMoment[]
PaintEvent.PaintMoment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adams.gui.event with parameters of type PaintEvent.PaintMoment Constructor Description PaintEvent(Object source, Graphics g, PaintEvent.PaintMoment moment)
Initializes the event. -
Uses of PaintEvent.PaintMoment in adams.gui.visualization.container
Methods in adams.gui.visualization.container that return PaintEvent.PaintMoment Modifier and Type Method Description PaintEvent.PaintMoment
AbstractDataContainerZoomOverviewPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.Methods in adams.gui.visualization.container with parameters of type PaintEvent.PaintMoment Modifier and Type Method Description void
AbstractDataContainerZoomOverviewPaintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet. -
Uses of PaintEvent.PaintMoment in adams.gui.visualization.core
Methods in adams.gui.visualization.core that return PaintEvent.PaintMoment Modifier and Type Method Description abstract PaintEvent.PaintMoment
AbstractPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
BackgroundImagePaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
CoordinatesPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
CrossHairTracker. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
HorizontalIndicatorPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
MultiMouseMovementTracker. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
MultiPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
Paintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
TextOverlayPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.Methods in adams.gui.visualization.core with parameters of type PaintEvent.PaintMoment Modifier and Type Method Description boolean
AbstractPaintlet. canPaint(PaintEvent.PaintMoment moment)
Checks whether the paintlet is supposed to paint for thisPaintEvent.PaintMoment
.boolean
Paintlet. canPaint(PaintEvent.PaintMoment moment)
Checks whether the paintlet is supposed to paint for thisPaintEvent.PaintMoment
.protected abstract void
AbstractStrokePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The actual paint routine of the paintlet.protected void
CoordinatesPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
CrossHairTracker. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
HorizontalIndicatorPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.void
PlotPanel. notifyPaintListeners(Graphics g, PaintEvent.PaintMoment moment)
Notifies all paint listeners.protected void
PaintablePanel. paint(Graphics g, PaintEvent.PaintMoment moment)
Executes all paintlets of the specified paint moment.abstract void
AbstractPaintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.void
AbstractStrokePaintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.void
BackgroundImagePaintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.void
MultiMouseMovementTracker. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.void
MultiPaintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.void
Paintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.void
TextOverlayPaintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet. -
Uses of PaintEvent.PaintMoment in adams.gui.visualization.instance
Methods in adams.gui.visualization.instance that return PaintEvent.PaintMoment Modifier and Type Method Description PaintEvent.PaintMoment
AbstractInstancePaintlet. getPaintMoment()
Returns when this paintlet is to be executed.Methods in adams.gui.visualization.instance with parameters of type PaintEvent.PaintMoment Modifier and Type Method Description protected void
InstanceLinePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
SimpleInstanceLinePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet. -
Uses of PaintEvent.PaintMoment in adams.gui.visualization.report
Methods in adams.gui.visualization.report that return PaintEvent.PaintMoment Modifier and Type Method Description PaintEvent.PaintMoment
ReportDateFieldPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
ReportDateFieldRangePaintlet. getPaintMoment()
Returns when this paintlet is to be executed.Methods in adams.gui.visualization.report with parameters of type PaintEvent.PaintMoment Modifier and Type Method Description void
ReportDateFieldPaintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.void
ReportDateFieldRangePaintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet. -
Uses of PaintEvent.PaintMoment in adams.gui.visualization.sequence
Methods in adams.gui.visualization.sequence that return PaintEvent.PaintMoment Modifier and Type Method Description PaintEvent.PaintMoment
AbstractXYSequencePaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
DiagonalOverlayPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
KendallTheilOverlayPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
LinearRegressionOverlayPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
LOWESSOverlayPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
MathExpressionOverlayPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
MeanOverlayPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
MedianOverlayPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
MultiPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
PercentileOverlayPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
StdDevOverlayPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
StraightLineOverlayPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
TextOverlayPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.Methods in adams.gui.visualization.sequence with parameters of type PaintEvent.PaintMoment Modifier and Type Method Description protected void
BarPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.protected void
CirclePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
CrossPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
DotPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.void
LinePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
MeanOverlayPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
MedianOverlayPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
MetaDataValuePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
PercentileOverlayPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
SquarePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
StdDevOverlayPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
StickPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
TrianglePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
BarPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
ByNamePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
CirclePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
CrossPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
DiagonalOverlayPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
DotPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
KendallTheilOverlayPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
LinearRegressionOverlayPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
LinePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
LOWESSOverlayPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
MathExpressionOverlayPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
MeanOverlayPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
MedianOverlayPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
MetaDataValuePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
NullPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
PaintletWithFixedXRange. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
PaintletWithFixedYRange. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
PercentileOverlayPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
SquarePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
StdDevOverlayPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
StickPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
StraightLineOverlayPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
TrianglePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.void
BarPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
CirclePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
CrossPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
DotPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
LinePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
MeanOverlayPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
MedianOverlayPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
MetaDataValuePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
PaintletWithCustomDataSupport. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.void
PercentileOverlayPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
SquarePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
StdDevOverlayPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
StickPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
TrianglePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.protected void
IncrementalSumPaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color, LinePaintlet.MarkerShape marker)
Draws the data with the given color.protected void
LinePaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color, LinePaintlet.MarkerShape marker)
Draws the data with the given color.void
MultiPaintlet. performPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet. -
Uses of PaintEvent.PaintMoment in adams.gui.visualization.spreadsheet
Methods in adams.gui.visualization.spreadsheet that return PaintEvent.PaintMoment Modifier and Type Method Description PaintEvent.PaintMoment
AbstractSpreadSheetRowPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.Methods in adams.gui.visualization.spreadsheet with parameters of type PaintEvent.PaintMoment Modifier and Type Method Description protected void
SimpleSpreadSheetRowLinePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
SpreadSheetRowLinePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet. -
Uses of PaintEvent.PaintMoment in adams.gui.visualization.stats.paintlet
Methods in adams.gui.visualization.stats.paintlet that return PaintEvent.PaintMoment Modifier and Type Method Description PaintEvent.PaintMoment
AbstractOverlayPaintlet. getPaintMoment()
PaintEvent.PaintMoment
AbstractProbabilityPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
AbstractScatterPlotPaintlet. getPaintMoment()
PaintEvent.PaintMoment
AbstractZOverlayPaintlet. getPaintMoment()
PaintEvent.PaintMoment
AbstractZScorePaintlet. getPaintMoment()
PaintEvent.PaintMoment
CoordinatesPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
HistogramPaintlet. getPaintMoment()
PaintEvent.PaintMoment
VsFitPaintlet. getPaintMoment()
PaintEvent.PaintMoment
VsOrderPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.Methods in adams.gui.visualization.stats.paintlet with parameters of type PaintEvent.PaintMoment Modifier and Type Method Description protected void
AbstractOverlayPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
AbstractScatterPlotPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
AbstractZOverlayPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
AbstractZScorePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
Exponential. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
Gamma. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
HistogramPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
Logistic. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
Loglogistic. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
Lognormal. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
Normal. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
VsFitPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
VsOrderPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet. -
Uses of PaintEvent.PaintMoment in adams.gui.visualization.timeseries
Methods in adams.gui.visualization.timeseries that return PaintEvent.PaintMoment Modifier and Type Method Description PaintEvent.PaintMoment
FixedTimestampPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
FixedTimestampRangePaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
PaintletWithFixedXRange. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
PaintletWithFixedYRange. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
PeriodicityPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
SelectedTimestampPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.PaintEvent.PaintMoment
TimeseriesPaintlet. getPaintMoment()
Returns when this paintlet is to be executed.Methods in adams.gui.visualization.timeseries with parameters of type PaintEvent.PaintMoment Modifier and Type Method Description boolean
PeriodicityPaintlet. canPaint(PaintEvent.PaintMoment moment)
Checks whether the paintlet is supposed to paint for thisPaintEvent.PaintMoment
.protected void
FixedTimestampPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
FixedTimestampRangePaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
PaintletWithFixedXRange. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
PaintletWithFixedYRange. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
PeriodicityPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
SelectedTimestampPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.protected void
TimeseriesPaintlet. doPerformPaint(Graphics g, PaintEvent.PaintMoment moment)
The paint routine of the paintlet.
-