Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.jidesoft.chart Classes and Interfaces - 244 results found.
NameDescriptionTypePackageFramework
AboveBoundsExceptionThis exception may be thrown when a value is outside of the expected range.Classcom.jidesoft.chartJideSoft
AbstractAnnotationAn abstract superclass of annotationsAuthor:Simon White (swhite@catalysoft.Classcom.jidesoft.chart.annotationJideSoft
AbstractAutoRangerThis class now also supports the idea of concrete maxima and minima.Classcom.jidesoft.chartJideSoft
AbstractBarRendererAn abstract super-class that can be sub-classed to write a bar renderer.Classcom.jidesoft.chart.renderJideSoft
AbstractBufferedImageOpA convenience class which implements those methods of BufferedImageOp which are rarely changed.Classcom.jidesoft.chart.utilJideSoft
AbstractDelegatingChartModelAn abstract superclass that implements many of the methods necessary in a delegating ChartModel.Classcom.jidesoft.chart.modelJideSoft
AbstractLabelA superclass of labels that can be added to a Chart.Classcom.jidesoft.chart.annotationJideSoft
AbstractLineRendererClasscom.jidesoft.chart.renderJideSoft
AbstractPieLabelRendererAn abstract class intended to be the super-class of all PieLabelRenderers.Classcom.jidesoft.chart.renderJideSoft
AbstractPieSegmentRendererThe abstract pie segment renderer provides a method that renders labels that can be reused across different segmentAuthor:Simon White (swhite@catalysoft.Classcom.jidesoft.chart.renderJideSoft
AbstractPointRendererClasscom.jidesoft.chart.renderJideSoft
AbstractRendererAn abstract superclass of renderers used for bars, points and pie segments.Classcom.jidesoft.chart.renderJideSoft
AbstractStyleAn abstract superclass for all styles used in Chart charts; for example LineStyles and ChartStyles.Classcom.jidesoft.chart.styleJideSoft
AbstractTimeTickCalculatorAn abstract super class that makes it easier to create a custom time tick calculator.Classcom.jidesoft.chart.axisJideSoft
AggregationAn interface that collects together multiple items and presents one item to represent the multiple values.Interfacecom.jidesoft.chart.modelJideSoft
AnimatableAn interface implemented by graphical components that can be animated.Interfacecom.jidesoft.chartJideSoft
AnimatedChartInterfacecom.jidesoft.chartJideSoft
AnnotatedChartModelA ChartModel that can be annotatedAuthor:Simon White (swhite@catalysoft.Interfacecom.jidesoft.chart.modelJideSoft
AnnotatedChartModelAdapterClasscom.jidesoft.chart.modelJideSoft
AnnotationInterfacecom.jidesoft.chart.annotationJideSoft
AnnotationModelThis interface supports the idea of annotating an object with multiple Annotations.Interfacecom.jidesoft.chart.modelJideSoft
AreasThis class provides methods for computing the area under a curve (but assumes the points of the curves are joined by straight line segments)Classcom.jidesoft.chart.fitJideSoft
AutoPositionedLabelA label that is centred on the chart.Classcom.jidesoft.chart.annotationJideSoft
AutoRangerThe interface that must be implemented by any objects that are to be used as auto-rangers for a chart.Interfacecom.jidesoft.chartJideSoft
AverageChartModelA ChartModel that averages all the y values of its delegate that have the same x value.Classcom.jidesoft.chart.modelJideSoft
AxisRepresents an axis in the chart display.Classcom.jidesoft.chart.axisJideSoft
Axis3DRendererA class that renderers a three dimensional 'platform'-like axis.Classcom.jidesoft.chart.renderJideSoft
AxisComponentA visual axis component that can used independently from, but in conjunction with, a Chart.Classcom.jidesoft.chart.axisJideSoft
AxisExtentA value class used to indicate a range of values along an axis.Classcom.jidesoft.chart.modelJideSoft
AxisFilterA class that enables you to create one or more filters on chartable points.Classcom.jidesoft.chart.filterJideSoft
AxisPlacementEAxisPlacement is used to specify where to put an axis on a chart.Classcom.jidesoft.chart.axisJideSoft
AxisQuantityThis enum enables us to distinguish among numeric, time and category ranges without using details of Java classes (such as NumericAxis or TimeRange)Classcom.jidesoft.chart.axisJideSoft
AxisRendererAn interface implemented by all axis renderers.Interfacecom.jidesoft.chart.renderJideSoft
AxisTypeOccasionally useful for specifying which of the axis you want to apply some processing to.Classcom.jidesoft.chart.axisJideSoft
AxisZoomControllerA GUI element for controlling the zooming of one or more axes.Classcom.jidesoft.chart.eventJideSoft
Bar3DRendererA class that renders the bars of a bar chart in 3DAuthor:Simon White (swhite@catalysoft.Classcom.jidesoft.chart.renderJideSoft
BarLabelPlacementenum BarLabelPlacementEnum Constant SummaryClasscom.jidesoft.chartJideSoft
BarRendererInterfacecom.jidesoft.chart.renderJideSoft
BarRenderer2DInterfacecom.jidesoft.chart.renderJideSoft
BarResizePolicyenum BarResizePolicyUsed for specifying how a bar chart should behave with respect to the space available, if a bar width has been specified.Classcom.jidesoft.chartJideSoft
BarStyleClasscom.jidesoft.chart.styleJideSoft
BasicStrokeWrapperCopyright (c) Catalysoft Ltd, 2005-2010 All Rights Reserved Created: 18-Sep-2010 at 01:38:04Classcom.jidesoft.chart.xmlJideSoft
BelowBoundsExceptionThis exception may be thrown when a value is outside of the expected range.Classcom.jidesoft.chartJideSoft
CandlestickChartTypeenum CandlestickChartTypeUsed by the CandlestickPointRenderer to specify what kind of candlestick chart to draw for financialClasscom.jidesoft.chart.renderJideSoft
CandlestickPointRendererClasscom.jidesoft.chart.renderJideSoft
CategoryAxisAn axis used specifically for displaying categorical values.Classcom.jidesoft.chart.axisJideSoft
CategoryTickCalculatorInterfacecom.jidesoft.chart.axisJideSoft
ChartThe main charting component.Classcom.jidesoft.chartJideSoft
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
ChartAnnotationInterfacecom.jidesoft.chart.annotationJideSoft
ChartArrowClasscom.jidesoft.chart.annotationJideSoft
ChartBoundsExceptionAn exception that may be thrown when a value is outside of the expected range of valuesSee Also:AboveBoundsException, Classcom.jidesoft.chartJideSoft
ChartCategoryA ChartCategory is an extension of a Category that allows you to set a highlight.Classcom.jidesoft.chart.modelJideSoft
ChartColorEncapsulates some common colors and for each color a corresponding highlight (named after the color).Classcom.jidesoft.chartJideSoft
ChartCrossHairThis class can be used to track the mouse position as it moves along a trace.Classcom.jidesoft.chart.eventJideSoft
ChartExceptionA general exception that may be thrown when a problem arises in the charting package or related to chartingSee Also:ChartBoundsException, Classcom.jidesoft.chartJideSoft
ChartImageAn image that can be added to a chart.Classcom.jidesoft.chart.annotationJideSoft
ChartLabelA Chart Label is a simple label of textual information that can be used as an annotation on a point of a Chart.Classcom.jidesoft.chart.annotationJideSoft
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
ChartPannerA class that can pan a chart, but provides no UI to do so.Classcom.jidesoft.chart.eventJideSoft
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
ChartPreferencePanelA panel for configuring the appearance of a chartSee Also:Serialized FormClasscom.jidesoft.chart.preferenceJideSoft
ChartSelectionEventA common parent class for SelectionZoomEvents and PointZoomEventsSee Also:ZoomDirection, Classcom.jidesoft.chart.eventJideSoft
ChartServletThis class is intended for use in servlet-based web servers (such as Apache Tomcat), so that charts can be generated dynamically and included in a web page.Classcom.jidesoft.chart.servletJideSoft
ChartStyleContains style information for a point by combining PointStyle, LineStyle and BarStyle.Classcom.jidesoft.chart.styleJideSoft
ChartTypeThe primary chart types.Classcom.jidesoft.chartJideSoft
ChartUIDefaultsCustomizerClasscom.jidesoft.chartJideSoft
ChartUtilsSome utility methods for working with charts (and other components) Note that when exporting charts to a file immediately after they have been created, you should ensure thatClasscom.jidesoft.chart.utilJideSoft
ChartValueReporterA ChartValueReporter shows the position of the 'focus' point as x and y coordinates.Classcom.jidesoft.chart.eventJideSoft
ColorFactoryThe idea of this class is to produce any number of colors, but the colors should be different to one another so that they can be picked out visually in a chart.Classcom.jidesoft.chart.utilJideSoft
ComponentServletClasscom.jidesoft.chart.servletJideSoft
CopiedChartModelA ChartModel class that creates a copy of the delegate chart model and does not allow it to be altered.Classcom.jidesoft.chart.modelJideSoft
CurveFitterAn interface used by different implementations that derive a ChartModel from a set of points.Interfacecom.jidesoft.chart.fitJideSoft
CylinderBarRendererThis renderer takes account of negative heights.Classcom.jidesoft.chart.renderJideSoft
DefaultAutoRangerA class that computes appropriate ranges for the x and y axes of a chart.Classcom.jidesoft.chartJideSoft
DefaultAxisRendererClasscom.jidesoft.chart.renderJideSoft
DefaultBarRendererThis renderer takes account of negative heights.Classcom.jidesoft.chart.renderJideSoft
DefaultCategoryTickCalculatorA default implementation of a tick calculator for category-based values.Classcom.jidesoft.chart.axisJideSoft
DefaultChartModelA default implementation of the ChartModel interface; now with improved API such that the add and remove methods return theClasscom.jidesoft.chart.modelJideSoft
DefaultHttpChartFactoryThe base URL causes a chart servlet to be called and the chart servlet delegates control to this class to create a suitable chart object from the URL and its parameters.Classcom.jidesoft.chart.servletJideSoft
DefaultLineRendererA renderer for drawing lines on a chart.Classcom.jidesoft.chart.renderJideSoft
DefaultNumericTickCalculatorA default implementation of a tick calculator for numeric values.Classcom.jidesoft.chart.axisJideSoft
DefaultPieSegmentRendererFills in segments with a plain (or textured) color.Classcom.jidesoft.chart.renderJideSoft
DefaultPointLabelerClasscom.jidesoft.chart.renderJideSoft
DefaultPointRendererA point renderer that uses one of the PointShape constants as the shape of the point that it renders.Classcom.jidesoft.chart.renderJideSoft
DefaultTimeTickCalculatorA default implementation of a tick calculator for time-based axes.Classcom.jidesoft.chart.axisJideSoft
DifferenceMarkerA Drawable that fills in the gap between two models to generate a chart.Classcom.jidesoft.chartJideSoft
DirectionZoomEventA zoom event where the zoom specifies only the direction and is not on a particular pointSee Also:Serialized FormClasscom.jidesoft.chart.eventJideSoft
DrawableThis is a callback mechanism so that arbitrary shapes can be drawn in the context of some other object (in particular a Chart instance).Interfacecom.jidesoft.chartJideSoft
FilterInterfacecom.jidesoft.chart.utilJideSoft
FilterableChartModelA simple implementation of a FilteringChartModel.Classcom.jidesoft.chart.modelJideSoft
FrontableDrawables can be painted behind the chart models of a Chart or in front of them.Interfacecom.jidesoft.chartJideSoft
FunctionMapThe idea is to provide a class that, given a chart model and an x or y value, can read off the corresponding value from the other axis.Classcom.jidesoft.chart.fitJideSoft
GraphicsUtilitiesCopyright (c) Catalysoft Ltd, 2005-2011 All Rights Reserved Created: 17/09/2011 at 16:21Classcom.jidesoft.chart.utilJideSoft
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
HttpComponentFactoryHere, we define a factory interface that returns a Component in response to an HTTP Request.Interfacecom.jidesoft.chart.servletJideSoft
IdentityFilterClasscom.jidesoft.chart.utilJideSoft
IdentityTransformClasscom.jidesoft.chart.modelJideSoft
ImageChangeEventCopyright (c) Catalysoft Ltd, 2005-2010 All Rights Reserved Created: 22/04/11 at 16:23Classcom.jidesoft.chart.eventJideSoft
ImageChangeListenerInterfacecom.jidesoft.chart.eventJideSoft
ImmutableClasscom.jidesoft.chart.utilJideSoft
IntegerAxisA NumericAxis that, by default, generates ticks for Integer values only.Classcom.jidesoft.chart.axisJideSoft
IntegerTickCalculatorA tick calculator that generates ticks only at integer values along the axis range.Classcom.jidesoft.chart.axisJideSoft
IntervalMarkerA Drawable object that can be added to a Chart to mark an interval on one of the axes.Classcom.jidesoft.chartJideSoft
InvertibleTransformA Transform that also provides an inverse transformation.Interfacecom.jidesoft.chart.modelJideSoft
JButtonServletWe only have to define how to create Buttons in a button factory - the rest is general stuff that can be delegated to a ComponentServlet.Classcom.jidesoft.chart.servletJideSoft
LabelPlacementUsed to specify the logical placement of a string label within a marker object.Classcom.jidesoft.chartJideSoft
LabelStyleClasscom.jidesoft.chart.styleJideSoft
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
LegendA graphical component to display a legend corresponding to a Chart.Classcom.jidesoft.chartJideSoft
LegendItemLegendItems can be created to represent a ChartModel or a Chartable within a ChartModel.Interfacecom.jidesoft.chartJideSoft
LineFillExtentClasscom.jidesoft.chart.styleJideSoft
LineFitterUses Ordinary Least Squares regression to fit a line to a data setSee Also:Wikipedia on Simple Linear RegressionClasscom.jidesoft.chart.fitJideSoft
LineMarkerA marker that can be added to a chart and is drawn as either a horizontal or vertical line across the chart.Classcom.jidesoft.chartJideSoft
LinePieLabelRendererA pie label renderer that draws lines from the label to its corresponding segment in the pie chart.Classcom.jidesoft.chart.renderJideSoft
LineRendererAn interface for classes that can be used to render lines in a ChartAuthor:Simon White (swhite@catalysoft.Interfacecom.jidesoft.chart.renderJideSoft
LineRenderer2DAn interface for classes that can be used to render lines in a ChartAuthor:Simon White (swhite@catalysoft.Interfacecom.jidesoft.chart.renderJideSoft
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
LineStyleClasscom.jidesoft.chart.styleJideSoft
LineWidthChooserA component for selecting a new line width for traces shown by a Chart component: When the line width changes, the object saves the line width as a personal preferenceClasscom.jidesoft.chart.preferenceJideSoft
MeterA graphical meter dialAuthor:SimonSee Also:Serialized FormClasscom.jidesoft.chartJideSoft
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
MouseDragPannerA MouseListener and MouseMotionListener that effects a pan by changing the ranges of the supplied Chart's axes when the mouse is dragged.Classcom.jidesoft.chart.eventJideSoft
MouseEventManagerThe idea of this class is to make it possible to combine the effect of multiple mouse handlers.Classcom.jidesoft.chart.eventJideSoft
MouseHandlerAn interface implemented by mouse event handler objects.Interfacecom.jidesoft.chart.eventJideSoft
MouseWheelZoomerUsed for controlling zooming on a Chart component using the mouse wheel.Classcom.jidesoft.chart.eventJideSoft
MultiAutoRangerInterfacecom.jidesoft.chartJideSoft
MultiAxisFilterA class that enables you to apply multiple axis filters by using a FilteringChartModelAuthor:Simon White (swhite@catalysoft.Classcom.jidesoft.chart.filterJideSoft
MultiImageLazyChartRendererThis class maintains a separate Image for each model added to a chart.Classcom.jidesoft.chartJideSoft
NameableInterfacecom.jidesoft.chart.utilJideSoft
NamedInterfacecom.jidesoft.chart.utilJideSoft
NoAxisRendererClasscom.jidesoft.chart.renderJideSoft
NoiseFilterA filter which adds random noise into an image.Classcom.jidesoft.chart.utilJideSoft
NumberLabelerAn interface for classes that can take a chartable point and generate the text to use for the labelAuthor:Simon White (swhite@catalysoft.Interfacecom.jidesoft.chart.renderJideSoft
NumericAxisAn axis class specialised for numeric values.Classcom.jidesoft.chart.axisJideSoft
NumericTickCalculatorAn interface implemented by objects that calculate tick positions on numeric axes.Interfacecom.jidesoft.chart.axisJideSoft
OrientationUsed for indicating whether a chart item (such as an axis) is oriented vertically or horizontally.Classcom.jidesoft.chartJideSoft
PairA generic class that contains a pair of two objects of types T and U.Classcom.jidesoft.chart.utilJideSoft
PanEventAn EventObject generated while panning.Classcom.jidesoft.chart.eventJideSoft
PanIndicatorNote that this class has best performance when the ChartModel being used is a DefaultChartModel, as the DefaultChartModel is efficient at keeping track of its x and y ranges.Classcom.jidesoft.chart.eventJideSoft
PanIndicator .PlacementClasscom.jidesoft.chart.eventJideSoft
PanListenerAn interface implemented by objects interested in panning behaviour.Interfacecom.jidesoft.chart.eventJideSoft
Pie3DRendererA 3D Pie chart rendererAuthor:Simon White (swhite@catalysoft.Classcom.jidesoft.chart.renderJideSoft
PieLabelRendererInterfacecom.jidesoft.chart.renderJideSoft
PieLabelRenderer2DAn interface implemented by objects that are responsible for painting the labels of a pie chart, but also supporting floating point numbers for positioning.Interfacecom.jidesoft.chart.renderJideSoft
PieSegmentRendererAn interface implemented by objects responsible for rendering the pie segments of a pie chart.Interfacecom.jidesoft.chart.renderJideSoft
PieSegmentRenderer2DAn interface implemented by objects responsible for rendering the pie segments of a pie chart, but also supporting the use of floating point numbers for the positioning of the segments.Interfacecom.jidesoft.chart.renderJideSoft
PieStyleClasscom.jidesoft.chart.styleJideSoft
Point2DPoolA Pool class that makes it possible to reuse instances of Point2D.Classcom.jidesoft.chart.utilJideSoft
PointDescriptorProvides a description of a Chartable point and the shape that was used to render it.Classcom.jidesoft.chart.eventJideSoft
PointFilterAn abstract superclass for point filters.Classcom.jidesoft.chart.utilJideSoft
PointLabelerAn interface for classes that can take a chartable point and generate the text to use for the labelAuthor:Simon White (swhite@catalysoft.Interfacecom.jidesoft.chart.renderJideSoft
PointLegendItemClasscom.jidesoft.chartJideSoft
PointLegendItem .LabelSourceClasscom.jidesoft.chartJideSoft
PointRendererAn interface for classes that can be used to render points in a ChartAuthor:Simon White (swhite@catalysoft.Interfacecom.jidesoft.chart.renderJideSoft
PointSelectionA value class to indicate which Chartable object shown by the Chart has been selected.Classcom.jidesoft.chart.eventJideSoft
PointSelectionEventA zoom event where the zoom is on a particular pointAuthor:Simon White (swhite@catalysoft.Classcom.jidesoft.chart.eventJideSoft
PointShapeProvides predefined shapes for pointsAuthor:Simon White (swhite@catalysoft.Classcom.jidesoft.chartJideSoft
PointShapeChooserA component for selecting a new point type for points shown by a Chart: The component allows you to select from any of the shapes defined by the PointShape enum:Classcom.jidesoft.chart.preferenceJideSoft
PointShapeLabelThis component is used as a renderer in a JComboBox when selecting the point shape to use when configuring the appearance of a chart.Classcom.jidesoft.chart.preferenceJideSoft
PointSizeChooserA component for selecting a new size for data points shown by a Chart: Since version 2.Classcom.jidesoft.chart.preferenceJideSoft
PointStyleClasscom.jidesoft.chart.styleJideSoft
PolynomialThis class represents a polynomial of any number of terms (provided the powers of x are all positive integers).Classcom.jidesoft.chart.fitJideSoft
PolynomialFitterA class for fitting a polynomial to a set of data provided as a ChartModel.Classcom.jidesoft.chart.fitJideSoft
PreferenceConstantsClasscom.jidesoft.chart.preferenceJideSoft
ProductInterfacecom.jidesoft.chartJideSoft
QuadraticFitterClasscom.jidesoft.chart.fitJideSoft
RaisedBarRendererA Bar Renderer that makes the bar appear to be raised out of the screen like a candy bar.Classcom.jidesoft.chart.renderJideSoft
RaisedPieSegmentRendererClasscom.jidesoft.chart.renderJideSoft
RangeProviderCopyright (c) Catalysoft Ltd, 2005-2010 All Rights Reserved Created: 14-Dec-2010 at 22:55:48Interfacecom.jidesoft.chart.modelJideSoft
RealPositionClasscom.jidesoft.chart.modelJideSoft
RectangleSelectionEventA zoom event where the zoom is on a rectangular selection.Classcom.jidesoft.chart.eventJideSoft
RectangularPointClasscom.jidesoft.chart.modelJideSoft
RectangularPointRendererA point renderer that draws a rectangle for each of its points.Classcom.jidesoft.chart.renderJideSoft
RectangularRegionMarkerA Drawable object that can be added to a Chart to mark a rectangular region.Classcom.jidesoft.chartJideSoft
ResizableComponentInterfacecom.jidesoft.chartJideSoft
RotationAn enum for the most common angles of rotationEnum Constant SummaryClasscom.jidesoft.chart.annotationJideSoft
RotationAn enum for the most common angles of rotationEnum Constant SummaryClasscom.jidesoft.chart.utilJideSoft
RubberBandZoomerThis class listens to mouse movements and draws 'rubber band' selections when added to an instance of Chart.Classcom.jidesoft.chart.eventJideSoft
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
ServletUtilsClasscom.jidesoft.chart.servletJideSoft
ShadowableChartModels and Drawables can be painted with or without a shadow.Interfacecom.jidesoft.chartJideSoft
ShadowFactoryA shadow renderer generates a drop shadow for any given picture, respecting the transparency channel if present.Classcom.jidesoft.chart.renderJideSoft
ShadowVisibilityenum ShadowVisibilityThis enum makes it possible to be selective about which elements displayed on a chart cast a shadowClasscom.jidesoft.chartJideSoft
ShapeFactoryThis class contains some useful static factory methods for generating shapes.Classcom.jidesoft.chart.utilJideSoft
SimpleAggregationAn interface that collects together multiple items and presents one item of the same type to represent the multiple values.Interfacecom.jidesoft.chart.modelJideSoft
SimpleLegendItemClasscom.jidesoft.chartJideSoft
SimpleNumericTickCalculatorThis class makes it easy to create custom ticks on a numeric axis by specifying an initial value for the location of a major tick and then specifying increments for major and (optionally) minor ticks.Classcom.jidesoft.chart.axisJideSoft
SimplePieLabelRendererA pie label renderer that displays only the text to render the pie segment.Classcom.jidesoft.chart.renderJideSoft
SimpleTimeTickCalculatorSimpleTimeTickCalculator provides an easy way of generating ticks on a time axis by specifying the Calendar.Classcom.jidesoft.chart.axisJideSoft
SingleImageLazyChartRendererThis class maintains a single Image for all the models added to a chart.Classcom.jidesoft.chartJideSoft
SmoothLineRendererA renderer for drawing lines smoothly on a chart.Classcom.jidesoft.chart.renderJideSoft
SortedChartModelSorts the points of a chart model in increasing order.Classcom.jidesoft.chart.modelJideSoft
SphericalPointRendererThis class renders a sphere for each point of a ChartModel.Classcom.jidesoft.chart.renderJideSoft
SplineEngineClasscom.jidesoft.chart.fitJideSoft
StepLineRendererA renderer for drawing stepped lines on a chart.Classcom.jidesoft.chart.renderJideSoft
StripePaintStripePaint is a class for creating striped patterns.Classcom.jidesoft.chart.styleJideSoft
SummingChartModelA chart model that gets its y values by summing the corresponding values of its delegate chart models.Classcom.jidesoft.chart.modelJideSoft
SwingExecutorThis class implements an Executor Service but really only offers the execute() method of the Executor interface and ensures that when the submitted Runnable runs, it runs on the Event Dispatch Thread.Classcom.jidesoft.chart.utilJideSoft
TableToChartAdapterThis class converts a table model to a chart model.Classcom.jidesoft.chart.modelJideSoft
TickTicks are generated at regular intervals along an axis and displayed as little dashed lines on the axis to give an indication of the gradation.Classcom.jidesoft.chart.axisJideSoft
TickCalculatorThis interface is implemented by all objects that calculate tick positions for axes, whether for numeric, category or time-based axes.Interfacecom.jidesoft.chart.axisJideSoft
TimeAxisAn axis class specialised for time-based values.Classcom.jidesoft.chart.axisJideSoft
TimePositionA Positionable class that makes it easy to create positions on a Time Axis.Classcom.jidesoft.chart.modelJideSoft
TimeTickCalculatorAn interface implemented by classes that calculate tick positions on time-based axes.Interfacecom.jidesoft.chart.axisJideSoft
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
UserToPixelTransformAn affine transform does not provide for logarithmic conversions so we need a more general conversion mechanism.Classcom.jidesoft.chartJideSoft
WaterfallModelAdapterThis class converts a waterfall model to a conventional chart model.Classcom.jidesoft.chart.modelJideSoft
XmlBasicStrokeAdapterClasscom.jidesoft.chart.xmlJideSoft
XmlColorAdapterA Color can be provided either as an RGB value or an RGBA value, as for example 'rgb(128,128,128)' which is a mid-grey, or 'rgba(255,0,0,128)', which is a translucent red.Classcom.jidesoft.chart.xmlJideSoft
XmlFontAdapterClasscom.jidesoft.chart.xmlJideSoft
XmlHighlightAdapterClasscom.jidesoft.chart.modelJideSoft
XmlPaintAdapterCopyright (c) Catalysoft Ltd, 2005-2010 All Rights Reserved Created: 09-Sep-2010Classcom.jidesoft.chart.xmlJideSoft
XmlPositionableAdapterCopyright (c) Catalysoft Ltd, 2005-2010 All Rights Reserved Created: 24/04/11 at 23:32Classcom.jidesoft.chart.xmlJideSoft
ZAlignmentClasscom.jidesoft.chart.renderJideSoft
ZeroAlignedAutoRangerA class that computes appropriate ranges for the x and y axes of a chart, while keeping y axis aligned at zero.Classcom.jidesoft.chartJideSoft
ZoomDirectionIndicates whether a zoom is "into" or "out of" the object of interest.Classcom.jidesoft.chart.eventJideSoft
ZoomFrameA context frame used to store the x and y ranges at a particular point while zooming in (or out) of a chart.Classcom.jidesoft.chart.eventJideSoft
ZoomListenerAn interface implemented by objects interested in zooming behaviour.Interfacecom.jidesoft.chart.eventJideSoft
ZoomLocationUsed to indicate the origin of the zoom as a property in a MouseWheelZoomer.Classcom.jidesoft.chart.eventJideSoft
ZoomOrientationenum ZoomOrientationIndicates whether a zoom is for just one axis or two axes.Classcom.jidesoft.chart.eventJideSoft
ZOrderInterfacecom.jidesoft.chartJideSoft
ZOrderComparatorClasscom.jidesoft.chartJideSoft
ZOrderModelComparatorClasscom.jidesoft.chartJideSoft