JClass DesktopViews 6.3.0 API
Documentation

Package com.klg.jclass.chart3d

Contains the core classes for JClass Chart 3D.

See:
          Description

Interface Summary
Changeable A template for objects that have a changed flag or changed semantic involving some kind of recalculation.
Chart3dDataModel The core data model interface for JClass Chart 3D.
Chart3dGridDataModel The core grid data model interface for JClass Chart 3D.
Chart3dPointDataModel The core point data model interface for JClass Chart 3D.
DrawFacet  
EditableChart3dDataModel Empty marker interface to indicate to interested classes that this datamodel is editable.
Facet Interface that specifies how facets are processed.
HoleValueChart3dDataModel An interface used to specify hole values for a JClass Chart 3D data model.
JCAction The action interface for JClass Chart 3D.
JCActionJ3D The action interface for JClass Chart 3D.
JCChart3dCustomizer Base class for the chart 3d customizer.
JCChart3dLegendLabelGenerator To be implemented by a user-specific legend label generator.
JCChart3dLegendTemplate Implemented by the 3D chart's legend class.
JCContourMapping Interface that defines a contour mapping from contour levels to indices within the contour styles list
JCLabelGenerator An interface that can be used to generate labels for an axis.
LabelledChart3dDataModel An interface used to specify a data source name for a JClass Chart 3D data model.
LabelledChart3dGridDataModel An interface used to specify xlabels and ylabels for a JClass Chart 3D data model.
LabelledChart3dPointDataModel An interface used to specify the number of series and the series labels for a JClass Chart 3D data model.
Mapping The mapping interface for JClass Chart 3D.
 

