Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.axis |
Contains
IAxis implementations
of jchart2d that model the axis of the chart. |
info.monitorenter.gui.chart.axis.scalepolicy | |
info.monitorenter.gui.chart.axistickpainters |
Contains
IAxisTickPainter implementations
of jchart2d that are used to paint the markers for the labels
on the axis of the chart. |
info.monitorenter.gui.chart.axistitlepainters |
Contains
IAxisTitlePainter implementations
of jchart2d that model the title painter of the axis of the chart. |
info.monitorenter.gui.chart.demos |
Examples for construction of charts using different features.
|
info.monitorenter.gui.chart.errorbars |
Contains the implementation of the error bar API - namely the
interfaces
,
and
of jchart2d. |
info.monitorenter.gui.chart.events |
Package for
ActionEvent implementations. |
info.monitorenter.gui.chart.io |
Special IO support for data collection for a
Chart2D . |
info.monitorenter.gui.chart.labelformatters |
Contains
IAxisLabelFormatter implementations
of jchart2d that are used to format the labels on the axis of the chart. |
info.monitorenter.gui.chart.pointpainters |
Contains
IPointPainter implementations
of jchart2d that are used to paint points for segments, start points end points
of errorbars and points of traces of the chart. |
info.monitorenter.gui.chart.rangepolicies |
Contains
IRangePolicy implementations
of jchart2d that are used to define the viewport on the traces of the chart. |
info.monitorenter.gui.chart.tracepoints | |
info.monitorenter.gui.chart.traces |
Contains
ITrace2D implementations
of jchart2d that model the traces of the chart. |
info.monitorenter.gui.chart.traces.accumulationfunctions | |
info.monitorenter.gui.chart.traces.accumulationstrategies | |
info.monitorenter.gui.chart.traces.computing |
Contains
ITrace2D implementations
of jchart2d that apply computations on the input/output datapoints before
they provide them to the chart. |
info.monitorenter.gui.chart.traces.iterators | |
info.monitorenter.gui.chart.traces.iterators.fsm | |
info.monitorenter.gui.chart.traces.painters |
Contains
ITracePainter implementations
of jchart2d that are used to render the traces of the chart. |
info.monitorenter.gui.util |
Unused package intended for automatic color choosing with the visually most
different colors.
|
info.monitorenter.reflection |
Ancient package with support for displaying any java class data field in a trace.
|
Class and Description |
---|
Chart2D
Chart2D is a component for displaying the data contained in a
ITrace2D . |
Chart2D.PointFinder
Types of tool tip.
|
Chart2D.ToolTipType
Types of tool tip.
|
IAccumulationFunction
Interface for functions that may accumulate several
instances into one. |
IAccumulationStrategy
Design helper to deal with the following: If a trace is unsorted then you
have to accumulated all n consecutive points into one regardless whether they
jump large distances in the value domain.
|
IAccumulationStrategy.IAccumulationControl
Interface for encapsulation of the control of "how many" points get
accumulated to one.
|
IAxis
Interface for an axis of the
Chart2D . |
IAxis.AxisTitle
Represents a title of an axis.
|
IAxisLabelFormatter
An interface used by Axis to format labels and determine the maximum width
for the labels.
|
IAxisScalePolicy |
IAxisTickPainter
Interface to paint ticks for a trace.
|
IAxisTitlePainter
Interface for an painter of the title of an axis of the Chart2D.
|
IErrorBarPainter
Interface for a renderer of error bars.
|
IErrorBarPainter.ISegment
Facace interface for accessing a connection segment of
. |
IErrorBarPixel
Interface for an error bar in the pixel domain (vs.
|
IErrorBarPolicy
Interface for a facade towards painting error bars that adds a layer of
configuration.
|
IPointFinder
Interface for finding a
of a
corresponding to a mouse event. |
IPointHighlightListener
Interface for listeners that get informed by
Chart2D about
highlighted points. |
IPointPainter
Generic interface for instances that have to render a point in pixel
coordinates.
|
IPointPainterConfigurableUI
Adds configuration of UI like strokes and color to IPointPainter.
|
IRangePolicy
An interface that allows an axis to be plugged with a range policy.
|
IToolTipType
Defines the tool tips to display on a
. |
ITrace2D
An interface used by
Chart2D . |
ITrace2D.DistancePoint
Simple struct just for allowing to return a trace point along with a
weighted distance.
|
ITracePainter
An interface that works at trace level and defines how it's points are rendered.
|
ITracePoint2D
An interface for trace points.
|
ITracePoint2D.STATE |
ITracePointProvider
Interface for creation of new instances of
which will be used wherever a chart
component tree has to create them. |
LabeledValue
A double value along with it's label.
|
Class and Description |
---|
Chart2D
Chart2D is a component for displaying the data contained in a
ITrace2D . |
IAxis
Interface for an axis of the
Chart2D . |
IAxis.AxisTitle
Represents a title of an axis.
|
IAxisLabelFormatter
An interface used by Axis to format labels and determine the maximum width
for the labels.
|
IAxisScalePolicy |
IAxisTitlePainter
Interface for an painter of the title of an axis of the Chart2D.
|
IRangePolicy
An interface that allows an axis to be plugged with a range policy.
|
ITrace2D
An interface used by
Chart2D . |
ITracePoint2D
An interface for trace points.
|
Class and Description |
---|
IAxis
Interface for an axis of the
Chart2D . |
IAxisScalePolicy |
LabeledValue
A double value along with it's label.
|
Class and Description |
---|
IAxisTickPainter
Interface to paint ticks for a trace.
|
Class and Description |
---|
IAxis
Interface for an axis of the
Chart2D . |
IAxisTitlePainter
Interface for an painter of the title of an axis of the Chart2D.
|
Class and Description |
---|
Chart2D
Chart2D is a component for displaying the data contained in a
ITrace2D . |
Class and Description |
---|
IErrorBarPainter
Interface for a renderer of error bars.
|
IErrorBarPainter.ISegment
Facace interface for accessing a connection segment of
. |
IErrorBarPixel
Interface for an error bar in the pixel domain (vs.
|
IErrorBarPolicy
Interface for a facade towards painting error bars that adds a layer of
configuration.
|
IPointPainter
Generic interface for instances that have to render a point in pixel
coordinates.
|
IPointPainterConfigurableUI
Adds configuration of UI like strokes and color to IPointPainter.
|
ITrace2D
An interface used by
Chart2D . |
ITracePainter
An interface that works at trace level and defines how it's points are rendered.
|
ITracePoint2D
An interface for trace points.
|
Class and Description |
---|
Chart2D
Chart2D is a component for displaying the data contained in a
ITrace2D . |
Class and Description |
---|
ITrace2D
An interface used by
Chart2D . |
ITracePoint2D
An interface for trace points.
|
Class and Description |
---|
IAxis
Interface for an axis of the
Chart2D . |
IAxisLabelFormatter
An interface used by Axis to format labels and determine the maximum width
for the labels.
|
Class and Description |
---|
Chart2D
Chart2D is a component for displaying the data contained in a
ITrace2D . |
IPointPainter
Generic interface for instances that have to render a point in pixel
coordinates.
|
IPointPainterCandleStick
Adds additional configuration options for candlestick point painters.
|
IPointPainterConfigurableUI
Adds configuration of UI like strokes and color to IPointPainter.
|
ITracePoint2D
An interface for trace points.
|
Class and Description |
---|
IRangePolicy
An interface that allows an axis to be plugged with a range policy.
|
Class and Description |
---|
IPointPainter
Generic interface for instances that have to render a point in pixel
coordinates.
|
ITrace2D
An interface used by
Chart2D . |
ITracePoint2D
An interface for trace points.
|
Class and Description |
---|
Chart2D
Chart2D is a component for displaying the data contained in a
ITrace2D . |
IAccumulationStrategy
Design helper to deal with the following: If a trace is unsorted then you
have to accumulated all n consecutive points into one regardless whether they
jump large distances in the value domain.
|
IErrorBarPolicy
Interface for a facade towards painting error bars that adds a layer of
configuration.
|
IPointPainter
Generic interface for instances that have to render a point in pixel
coordinates.
|
ITrace2D
An interface used by
Chart2D . |
ITrace2D.DistancePoint
Simple struct just for allowing to return a trace point along with a
weighted distance.
|
ITrace2DDataAccumulating
An
sub interface intended for implementations that
are able to accumulate several points into a single one. |
ITracePainter
An interface that works at trace level and defines how it's points are rendered.
|
ITracePoint2D
An interface for trace points.
|
ITracePoint2D.STATE |
ITracePointProvider
Interface for creation of new instances of
which will be used wherever a chart
component tree has to create them. |
Class and Description |
---|
IAccumulationFunction
Interface for functions that may accumulate several
instances into one. |
ITracePoint2D
An interface for trace points.
|
ITracePointProvider
Interface for creation of new instances of
which will be used wherever a chart
component tree has to create them. |
Class and Description |
---|
IAccumulationFunction
Interface for functions that may accumulate several
instances into one. |
IAccumulationStrategy
Design helper to deal with the following: If a trace is unsorted then you
have to accumulated all n consecutive points into one regardless whether they
jump large distances in the value domain.
|
ITrace2D
An interface used by
Chart2D . |
ITracePoint2D
An interface for trace points.
|
Class and Description |
---|
ITrace2D
An interface used by
Chart2D . |
ITrace2DDataAccumulating
An
sub interface intended for implementations that
are able to accumulate several points into a single one. |
ITracePoint2D
An interface for trace points.
|
Class and Description |
---|
IAccumulationFunction
Interface for functions that may accumulate several
instances into one. |
IAccumulationStrategy.IAccumulationControl
Interface for encapsulation of the control of "how many" points get
accumulated to one.
|
ITrace2D
An interface used by
Chart2D . |
ITracePoint2D
An interface for trace points.
|
Class and Description |
---|
IAccumulationFunction
Interface for functions that may accumulate several
instances into one. |
IAccumulationStrategy.IAccumulationControl
Interface for encapsulation of the control of "how many" points get
accumulated to one.
|
ITrace2D
An interface used by
Chart2D . |
ITracePoint2D
An interface for trace points.
|
Class and Description |
---|
Chart2D
Chart2D is a component for displaying the data contained in a
ITrace2D . |
IPointPainter
Generic interface for instances that have to render a point in pixel
coordinates.
|
IPointPainterConfigurableUI
Adds configuration of UI like strokes and color to IPointPainter.
|
ITracePainter
An interface that works at trace level and defines how it's points are rendered.
|
ITracePoint2D
An interface for trace points.
|
Class and Description |
---|
Chart2D
Chart2D is a component for displaying the data contained in a
ITrace2D . |
IAxis
Interface for an axis of the
Chart2D . |
ITrace2D
An interface used by
Chart2D . |
ITracePoint2D
An interface for trace points.
|
ITracePointProvider
Interface for creation of new instances of
which will be used wherever a chart
component tree has to create them. |
Class and Description |
---|
ITrace2D
An interface used by
Chart2D . |
Copyright © 2017. All rights reserved.