Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.jidesoft.chart.model Classes and Interfaces - 52 results found.
NameDescriptionTypePackageFramework
AbstractDelegatingChartModelAn abstract superclass that implements many of the methods necessary in a delegating ChartModel.Classcom.jidesoft.chart.modelJideSoft
AggregationAn interface that collects together multiple items and presents one item to represent the multiple values.Interfacecom.jidesoft.chart.modelJideSoft
AnnotatedChartModelA ChartModel that can be annotatedAuthor:Simon White (swhite@catalysoft.Interfacecom.jidesoft.chart.modelJideSoft
AnnotatedChartModelAdapterClasscom.jidesoft.chart.modelJideSoft
AnnotationModelThis interface supports the idea of annotating an object with multiple Annotations.Interfacecom.jidesoft.chart.modelJideSoft
AverageChartModelA ChartModel that averages all the y values of its delegate that have the same x value.Classcom.jidesoft.chart.modelJideSoft
AxisExtentA value class used to indicate a range of values along an axis.Classcom.jidesoft.chart.modelJideSoft
ChartableA Chartable class has a getX() and a getY() method that together lend an object to being chartable in a two-dimensional chart.Interfacecom.jidesoft.chart.modelJideSoft
Chartable3DA chartable that also carries a value for the Z axisAuthor:Simon White (swhite@catalysoft.Interfacecom.jidesoft.chart.modelJideSoft
ChartableMapInterfacecom.jidesoft.chart.modelJideSoft
ChartableNDA chartable that also carries a value for the Z axisAuthor:Simon White (swhite@catalysoft.Interfacecom.jidesoft.chart.modelJideSoft
ChartableTableModelA simple class that is both chartable and can be displayed in a tableAuthor:Simon White (swhite@catalysoft.Classcom.jidesoft.chart.modelJideSoft
ChartCategoryA ChartCategory is an extension of a Category that allows you to set a highlight.Classcom.jidesoft.chart.modelJideSoft
ChartModelThis is the main interface for the models supported by the Chart component.Interfacecom.jidesoft.chart.modelJideSoft
ChartModelChangeEventAn event object to signify a change in a ChartModelSee Also:ChartModelChangeListener, Classcom.jidesoft.chart.modelJideSoft
ChartModelChangeListenerAn interface implemented by classes that need to receive notification when a ChartModel has changed.Interfacecom.jidesoft.chart.modelJideSoft
ChartModelChangeTypeenum ChartModelChangeTypeUsed as the type of change in a ChartModelChangeEventClasscom.jidesoft.chart.modelJideSoft
ChartModelIteratorEnables you to iterate through the points in a ChartModel.Classcom.jidesoft.chart.modelJideSoft
ChartModelListener This is a very simple interface that indicates a change of some kind in a chart model, without any indication of what the change is.Interfacecom.jidesoft.chart.modelJideSoft
ChartPointA chart point in user/domain coordinates.Classcom.jidesoft.chart.modelJideSoft
ChartPoint3DClasscom.jidesoft.chart.modelJideSoft
ChartPointMapClasscom.jidesoft.chart.modelJideSoft
ChartPointNDA ChartPoint with any number of dimensionsAuthor:Simon White (swhite@catalysoft.Classcom.jidesoft.chart.modelJideSoft
ChartPointOHLCA ChartPoint specialised for financial charts in which each point has an open, high, low and close value.Classcom.jidesoft.chart.modelJideSoft
CopiedChartModelA ChartModel class that creates a copy of the delegate chart model and does not allow it to be altered.Classcom.jidesoft.chart.modelJideSoft
DefaultChartModelA default implementation of the ChartModel interface; now with improved API such that the add and remove methods return theClasscom.jidesoft.chart.modelJideSoft
FilterableChartModelA simple implementation of a FilteringChartModel.Classcom.jidesoft.chart.modelJideSoft
HighlightThis is really a semantic tag for a point style.Classcom.jidesoft.chart.modelJideSoft
HighlightableIf points of a ChartModel implement the Highlightable interface then a ChartStyle can be associated with those points that differ from the rest of the Interfacecom.jidesoft.chart.modelJideSoft
IdentityTransformClasscom.jidesoft.chart.modelJideSoft
InvertibleTransformA Transform that also provides an inverse transformation.Interfacecom.jidesoft.chart.modelJideSoft
LeanChartModelA minimal extension to the ChartModel interface that allows us to retrieve the double-valued coordinates of the points without having to construct new objectsInterfacecom.jidesoft.chart.modelJideSoft
LeanMemoryChartModelThe LeanMemoryChartModel is designed for cases where you have a large data set that is read-only.Classcom.jidesoft.chart.modelJideSoft
LineSmootherThis class contains utility methods to convert a ChartModel (or arrays of point coordinates) into a GeneralPath that uses Bezier curves to connect the points.Classcom.jidesoft.chart.modelJideSoft
ModelMorpherA class to manage the transition ('morphing') from one ChartModel to another.Classcom.jidesoft.chart.modelJideSoft
ModelMorpher .TransitionPointA class specialised for the transition task - it knows where it is moving from and where to, as well as its current position.Classcom.jidesoft.chart.modelJideSoft
RangeProviderCopyright (c) Catalysoft Ltd, 2005-2010 All Rights Reserved Created: 14-Dec-2010 at 22:55:48Interfacecom.jidesoft.chart.modelJideSoft
RealPositionClasscom.jidesoft.chart.modelJideSoft
RectangularPointClasscom.jidesoft.chart.modelJideSoft
SamplingModelA ChartModel that presents a reduced-size version of its delegate by sampling its data.Classcom.jidesoft.chart.modelJideSoft
SelectableChartModelThis model contains multiple ChartModels and allows the user to select one of themAuthor:Simon White (swhite@catalysoft.Classcom.jidesoft.chart.modelJideSoft
SimpleAggregationAn interface that collects together multiple items and presents one item of the same type to represent the multiple values.Interfacecom.jidesoft.chart.modelJideSoft
SortedChartModelSorts the points of a chart model in increasing order.Classcom.jidesoft.chart.modelJideSoft
SummingChartModelA chart model that gets its y values by summing the corresponding values of its delegate chart models.Classcom.jidesoft.chart.modelJideSoft
TableToChartAdapterThis class converts a table model to a chart model.Classcom.jidesoft.chart.modelJideSoft
TimePositionA Positionable class that makes it easy to create positions on a Time Axis.Classcom.jidesoft.chart.modelJideSoft
TransformAn interface that provides the facility to transform an instance of a type into another instance of the same type.Interfacecom.jidesoft.chart.modelJideSoft
TransformingChartModelA chart model that provides a general transformation mechanism.Classcom.jidesoft.chart.modelJideSoft
TransposingChartModelA ChartModel that swaps the x and y coordinates of its delegate when the transposing property is set to true.Classcom.jidesoft.chart.modelJideSoft
TransposingChartPointA class that represents a point but makes it easy to swap X and Y values.Classcom.jidesoft.chart.modelJideSoft
WaterfallModelAdapterThis class converts a waterfall model to a conventional chart model.Classcom.jidesoft.chart.modelJideSoft
XmlHighlightAdapterClasscom.jidesoft.chart.modelJideSoft