Class Summary
ActionInitiator ActionInitiators are used by JCActionTable to associate a keystroke, mouse press or other type of event to a specific action on a JClass Chart 3D.
Anno Internal class for JClass Chart 3D.
BarFacet Class responsible for drawing bars
CellSide Data structure internal to JCChart3d.
Chart3dAnnoHandler Class that handles annotations for a given JCAxis.
Chart3dData Base object for JCChart3d's internal data.
Chart3dDataHandler Data interpretation class (this class is used internally by JClass Chart 3D and should not be used by applications).
Chart3dDataView Class containing the internal representation of the chartable data.
Chart3dGridData Stores information that represents a grid of points.
Chart3dGridDataHandler Data interpretation class (this class is used internally by JClass Chart 3D and should not be used by applications).
Chart3dPointData Stores information that represents a list of series of points.
Chart3dPointDataHandler Data interpretation class (this class is used internally by JClass Chart and should not be used by applications).
Chart3dPointSeries Represents a series of points along with a JCChart3dStyle that describes how to draw the points in this series.
ColorBin Data structure internal to JClass Chart 3D.
ContourCell Data structure internal to JClass Chart 3D.
ContourLine Data structure internal to JClass Chart 3D.
ContourSegment Data structure internal to JClass Chart 3D.
Cube  
DefaultColors A class that stores the default colors array for the contour styles
Draw Abstract class that draws the dataset associated with its dataView parent.
DrawFacetAbstract Abstract class that forms a basis for the DrawFacet??? classes.
DrawFacetFactory  
DrawFacetM  
DrawFacetMC Draw Facet - Mesh, Contours
DrawFacetMCH Draw Facet - Mesh, Contours, Hidden lines
DrawFacetMH Draw Facet - Mesh, Hidden lines
DrawFacetMS Draw Facet - Mesh, Shaded
DrawFacetMSC Draw Facet - Mesh, Shaded, Contours
DrawFacetMSZ Draw Facet - Mesh, Shaded, Zones
DrawFacetMSZC Draw Facet - Mesh, Shaded, Zones, Contours
DrawFacetMZ Draw Facet - Mesh, Zones
DrawFacetMZC Draw Facet - Mesh, Zones, Contours
DrawFacetMZCH Draw Facet - Mesh, Zones, Contours, Hidden lines
DrawFacetMZH Draw Facet - Mesh, Zones, Hidden lines
DrawFacetS Draw Facet - Shaded
DrawFacetSC Draw Facet - Shaded, Contours
DrawFacetSZ Draw Facet - Shaded, Zones
DrawFacetSZC Draw Facet - Shaded, Zones, Contours
DrawGrid The class that controls the drawing for grid data.
DrawPoint  
Extents Class internal to JClass Chart 3D.
FacetAbstract  
GridLimits Data structure internal to JClass Chart 3D.
GridRegion Data structure internal to JCChart3d.
Intersection Data structure internal to JClass Chart 3D.
JCActionAdapter Convenience class that implements the JCACtion interface.
JCActionTable JCActionTable allows the association of an InputEvent with an action to be performed.
JCAxis The JCAxis class represents one of the three axes in 3D space.
JCBar JClass Chart 3D class that contains properties that pertain to plots of type bar.
JCBox A class that describes a 3D box (normally in data space).
JCChart3d The core charting class.
JCChart3dArea This is the sub-portion of the overall chart3d real estate onto which the actual linear/circular portion of the chart3d is drawn.
JCChart3dBundle Class containing locale-specific objects and helpers to get a locale-specific String.
JCChart3dCustomizerPage Base class for Property Pages.
JCChart3dEnumMappings Class consisting of static arrays that hold enum values and their corresponding String representations (for things like HTML save and loading) and, in turn, their corresponding internationalizable String representations (for things like combo box choices in the customizer and the Beans).
JCChart3dLegend JCChart3dLegend manages and renders a grid-based legend.
JCChart3dLegendManager This is the default implementation of both JCLegendPopulator and JCLegendRenderer.
JCChart3dNumberFormat JCChartNumberFormat provides a number of static methods used in numbers localization.
JCChart3dStyle For point data, JChart3dStyle represents a style for rendering a series or points.
JCChart3dUI JCChart3dUI implements pluggable look and feel for JCChart3d.
JCChart3dUtil JCChartUtil is a collection of static methods and static variables that are used throughout JClass Chart 3D.
JCContour Object used to deal with information about contours and zones.
JCContourLevels This object deals with contour levels(distribution table).
JCContourStyle Object defining the style used to draw a contour.
JCData3dContourIndex JCData3dContourIndex contains a unique index to a contour level style and the minimum and maximum values of the range that it represents.
JCData3dGridIndex JCData3dGridIndex contains a unique index to a grid data point in Chart3d consisting of a x and a y.
JCData3dIndex JCData3dIndex contains a unique index to a data point in Chart3d consisting of either a (x, y) grid data value or (series, point) point data value.
JCData3dLabelIndex JCData3dLabelIndex contains a unique index to a label in Chart3d consisting of a JCValueLabel and its index.
JCData3dPointIndex JCData3dIndex contains a unique index to a data point in Chart, consisting of a data series instance and an index representing the point within the data series.
JCElevation  
JCFillStyle Controls the appearance of a fill, including the fill pattern and the fill color.
JCGridColor Class that allows certain bars (or rows/columns of bars) to be drawn with distinct colors.
JCGridLines Specifies which gridlines are drawn for a given axis.
JCLineStyle JCLineStyle controls how a line is drawn.
JCMultiFieldString Encapsulates the notion of a multi-field String, where each field may have a different alignment of text within its field.
JCPlotCube The JCPlotCube class deals with drawing the cube around the surface, bar, or scatter plot.
JCProjection JCProjection is a class that controlls how floor and ceiling projections are drawn on the plotcube.
JCScatter JClass Chart 3D class that contains properties that pertain to plots of type scatter.
JCStyle The base class for JCLineStyle, JCFillStyle, and JCSymbolStyle.
JCSurface JClass Chart 3D class that contains properties that pertain to plots of type surface.
JCSymbolStyle JCSymbolStyle controls the appearance of points in a scatter plot by allowing the modification of the symbol shape, symbol color, and symbol size.
JCValueLabel A JCValueLabel is an association between a floating-point axis value and a label.
JCVersion In JClass Chart 3D, each package has a JCVersion class.
JCView3d The JCView3d class holds information about the perspective and the rotation angles at which the users view the data in the plotcube.
JCViewport The JCViewport class stores information concerning the viewport through which the user views the plotcube.
Justify Class internal to JClass Chart 3D.
KeyActionInitiator A KeyActionInitiator is used by JCActionTable to associate a combination of key code and modifiers to a specific action on Chart 3D.
LegendEntry This is laregely for internal use.
MouseActionInitiator A MouseActionInitiator is used by JCActionTable to associate a combination of mouse button and modifiers to a specific action on Chart 3D.
ParentFormatter An object that keeps number formatting information needed to format axis labels and contour labels.
ParentTrackChange An object that keeps a list of Changeable parents and updates them when a change they need to know about happens.
PolygonChain Data structure internal to JClass Chart 3D.
ProcessGrid Class that controls the drawing order for a grid data set.
ScatterFacet Render facet at (x,y) as a scatter point
ScreenPoint Data structure internal to JClass Chart 3D.
SortPoint Data structure internal to JClass Chart 3D.
SurfaceFacet Draws facets for charts of type surface.
TrackChange Concrete implementation of the Changeable interface, for use inside JClass Chart 3D.
Transform  
 

Package com.klg.jclass.chart3d Description

Contains the core classes for JClass Chart 3D.


Copyright © 2004 Quest Software Inc..
All rights reserved.