A B C D E F G H I J L M N O P R S T U V W X Y _

A

ANTI_ALIASINGD_KEY - Static variable in class jcckit.Graphics2DPlotCanvas
Key of a configuration parameter.
ATTRIBUTES_KEY - Static variable in interface jcckit.plot.SymbolFactory
Common configuration parameter key need by implementing classes.
AUTOMATIC_TIC_CALCULATION_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
AXIS_ATTRIBUTES_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
AXIS_LABEL_ATTRIBUTES_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
AXIS_LABEL_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
AXIS_LABEL_POSITION_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
AXIS_LENGTH_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
AbstractSymbolFactory - class jcckit.plot.AbstractSymbolFactory.
Abstract superclass of all SymbolFactories.
AbstractSymbolFactory(ConfigParameters) - Constructor for class jcckit.plot.AbstractSymbolFactory
Creates an instance from the specified configuration parameters.
Anchor - class jcckit.graphic.Anchor.
Anchor of a graphical element.
AppletBasedConfigData - class jcckit.util.AppletBasedConfigData.
Implementation of FlatConfigData based on java.applet.Applet.
AppletBasedConfigData(Applet) - Constructor for class jcckit.util.AppletBasedConfigData
Creates an instance based on the specified applet.
AttributesHint - interface jcckit.plot.AttributesHint.
A Hint which wraps a GraphicAttributes instance.
AxisParameters - class jcckit.plot.AxisParameters.
Helper class with various parameters defining an axis.
AxisParameters() - Constructor for class jcckit.plot.AxisParameters
 
addDataListener(DataListener) - Method in class jcckit.data.DataContainer
Adds a DataListener.
addElement(DataElement) - Method in class jcckit.data.DataContainer
Adds a DataElement.
addElement(GraphicalElement) - Method in class jcckit.graphic.GraphicalComposite
Adds the specified element at the end of the list of elements.
addPlotListener(PlotListener) - Method in class jcckit.plot.Plot
Adds the specified PlotListener.
addPoint(GraphPoint) - Method in class jcckit.graphic.Polygon
Adds a new point to the end of the list of points.
addPoint(GraphPoint, Hint) - Method in interface jcckit.plot.Curve
Appends a new point to the curve.
addPoint(GraphPoint, Hint) - Method in class jcckit.plot.SimpleCurve
Appends a new point to the curve if inside the clipping shape.

B

BACKGROUND_KEY - Static variable in class jcckit.GraphicsPlotCanvas
Key of a configuration parameter.
BOLD - Static variable in class jcckit.graphic.FontStyle
Font style constant.
BOLD_ITALIC - Static variable in class jcckit.graphic.FontStyle
Font style constant.
BOTTOM_DISTANCE_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
BOX_ATTRIBUTES_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
BOX_HEIGHT_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
BOX_WIDTH_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
BarFactory - class jcckit.plot.BarFactory.
A factory of bars.
BarFactory(ConfigParameters) - Constructor for class jcckit.plot.BarFactory
Creates an instance from the specified configuration parameters.
BasicGraphicAttributes - class jcckit.graphic.BasicGraphicAttributes.
The basic attributes of any BasicGraphicalElement.
BasicGraphicAttributes(ConfigParameters) - Constructor for class jcckit.graphic.BasicGraphicAttributes
Creates a new instance based on the specified configuration parameters.
BasicGraphicAttributes(Color, Color, double, double[], Color, String, FontStyle, double, double, Anchor, Anchor) - Constructor for class jcckit.graphic.BasicGraphicAttributes
Creates a new instance.
BasicGraphicalElement - class jcckit.graphic.BasicGraphicalElement.
Abstract superclass of all basic GraphicalElements.
BasicGraphicalElement(GraphicAttributes) - Constructor for class jcckit.graphic.BasicGraphicalElement
Creates an instance with the specified drawing attributes.

C

CENTER - Static variable in class jcckit.graphic.Anchor
Anchor constant.
CLASS_NAME_KEY - Static variable in class jcckit.util.Factory
The constant defining the key className.
COODINATE_SYSTEM_CHANGED - Static variable in class jcckit.plot.PlotEventType
Event type.
COORDINATE_SYSTEM_KEY - Static variable in class jcckit.plot.Plot
Configuration parameter key.
CURVES_KEY - Static variable in class jcckit.data.DataPlot
Config parameter key.
CURVE_FACTORY_KEY - Static variable in class jcckit.plot.Plot
Configuration parameter key.
CURVE_TITLE_ATTRIBUTES_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
CURVE_TITLE_DISTANCE_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
CartesianCoordinateSystem - class jcckit.plot.CartesianCoordinateSystem.
A Cartesian coordinate system.
CartesianCoordinateSystem(ConfigParameters) - Constructor for class jcckit.plot.CartesianCoordinateSystem
Creates an instance from the specified configuration parameters.
CartesianCoordinateSystem(GraphPoint, AxisParameters, AxisParameters) - Constructor for class jcckit.plot.CartesianCoordinateSystem
Creates an instance for the specified origin and parameters of both axes.
CartesianTransformation - class jcckit.transformation.CartesianTransformation.
Two-dimensional Cartesian transformation.
CartesianTransformation(boolean, boolean, DataPoint, GraphPoint, DataPoint, GraphPoint) - Constructor for class jcckit.transformation.CartesianTransformation
Creates an instance from the specified reference points.
CircleSymbolFactory - class jcckit.plot.CircleSymbolFactory.
A factory of circle symbols.
CircleSymbolFactory(ConfigParameters) - Constructor for class jcckit.plot.CircleSymbolFactory
Creates an instance from the specified configuration parameters.
ClippingRectangle - class jcckit.graphic.ClippingRectangle.
Immutable class of a rectangular clipping area.
ClippingRectangle(double, double, double, double) - Constructor for class jcckit.graphic.ClippingRectangle
Creates an instance for the specified coordinates of two opposite corner points.
ClippingShape - interface jcckit.graphic.ClippingShape.
Defining a clipping shape applied to all GraphicalElements of a GraphicalComposite.
ConfigData - interface jcckit.util.ConfigData.
Interface for hierarchically managed key-value pairs.
ConfigParameters - class jcckit.util.ConfigParameters.
Read-only class for hierarchically organized key-value pairs.
ConfigParameters(ConfigData) - Constructor for class jcckit.util.ConfigParameters
Creates an instance from the specified ConfigData object.
ConfigParametersBasedConfigData - class jcckit.util.ConfigParametersBasedConfigData.
An implementation of ConfigData based on two instances of ConfigParameters.
ConfigParametersBasedConfigData(ConfigParameters, ConfigParameters) - Constructor for class jcckit.util.ConfigParametersBasedConfigData
Creates an instance.
CoordinateSystem - interface jcckit.plot.CoordinateSystem.
Interface for all generators of coordinate systems.
Curve - interface jcckit.plot.Curve.
A curve is defined by a sequence of points in device-independent coordinates.
CurveFactory - interface jcckit.plot.CurveFactory.
Interface of a curve factory.
calculateTransformation(Dimension) - Method in class jcckit.Graphics2DPlotCanvas.Graphics2DPainter
 
calculateTransformation(Dimension) - Method in class jcckit.GraphicsPlotCanvas.GraphicsPainter
Calculate the transformation form device-independent coordinates into device-dependent coordinates according to the specified canvas size.
connect(DataPlot) - Method in class jcckit.plot.Plot
Connect the specified DataPlot with this instance.
connect(DataPlot) - Method in class jcckit.plot.PlotCanvas
Connects the wrapped Plot instance with the specified DataPlot.
create(ConfigParameters) - Static method in class jcckit.data.DataPlot
Convenient method to create a DataPlot based on the specified config parameters.
create(int, int, ClippingShape, Legend) - Method in interface jcckit.plot.CurveFactory
Creates a new curve instance.
create(int, int, ClippingShape, Legend) - Method in class jcckit.plot.SimpleCurveFactory
Creates an instance of SimpleCurve.
create(String) - Static method in class jcckit.util.Factory
Creates an instance of the specified class.
create(ConfigParameters) - Static method in class jcckit.util.Factory
Creates an object based on the specified configuration parameters.
create(ConfigParameters, String) - Static method in class jcckit.util.Factory
Creates an object based on the specified configuration parameters and default class name.
create(ConfigParameters, String) - Static method in class jcckit.util.Format
Creates a new instance based of specified key-value pair of the specified configuration parameters.
createAddEvent(DataContainer) - Static method in class jcckit.data.DataEvent
Creates an event of type DataEventType.ELEMENT_ADDED for the specified container.
createConfigData(String) - Method in class jcckit.util.AppletBasedConfigData
 
createConfigData(String) - Method in class jcckit.util.FlatConfigData
Returns the FlatConfigData object for the specified full path.
createConfigData(String) - Method in class jcckit.util.PropertiesBasedConfigData
Returns a new instance of PropertiesBasedConfigData for the specified full path.
createCurveTitle(int, int, String) - Method in class jcckit.plot.Legend
Creates the title part of a legend symbol.
createGraphicsCanvas() - Method in class jcckit.Graphics2DPlotCanvas
Creates an instance of Graphics2DPlotCanvas.Graphics2DCanvas which wraps the rendered plot.
createGraphicsCanvas() - Method in class jcckit.GraphicsPlotCanvas
Creates an instance of GraphicsPlotCanvas.GraphicsCanvas which wraps the rendered plot.
createGraphicsJPanel() - Method in class jcckit.Graphics2DPlotCanvas
Creates an instance of Graphics2DPlotCanvas.Graphics2DJPanel which wraps the rendered plot.
createGraphicsJPanel() - Method in class jcckit.GraphicsPlotCanvas2
Creates an instance of GraphicsPlotCanvas2.GraphicsJPanel which wraps the rendered plot.
createInsertEvent(DataContainer, int) - Static method in class jcckit.data.DataEvent
Creates an event of type DataEventType.ELEMENT_INSERTED for the specified container.
createLegendSymbol(GraphPoint, double) - Method in class jcckit.plot.AbstractSymbolFactory
Creates a symbol for the legend at the specified position.
createLegendSymbol(GraphPoint, double) - Method in class jcckit.plot.BarFactory
Creates a symbol for the legend at the specified position.
createLegendSymbol(GraphPoint, double) - Method in class jcckit.plot.ErrorBarFactory
Creates the legend symbol.
createLegendSymbol(GraphPoint, double) - Method in interface jcckit.plot.SymbolFactory
Creates a symbol for the legend at the specified position.
createOrGet(ConfigParameters, Object) - Static method in class jcckit.util.Factory
Creates an object based on the specified configuration parameters or returns the default object.
createPlainSymbol(GraphPoint, double, GraphicAttributes) - Method in class jcckit.plot.AbstractSymbolFactory
Creates the graphical element of the plain symbol.
createPlainSymbol(GraphPoint, double, GraphicAttributes) - Method in class jcckit.plot.BarFactory
Returns null because this method isn't needed but has to be implemented.
createPlainSymbol(GraphPoint, double, GraphicAttributes) - Method in class jcckit.plot.CircleSymbolFactory
Creates a circle.
createPlainSymbol(GraphPoint, double, GraphicAttributes) - Method in class jcckit.plot.SquareSymbolFactory
Creates a Rectangle.
createRemoveEvent(DataContainer, int, DataElement) - Static method in class jcckit.data.DataEvent
Creates an event of type DataEventType.ELEMENT_REMOVED for the specified container.
createRenderer(Graphics) - Method in class jcckit.Graphics2DPlotCanvas.Graphics2DPainter
Creates an instance of Graphics2DRenderer for the specified Graphics2D context.
createRenderer(Graphics) - Method in class jcckit.GraphicsPlotCanvas.GraphicsPainter
Creates an appropriated Renderer for the specified Graphics context.
createReplaceEvent(DataContainer, int, DataElement) - Static method in class jcckit.data.DataEvent
Creates an event of type DataEventType.ELEMENT_REPLACED for the specified container.
createSymbol(GraphPoint, Hint, Hint) - Method in class jcckit.plot.AbstractSymbolFactory
Creates a symbol.
createSymbol(GraphPoint, GraphicAttributes, Hint, Hint) - Method in class jcckit.plot.AbstractSymbolFactory
Creates a symbol.
createSymbol(GraphPoint, GraphicAttributes, Hint, Hint) - Method in class jcckit.plot.BarFactory
Creates a bar at the specified point.
createSymbol(GraphPoint, Hint, Hint) - Method in class jcckit.plot.ErrorBarFactory
Creates either the curve symbol or the error bars.
createSymbol(int, int, SymbolFactory, boolean, GraphicAttributes) - Method in class jcckit.plot.Legend
Creates the symbol part of a legend symbol.
createSymbol(GraphPoint, Hint, Hint) - Method in interface jcckit.plot.SymbolFactory
Creates a symbol for the specified point taking into account the specified hints.
createXAxis(ConfigParameters) - Static method in class jcckit.plot.AxisParameters
Creates an x axis based on the specified configuration parameters.
createYAxis(ConfigParameters) - Static method in class jcckit.plot.AxisParameters
Creates an y axis based on the specified configuration parameters.

D

DATA_CURVE_CHANGED - Static variable in class jcckit.plot.PlotEventType
Event type.
DATA_KEY - Static variable in class jcckit.PlotApplet
 
DATA_KEY - Static variable in class jcckit.data.DataPlot
Config parameter key.
DATA_PLOT_CHANGED - Static variable in class jcckit.plot.PlotEventType
Event type.
DATA_PLOT_CONNECTED - Static variable in class jcckit.plot.PlotEventType
Event type.
DATA_PLOT_DISCONNECTED - Static variable in class jcckit.plot.PlotEventType
Event type.
DATA_PROPERTIES_KEY - Static variable in class jcckit.PlotApplet
 
DEFAULT_SIZE - Static variable in interface jcckit.plot.SymbolFactory
Default size of a symbol = 0.01.
DEFAULT_WAITING_MESSAGE - Static variable in class jcckit.PlotApplet
 
DEFINITIONS_KEY - Static variable in class jcckit.plot.SimpleCurveFactory
Configuration parameter key.
DOUBLE_BUFFERING_KEY - Static variable in class jcckit.GraphicsPlotCanvas
Key of a configuration parameter.
DataContainer - class jcckit.data.DataContainer.
Abstract superclass of all data containers.
DataContainer() - Constructor for class jcckit.data.DataContainer
 
DataCurve - class jcckit.data.DataCurve.
A curve is a DataContainer of DataPoints.
DataCurve(String) - Constructor for class jcckit.data.DataCurve
Creates an empty instance with the specified title.
DataCurve(ConfigParameters) - Constructor for class jcckit.data.DataCurve
Creates an instance from the specified config parameters.
DataElement - interface jcckit.data.DataElement.
Interface for all kinds of data elements.
DataEvent - class jcckit.data.DataEvent.
Event to be sent to a DataListener.
DataEventType - class jcckit.data.DataEventType.
Type of a DataEvent.
DataListener - interface jcckit.data.DataListener.
An interface all observers of DataEvents have to implement.
DataPlot - class jcckit.data.DataPlot.
A plot is a DataContainer of DataCurves.
DataPlot() - Constructor for class jcckit.data.DataPlot
Creates an empty instance.
DataPlot(ConfigParameters) - Constructor for class jcckit.data.DataPlot
Creates an instance from the specified config parameters.
DataPoint - class jcckit.data.DataPoint.
Immutable two-dimensional point in data coordinates.
DataPoint(double, double) - Constructor for class jcckit.data.DataPoint
 
dataChanged(DataEvent) - Method in interface jcckit.data.DataListener
Sends the specified data event to this object.
dataChanged(DataEvent) - Method in class jcckit.plot.Plot
Handles the received DataEvent and notifies PlotListeners by an event of the type PlotEventType.DATA_CURVE_CHANGED or PlotEventType.DATA_PLOT_CHANGED.
draw2DInto(Image) - Method in class jcckit.Graphics2DPlotCanvas
Draws the plot into the specified image by using Java2D API.
drawInto(Image) - Method in class jcckit.GraphicsPlotCanvas
Draws the plot into the specified image.

E

ELEMENT_ADDED - Static variable in class jcckit.data.DataEventType
Event type.
ELEMENT_INSERTED - Static variable in class jcckit.data.DataEventType
Event type.
ELEMENT_REMOVED - Static variable in class jcckit.data.DataEventType
Event type.
ELEMENT_REPLACED - Static variable in class jcckit.data.DataEventType
Event type.
ErrorBarFactory - class jcckit.plot.ErrorBarFactory.
Symbol factory for creating symbols with error bars.
ErrorBarFactory(ConfigParameters) - Constructor for class jcckit.plot.ErrorBarFactory
Creates an instance from the specified configuration parameters.
exp(double, boolean) - Static method in class jcckit.util.Util
Returns the exponential function of the specified number if logScale is true.

F

FILL_COLOR_HSB_INCREMENT_KEY - Static variable in class jcckit.plot.ShapeAttributesHint
Configuration parameter key.
FILL_COLOR_KEY - Static variable in class jcckit.graphic.ShapeAttributes
Configuration parameter key.
FONT_NAME_KEY - Static variable in class jcckit.graphic.BasicGraphicAttributes
Configuration parameter key.
FONT_SIZE_KEY - Static variable in class jcckit.graphic.BasicGraphicAttributes
Configuration parameter key.
FONT_STYLE_KEY - Static variable in class jcckit.graphic.BasicGraphicAttributes
Configuration parameter key.
FOREGROUND_KEY - Static variable in class jcckit.GraphicsPlotCanvas
Key of a configuration parameter.
Factory - class jcckit.util.Factory.
General purpose factory method based on ConfigParameters and Java's Reflection API.
FactoryException - exception jcckit.util.FactoryException.
Exception thrown in the case of an error during creation of a new object by Factory.create(java.lang.String).
FactoryException(ConfigParameters, String, Object) - Constructor for class jcckit.util.FactoryException
Creates a new instance based on the specified configuration parameters and reason object.
FillAttributes - interface jcckit.graphic.FillAttributes.
Interface for fill attributes.
FlatConfigData - class jcckit.util.FlatConfigData.
An implementation of ConfigData based on a flat representation of the hierachically organized key-value pairs.
FlatConfigData(String) - Constructor for class jcckit.util.FlatConfigData
Creates a new instance for the specified path.
FontStyle - class jcckit.graphic.FontStyle.
Font style constants.
Format - class jcckit.util.Format.
A helper class for formatting numbers according to a printf-like format string.
Format(String) - Constructor for class jcckit.util.Format
Creates an instance for the specified format string.
finishRendering(GraphicalComposite) - Method in interface jcckit.graphic.GraphicalCompositeRenderer
Finishes rendering of the specified composite.
finishRendering(GraphicalComposite) - Method in class jcckit.renderer.Graphics2DRenderer
Finishes rendering of the specified composite.
finishRendering(GraphicalComposite) - Method in class jcckit.renderer.GraphicsRenderer
Finishes rendering of the specified composite.
finishRendering(GraphicalComposite) - Method in class jcckit.renderer.SVGRenderer
Ends renderering of the specified composite.
form(double) - Method in class jcckit.plot.TicLabelMap
Maps the specified tic value onto a text label in accordance with the map description.
form(long) - Method in class jcckit.util.Format
Format a number.
form(double) - Method in class jcckit.util.Format
Format a number.
form(double[]) - Method in class jcckit.util.Format
Format an array of double numbers.
form(double) - Method in interface jcckit.util.TicLabelFormat
Forms the specified tic value to a string.

G

GRID_ATTRIBUTES_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
GRID_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
GraphPoint - class jcckit.graphic.GraphPoint.
Immutable class of a two-dimensional point in the device-independent coordinate system.
GraphPoint(double[]) - Constructor for class jcckit.graphic.GraphPoint
Creates an instance for the specified vector.
GraphPoint(double, double) - Constructor for class jcckit.graphic.GraphPoint
Creates an instance for the specified coordinates.
GraphicAttributes - interface jcckit.graphic.GraphicAttributes.
Marker interface for all types of graphic attributes of a BasicGraphicalElement.
GraphicalComposite - class jcckit.graphic.GraphicalComposite.
Container for GraphicalElements.
GraphicalComposite(ClippingShape) - Constructor for class jcckit.graphic.GraphicalComposite
Creates an instance with the specified clipping shape.
GraphicalCompositeRenderer - interface jcckit.graphic.GraphicalCompositeRenderer.
Interface of all Renderers who render a GraphicalComposite.
GraphicalElement - interface jcckit.graphic.GraphicalElement.
Interface all graphical elements have to implement.
Graphics2DPlotCanvas - class jcckit.Graphics2DPlotCanvas.
A subclass of GraphicsPlotCanvas for the Graphics2DRenderer.
Graphics2DPlotCanvas(ConfigParameters) - Constructor for class jcckit.Graphics2DPlotCanvas
Creates an instance from the specified configuration parameters.
Graphics2DPlotCanvas.Graphics2DCanvas - class jcckit.Graphics2DPlotCanvas.Graphics2DCanvas.
 
Graphics2DPlotCanvas.Graphics2DCanvas() - Constructor for class jcckit.Graphics2DPlotCanvas.Graphics2DCanvas
 
Graphics2DPlotCanvas.Graphics2DJPanel - class jcckit.Graphics2DPlotCanvas.Graphics2DJPanel.
 
Graphics2DPlotCanvas.Graphics2DJPanel() - Constructor for class jcckit.Graphics2DPlotCanvas.Graphics2DJPanel
 
Graphics2DPlotCanvas.Graphics2DPainter - class jcckit.Graphics2DPlotCanvas.Graphics2DPainter.
Painter which draw the plot into a Graphics2D instance.
Graphics2DPlotCanvas.Graphics2DPainter(Component) - Constructor for class jcckit.Graphics2DPlotCanvas.Graphics2DPainter
 
Graphics2DRenderer - class jcckit.renderer.Graphics2DRenderer.
Renderer who draws the GraphicalElements into a java.awt.Graphics2D context.
Graphics2DRenderer() - Constructor for class jcckit.renderer.Graphics2DRenderer
 
GraphicsPlotCanvas - class jcckit.GraphicsPlotCanvas.
Class which handles plotting into a Graphics context based on the GraphicsRenderer.
GraphicsPlotCanvas(ConfigParameters) - Constructor for class jcckit.GraphicsPlotCanvas
Creates an instance from the specified configuration parameters.
GraphicsPlotCanvas.GraphicsCanvas - class jcckit.GraphicsPlotCanvas.GraphicsCanvas.
AWT component which actually shows the rendered plot.
GraphicsPlotCanvas.GraphicsCanvas() - Constructor for class jcckit.GraphicsPlotCanvas.GraphicsCanvas
Creates an instance with an appropriated GraphicsPlotCanvas.GraphicsPainter.
GraphicsPlotCanvas.GraphicsPainter - class jcckit.GraphicsPlotCanvas.GraphicsPainter.
Class which does the actual painting.
GraphicsPlotCanvas.GraphicsPainter(Component) - Constructor for class jcckit.GraphicsPlotCanvas.GraphicsPainter
Creates an instance for the specified component.
GraphicsPlotCanvas2 - class jcckit.GraphicsPlotCanvas2.
Java 2 aware extentions of GraphicsPlotCanvas.
GraphicsPlotCanvas2(ConfigParameters) - Constructor for class jcckit.GraphicsPlotCanvas2
Creates an instance from the specified configuration parameters.
GraphicsPlotCanvas2.GraphicsJPanel - class jcckit.GraphicsPlotCanvas2.GraphicsJPanel.
Swing component which actually shows the rendered plot.
GraphicsPlotCanvas2.GraphicsJPanel() - Constructor for class jcckit.GraphicsPlotCanvas2.GraphicsJPanel
Creates an instance with an appropriated GraphicsPlotCanvas.GraphicsPainter.
GraphicsRenderer - class jcckit.renderer.GraphicsRenderer.
Renderer who draws the GraphicalElements into a java.awt.Graphics context.
GraphicsRenderer() - Constructor for class jcckit.renderer.GraphicsRenderer
 
get(String) - Method in interface jcckit.util.ConfigData
Returns the value associated with this key.
get(String) - Method in class jcckit.util.ConfigParameters
Returns the string value associated with the specified key.
get(String, String) - Method in class jcckit.util.ConfigParameters
Returns the string value associated with the specified key or defaultValue if undefined.
get(String) - Method in class jcckit.util.ConfigParametersBasedConfigData
Returns the value associated with this key.
get(String) - Method in class jcckit.util.FlatConfigData
Returns the value associated with this key.
getAnnotation() - Method in class jcckit.plot.Plot
Returns the annotation layer.
getAttributes() - Method in interface jcckit.plot.AttributesHint
Returns the attributes value.
getAttributes() - Method in class jcckit.plot.ShapeAttributesHint
Returns the wrapped ShapeAttributes instance.
getBoolean(String) - Method in class jcckit.util.ConfigParameters
Returns the boolean associated with the specified key.
getBoolean(String, boolean) - Method in class jcckit.util.ConfigParameters
Returns the boolean associated with the specified key.
getBoundingBox() - Method in class jcckit.graphic.ClippingRectangle
Returns this instance.
getBoundingBox() - Method in interface jcckit.graphic.ClippingShape
Returns the bounding box of this clipping shape.
getBox() - Method in class jcckit.plot.Legend
Returns the legend box with title but without legend symbols and curve titles.
getCenter() - Method in class jcckit.graphic.Rectangle
Returns the center of this element.
getClassName() - Method in class jcckit.util.FactoryException
Returns the fully qualified class name.
getClippingShape() - Method in class jcckit.graphic.GraphicalComposite
Returns the clipping shape.
getClippingShape() - Method in class jcckit.plot.CartesianCoordinateSystem
Returns the clipping rectangle of specified by the axis.
getClippingShape() - Method in interface jcckit.plot.CoordinateSystem
Returns the clipping chape of Curves drawn on top of the coordinates system.
getColor(String) - Method in class jcckit.util.ConfigParameters
Returns the color associated with the specified key.
getColor(String, Color) - Method in class jcckit.util.ConfigParameters
Returns the color associated with the specified key or the specified default value if no key-value pair exists for the specified key.
getCompletePlot() - Method in class jcckit.plot.Plot
Creates a graphical representation of the complete plot.
getContainer() - Method in class jcckit.data.DataCurve
Returns the DataPlot containing this curve.
getContainer() - Method in interface jcckit.data.DataElement
Returns the container containing this element.
getContainer() - Method in class jcckit.data.DataEvent
Returns the container.
getContainer() - Method in class jcckit.data.DataPoint
Returns always null.
getCoordinateSystem() - Method in class jcckit.plot.Plot
Returns the view of the coordinate system.
getCurves() - Method in class jcckit.plot.Plot
Returns the graphical representations of all curves.
getDeletedElement() - Method in class jcckit.data.DataEvent
Returns the deleted element.
getDouble(String) - Method in class jcckit.util.ConfigParameters
Returns the double associated with the specified key.
getDouble(String, double) - Method in class jcckit.util.ConfigParameters
Returns the double associated with the specified key or defaultValue if no key-value pair exists for the specified key.
getDoubleArray(String) - Method in class jcckit.util.ConfigParameters
Returns the array of doubles associated with the specified key.
getDoubleArray(String, double[]) - Method in class jcckit.util.ConfigParameters
Returns the array of doubles associated with the specified key or defaultValue if no key-value pair exists for the specified key.
getElement(int) - Method in class jcckit.data.DataContainer
Returns the element for the specified index.
getFactor() - Method in class jcckit.graphic.Anchor
Returns the factor.
getFillColor() - Method in interface jcckit.graphic.FillAttributes
Returns the fill color.
getFillColor() - Method in class jcckit.graphic.ShapeAttributes
 
getFontName() - Method in class jcckit.graphic.BasicGraphicAttributes
Returns the font name.
getFontName() - Method in interface jcckit.graphic.TextAttributes
Returns the font name.
getFontSize() - Method in class jcckit.graphic.BasicGraphicAttributes
Returns the font size in units of the device-independent coordinates.
getFontSize() - Method in interface jcckit.graphic.TextAttributes
Returns the font size in units of the device-independent coordinates.
getFontStyle() - Method in class jcckit.graphic.BasicGraphicAttributes
Returns the font style.
getFontStyle(ConfigParameters, String, FontStyle) - Static method in class jcckit.graphic.FontStyle
Returns from the specified configuration parameters the font style defined by the specified key or the specified default value.
getFontStyle() - Method in interface jcckit.graphic.TextAttributes
Returns the font style.
getFullKey(String) - Method in interface jcckit.util.ConfigData
Returns the full key.
getFullKey(String) - Method in class jcckit.util.ConfigParameters
Returns the full key.
getFullKey(String) - Method in class jcckit.util.ConfigParametersBasedConfigData
Returns the full key.
getFullKey() - Method in class jcckit.util.FactoryException
Returns the full class name key.
getFullKey(String) - Method in class jcckit.util.FlatConfigData
Returns the full key.
getGraphicAttributes() - Method in class jcckit.graphic.BasicGraphicalElement
Returns the drawing attributes.
getGraphicalElement() - Method in class jcckit.graphic.ClippingRectangle
Returns a Rectangle.
getGraphicalElement() - Method in interface jcckit.graphic.ClippingShape
Returns a basic graphical element (such as Rectangle or Polygon) which may be used by renderers to define the clipping shape for the output device.
getGraphicsCanvas() - Method in class jcckit.GraphicsPlotCanvas
Returns an AWT component which wraps the rendered plot.
getGraphicsJPanel() - Method in class jcckit.GraphicsPlotCanvas2
Returns a Swing component which wraps the rendered plot.
getHeight() - Method in class jcckit.graphic.Rectangle
Returns the height of this element.
getHintForNextCurve() - Method in class jcckit.plot.Symbol
Returns the hint for the next curve.
getHintForNextPoint() - Method in class jcckit.plot.Symbol
Returns the hint for the next point.
getHorizontalAnchor(ConfigParameters, String, Anchor) - Static method in class jcckit.graphic.Anchor
Returns form the specified configuration parameters the horizontal anchor defined by the specified key or the specified default value.
getHorizontalAnchor() - Method in class jcckit.graphic.BasicGraphicAttributes
Returns the anchor for horizontal position of the text.
getHorizontalAnchor() - Method in interface jcckit.graphic.TextAttributes
Returns the anchor for horizontal position of the text.
getHorizontalAnchor() - Method in class jcckit.plot.PlotCanvas
Returns the horizontal anchor.
getIndex() - Method in class jcckit.data.DataEvent
Returns the index.
getIndexOf(DataElement) - Method in class jcckit.data.DataContainer
Returns the index of the specified element.
getInt(String) - Method in class jcckit.util.ConfigParameters
Returns the integer associated with the specified key.
getInt(String, int) - Method in class jcckit.util.ConfigParameters
Returns the integer associated with the specified key or defaultValue if no key-value pair exists for the specified key.
getLegend() - Method in class jcckit.plot.Plot
Returns the graphical representations of the legend.
getLegendSymbol() - Method in interface jcckit.plot.Curve
Returns a symbol which can be used to create the legend for the curve.
getLegendSymbol() - Method in class jcckit.plot.SimpleCurve
Returns the legend symbol.
getLineColor() - Method in interface jcckit.graphic.LineAttributes
Returns the line color.
getLineColor() - Method in class jcckit.graphic.ShapeAttributes
 
getLinePattern() - Method in interface jcckit.graphic.LineAttributes
Returns the line pattern.
getLinePattern() - Method in class jcckit.graphic.ShapeAttributes
 
getLineThickness() - Method in interface jcckit.graphic.LineAttributes
Returns the line tickness. 0 means that the line thickness is chosen as thin as possible.
getLineThickness() - Method in class jcckit.graphic.ShapeAttributes
 
getMaxX() - Method in class jcckit.graphic.ClippingRectangle
Returns the maximum x value.
getMaxY() - Method in class jcckit.graphic.ClippingRectangle
Returns the maximum y value.
getMessage() - Method in class jcckit.plot.PlotEvent
Returns the message object.
getMinX() - Method in class jcckit.graphic.ClippingRectangle
Returns the minimum x value.
getMinY() - Method in class jcckit.graphic.ClippingRectangle
Returns the minimum y value.
getNextHint() - Method in interface jcckit.plot.AttributesHint
Returns the hint for the next Symbol of a Curve.
getNextHint() - Method in class jcckit.plot.ShapeAttributesHint
Creates a new ShapeAttributesHint where all attributes has been incremented.
getNode(String) - Method in interface jcckit.util.ConfigData
Returns the ConfigData object associated with this key.
getNode(String) - Method in class jcckit.util.ConfigParameters
Returns the child node associated with the specified key.
getNode(String) - Method in class jcckit.util.ConfigParametersBasedConfigData
Returns the ConfigData object associated with this key.
getNode(String) - Method in class jcckit.util.FlatConfigData
Returns the ConfigData object associated with this key.
getNumberOfElements() - Method in class jcckit.data.DataContainer
Returns the number of elements of this container.
getNumberOfPoints() - Method in class jcckit.graphic.Polygon
Returns the number points.
getOrientationAngle() - Method in class jcckit.graphic.BasicGraphicAttributes
Returns the orientation angle in degree.
getOrientationAngle() - Method in interface jcckit.graphic.TextAttributes
Returns the orientation angle in degree.
getOrigin() - Method in class jcckit.plot.PositionHint
Returns the origin.
getPaper() - Method in class jcckit.plot.PlotCanvas
Returns the paper definition.
getPlot() - Method in class jcckit.plot.PlotCanvas
Returns the plot.
getPoint(int) - Method in class jcckit.graphic.Polygon
Returns the point for the specified index.
getPosition() - Method in class jcckit.graphic.Text
Returns the position.
getPosition() - Method in class jcckit.plot.PositionHint
Returns the position.
getReason() - Method in class jcckit.util.FactoryException
Returns the reason object causing this exception.
getSource() - Method in class jcckit.plot.PlotEvent
Returns the source of this event.
getSymbol() - Method in class jcckit.plot.Symbol
Returns the graphical symbol.
getText() - Method in class jcckit.graphic.Text
Returns the text string.
getTextColor() - Method in class jcckit.graphic.BasicGraphicAttributes
Returns the text color.
getTextColor() - Method in interface jcckit.graphic.TextAttributes
Returns the text color.
getTitle() - Method in class jcckit.data.DataCurve
Returns the title of this curve.
getTransformation() - Method in class jcckit.plot.CartesianCoordinateSystem
Returns the transformation of data coordinates into the device-independent coordinates of the axis box.
getTransformation() - Method in interface jcckit.plot.CoordinateSystem
Returns the transformation between data coordinates and device-independent graphcial coordinates.
getType() - Method in class jcckit.data.DataEvent
Returns the event type.
getType() - Method in class jcckit.plot.PlotEvent
Returns the event type.
getValue(String) - Method in class jcckit.util.AppletBasedConfigData
 
getValue(String) - Method in class jcckit.util.FlatConfigData
Returns the value for the specified full key from the flat representation of the hierarchically organized key-value pairs.
getValue(String) - Method in class jcckit.util.PropertiesBasedConfigData
Returns the value for the specified full key.
getVerticalAnchor(ConfigParameters, String, Anchor) - Static method in class jcckit.graphic.Anchor
Returns form the specified configuration parameters the vertical anchor defined by the specified key or the specified default value.
getVerticalAnchor() - Method in class jcckit.graphic.BasicGraphicAttributes
Returns the anchor for vertical position of the text.
getVerticalAnchor() - Method in interface jcckit.graphic.TextAttributes
Returns the anchor for vertical position of the text.
getVerticalAnchor() - Method in class jcckit.plot.PlotCanvas
Returns the vertical anchor.
getView() - Method in class jcckit.plot.CartesianCoordinateSystem
Returns the graphical representation of the coordinate system.
getView() - Method in interface jcckit.plot.CoordinateSystem
Returns the graphical representation of a coordinate system.
getView() - Method in interface jcckit.plot.Curve
Returns the graphical representation of a curve.
getView() - Method in class jcckit.plot.SimpleCurve
Returns the graphical representation of a curve.
getWidth() - Method in class jcckit.graphic.Rectangle
Returns the width of this element.
getX() - Method in class jcckit.util.Point
Returns the x-coordinate of the point.
getY() - Method in class jcckit.util.Point
Returns the y-coordinate of the point.

H

HORIZONTAL_ANCHOR_KEY - Static variable in class jcckit.graphic.BasicGraphicAttributes
Configuration parameter key.
HORIZONTAL_ANCHOR_KEY - Static variable in class jcckit.plot.PlotCanvas
Configuration parameter key.
HORIZONTAL_BARS_KEY - Static variable in class jcckit.plot.BarFactory
Configuration parameter key.
Hint - interface jcckit.plot.Hint.
Marker interface of all types of hints.
handleEvent(PlotEvent) - Method in class jcckit.GraphicsPlotCanvas.GraphicsCanvas
Handles the event.
handleEvent(PlotEvent) - Method in class jcckit.GraphicsPlotCanvas2.GraphicsJPanel
Handles the event.

I

INITIAL_ATTRIBUTES_KEY - Static variable in class jcckit.plot.ShapeAttributesHint
Configuration parameter key.
INITIAL_HINT_FOR_NEXT_CURVE_KEY - Static variable in class jcckit.plot.Plot
Configuration parameter key.
INITIAL_HINT_FOR_NEXT_POINT_KEY - Static variable in class jcckit.plot.SimpleCurve
Configuration parameter key.
ITALIC - Static variable in class jcckit.graphic.FontStyle
Font style constant.
init() - Method in class jcckit.PlotApplet
Initializes the applet by presenting the waiting message.
init(Graphics2D) - Method in class jcckit.renderer.Graphics2DRenderer
Initializes this instance.
init(Graphics, Component, Transformation) - Method in class jcckit.renderer.GraphicsRenderer
Initializes this instance.
init(StringBuffer, int, double) - Method in class jcckit.renderer.SVGRenderer
Initializes this instance.
insertElementAt(int, DataElement) - Method in class jcckit.data.DataContainer
Inserts a DataElement at the specified index.
isClosed() - Method in class jcckit.graphic.BasicGraphicalElement
Returns whether this basic graphical element has a closed shape or not.
isClosed() - Method in class jcckit.graphic.Polygon
Returns true if this polygon is closed.
isInside(GraphPoint) - Method in class jcckit.graphic.ClippingRectangle
Returns true if the specified point is inside this rectangle.
isInside(GraphPoint) - Method in interface jcckit.graphic.ClippingShape
Returns true if the specified point is inside this clipping shape.
isLegendVisible() - Method in class jcckit.plot.Plot
Returns true if the legend is visible.
isValid(DataElement) - Method in class jcckit.data.DataContainer
Returns true if the specified DataElement has the correct type.
isValid(DataElement) - Method in class jcckit.data.DataCurve
Returns true if element is an instance of DataPoint.
isValid(DataElement) - Method in class jcckit.data.DataPlot
Returns true if element is an instance of DataCurve.

J

jcckit - package jcckit
Application and applet classes for immediate use.
jcckit.data - package jcckit.data
Data classes.
jcckit.graphic - package jcckit.graphic
Classes for representing a plot or a chart in device independent coordinates.
jcckit.plot - package jcckit.plot
Classes for generating plots and charts.
jcckit.renderer - package jcckit.renderer
Renderer classes.
jcckit.transformation - package jcckit.transformation
Classes for the transformations between data coordinates into device-independent coordinates.
jcckit.util - package jcckit.util
Utility classes.

L

LEFT_BOTTOM - Static variable in class jcckit.graphic.Anchor
Anchor constant.
LEFT_DISTANCE_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
LEGEND_KEY - Static variable in class jcckit.plot.Plot
Configuration parameter key.
LEGEND_VISIBLE_KEY - Static variable in class jcckit.plot.Plot
Configuration parameter key.
LINE_ATTRIBUTES_KEY - Static variable in class jcckit.plot.SimpleCurve
Configuration parameter key.
LINE_COLOR_HSB_INCREMENT_KEY - Static variable in class jcckit.plot.ShapeAttributesHint
Configuration parameter key.
LINE_COLOR_KEY - Static variable in class jcckit.graphic.ShapeAttributes
Configuration parameter key.
LINE_LENGTH_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
LINE_PATTERN_KEY - Static variable in class jcckit.graphic.ShapeAttributes
Configuration parameter key.
LINE_THICKNESS_INCREMENT_KEY - Static variable in class jcckit.plot.ShapeAttributesHint
Configuration parameter key.
LINE_THICKNESS_KEY - Static variable in class jcckit.graphic.ShapeAttributes
Configuration parameter key.
LOG_SCALE_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
Legend - class jcckit.plot.Legend.
Helper class for creating the legend of a Plot.
Legend(ConfigParameters) - Constructor for class jcckit.plot.Legend
Creates an instance from the specified configuration parameters.
LineAttributes - interface jcckit.graphic.LineAttributes.
Interface for line attributes.
log(double, boolean) - Static method in class jcckit.util.Util
Returns the natural logarithm of the specified number if logScale is true.

M

MAP_KEY - Static variable in class jcckit.plot.TicLabelMap
 
MAXIMUM_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
MAXIMUM_TIC_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
MINIMUM_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
MINIMUM_TIC_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
main(String[]) - Static method in class jcckit.Graphics2DPlotCanvas
Shows a plot in a Frame.
main(String[]) - Static method in class jcckit.GraphicsPlotCanvas
Shows a plot in a Frame.
main(String[]) - Static method in class jcckit.SVGPlotter
Creates an SVG document based on a .properties file.
makeSVG(PlotCanvas, String) - Static method in class jcckit.SVGPlotter
Creates an SVG document from the specified plot canvas.
mapCursorPosition(int, int) - Method in class jcckit.Graphics2DPlotCanvas
Maps the cursor position onto a point in device-independent coordinates.
mapCursorPosition(int, int) - Method in class jcckit.GraphicsPlotCanvas
Maps the cursor position onto a point in device-independent coordinates.

N

NORMAL - Static variable in class jcckit.graphic.FontStyle
Font style constant.
NUMBER_OF_TICS_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
notifyListeners(PlotEvent) - Method in class jcckit.plot.Plot
Sends all registrated PlotListeners the specified event.

O

ORIENTATION_ANGLE_KEY - Static variable in class jcckit.graphic.BasicGraphicAttributes
Configuration parameter key.
ORIGIN_KEY - Static variable in class jcckit.plot.CartesianCoordinateSystem
Configuration parameter key.
ORIGIN_KEY - Static variable in class jcckit.plot.PositionHint
Configuration parameter key.
Oval - class jcckit.graphic.Oval.
An oval (i.e.
Oval(GraphPoint, double, double, GraphicAttributes) - Constructor for class jcckit.graphic.Oval
Creates a new instance.
OvalRenderer - interface jcckit.graphic.OvalRenderer.
Interface of all Renderers who render a Oval.

P

PAPER_KEY - Static variable in class jcckit.plot.PlotCanvas
Configuration parameter key.
PLOT_KEY - Static variable in class jcckit.plot.PlotCanvas
Configuration parameter key.
POSITION_KEY - Static variable in class jcckit.plot.PositionHint
Configuration parameter key.
Plot - class jcckit.plot.Plot.
A plot is determined by a CoordinateSystem, Curves, an optional annotation layer and an optional Legend.
Plot(ConfigParameters) - Constructor for class jcckit.plot.Plot
Creates an instance from the specified configuration parameters.
PlotApplet - class jcckit.PlotApplet.
Applet showing a static plot in a GraphicsPlotCanvas.
PlotApplet() - Constructor for class jcckit.PlotApplet
 
PlotCanvas - class jcckit.plot.PlotCanvas.
An abstract canvas containg a single Plot.
PlotCanvas(ConfigParameters) - Constructor for class jcckit.plot.PlotCanvas
Creates an instance from the specified configuration parameters.
PlotEvent - class jcckit.plot.PlotEvent.
A plot event signales some changes of a Plot.
PlotEvent(Plot, PlotEventType, Object) - Constructor for class jcckit.plot.PlotEvent
Creates a new event for the specified source, type, and message.
PlotEventType - class jcckit.plot.PlotEventType.
Types of PlotEvents.
PlotListener - interface jcckit.plot.PlotListener.
Listener for changes of plots, diagrams, and charts.
Point - class jcckit.util.Point.
Immutable class of a two-dimensional point with floating point coordinates.
Point(double[]) - Constructor for class jcckit.util.Point
Creates an instance for the specified vector.
Point(double, double) - Constructor for class jcckit.util.Point
Creates an instance for the specified coordinates.
Polygon - class jcckit.graphic.Polygon.
A polygon or polyline.
Polygon(GraphicAttributes, boolean) - Constructor for class jcckit.graphic.Polygon
Creates an instance of the specified graphic attributes.
PolygonRenderer - interface jcckit.graphic.PolygonRenderer.
Interface of all Renderers who render an instance of Polygon.
PositionHint - class jcckit.plot.PositionHint.
An immutable Hint capsulating two GraphPoints.
PositionHint(ConfigParameters) - Constructor for class jcckit.plot.PositionHint
Creates an instance from the specified configuration parameters.
PositionHint(GraphPoint, GraphPoint) - Constructor for class jcckit.plot.PositionHint
Creates an instance based on two points.
PropertiesBasedConfigData - class jcckit.util.PropertiesBasedConfigData.
Implementation of FlatConfigData based on java.util.Properties.
PropertiesBasedConfigData(String) - Constructor for class jcckit.util.PropertiesBasedConfigData
Creates an instance from the specified .properties file.
PropertiesBasedConfigData(Properties) - Constructor for class jcckit.util.PropertiesBasedConfigData
Creates an instance based on the specified properties.
paint(Graphics) - Method in class jcckit.GraphicsPlotCanvas.GraphicsCanvas
Paints the plot.
paint(Graphics) - Method in class jcckit.GraphicsPlotCanvas.GraphicsPainter
Paints the plot.
paintComponent(Graphics) - Method in class jcckit.GraphicsPlotCanvas2.GraphicsJPanel
 
plotChanged(PlotEvent) - Method in class jcckit.GraphicsPlotCanvas
Repaints the wrapping GUI component.
plotChanged(PlotEvent) - Method in class jcckit.GraphicsPlotCanvas2
Repaints the wrapping GUI component.
plotChanged(PlotEvent) - Method in class jcckit.plot.PlotCanvas
Handles the spcified event.
plotChanged(PlotEvent) - Method in interface jcckit.plot.PlotListener
Receives the specified plot event.
prepare(Graphics) - Method in class jcckit.Graphics2DPlotCanvas.Graphics2DPainter
Sets identity transformation for the specified Graphics2D context.
prepare(Graphics) - Method in class jcckit.GraphicsPlotCanvas.GraphicsPainter
Prepare graphics context before drawing the pre-rendered view of the coordinate system.

R

RENDERER_KEY - Static variable in class jcckit.PlotApplet
 
RIGHT_TOP - Static variable in class jcckit.graphic.Anchor
Anchor constant.
Rectangle - class jcckit.graphic.Rectangle.
A rectangle.
Rectangle(GraphPoint, double, double, GraphicAttributes) - Constructor for class jcckit.graphic.Rectangle
Creates a new instance.
RectangleRenderer - interface jcckit.graphic.RectangleRenderer.
Interface of all Renderers who render a Rectangle.
Renderer - interface jcckit.graphic.Renderer.
Marker interface.
removeAllElements() - Method in class jcckit.graphic.GraphicalComposite
Remove all elements.
removeAllPoints() - Method in class jcckit.graphic.Polygon
Removes all points.
removeAllPoints() - Method in interface jcckit.plot.Curve
Removes all points from the curve.
removeAllPoints() - Method in class jcckit.plot.SimpleCurve
 
removeDataListener(DataListener) - Method in class jcckit.data.DataContainer
Removes a DataListener.
removeElementAt(int) - Method in class jcckit.data.DataContainer
Removes a DataElement at the specified index.
removePlotListener(PlotListener) - Method in class jcckit.plot.Plot
Removes the specfied PlotListener.
render(Oval) - Method in interface jcckit.graphic.OvalRenderer
Renders the specified oval.
render(Polygon) - Method in interface jcckit.graphic.PolygonRenderer
Renders the specified Polygon instance.
render(Rectangle) - Method in interface jcckit.graphic.RectangleRenderer
Renders the specified rectangle.
render(Text) - Method in interface jcckit.graphic.TextRenderer
Renders the specified Text instance.
render(Polygon) - Method in class jcckit.renderer.Graphics2DRenderer
Paints the specified polygon into the Graphics2D context.
render(Rectangle) - Method in class jcckit.renderer.Graphics2DRenderer
Paints the specified rectangle into the current Graphics context.
render(Oval) - Method in class jcckit.renderer.Graphics2DRenderer
Paints the specified oval into the current Graphics context.
render(Text) - Method in class jcckit.renderer.Graphics2DRenderer
Paints the specified text into the current Graphics context.
render(Polygon) - Method in class jcckit.renderer.GraphicsRenderer
Paints the specified polygon into the current Graphics context.
render(Rectangle) - Method in class jcckit.renderer.GraphicsRenderer
Paints the specified rectangle into the current Graphics context.
render(Oval) - Method in class jcckit.renderer.GraphicsRenderer
Paints the specified oval into the current Graphics context.
render(Text) - Method in class jcckit.renderer.GraphicsRenderer
Paints the specified text into the current Graphics context.
render(Polygon) - Method in class jcckit.renderer.SVGRenderer
Renders a polygon.
render(Rectangle) - Method in class jcckit.renderer.SVGRenderer
Renders a rectangle.
render(Oval) - Method in class jcckit.renderer.SVGRenderer
Renders an oval.
render(Text) - Method in class jcckit.renderer.SVGRenderer
Renders text.
renderWith(Renderer) - Method in class jcckit.graphic.GraphicalComposite
Renders all GraphicalElements in the sequence they have been added.
renderWith(Renderer) - Method in interface jcckit.graphic.GraphicalElement
Renders this element according to the type of renderer.
renderWith(Renderer) - Method in class jcckit.graphic.Oval
Renders this oval with the specified Renderer.
renderWith(Renderer) - Method in class jcckit.graphic.Polygon
Renders this line with the specified Renderer.
renderWith(Renderer) - Method in class jcckit.graphic.Rectangle
Renders this rectangle with the specified Renderer.
renderWith(Renderer) - Method in class jcckit.graphic.Text
Renders this line with the specified Renderer.
replaceElementAt(int, DataElement) - Method in class jcckit.data.DataContainer
Replaces the DataElement at the specified index.
replaceElementAt(int, GraphicalElement) - Method in class jcckit.graphic.GraphicalComposite
Replaces the specified element at the specified index of the list of elements.
replacePointAt(int, GraphPoint) - Method in class jcckit.graphic.Polygon
Replaces the point at the specified index by a new one.
run(String[], String) - Static method in class jcckit.GraphicsPlotCanvas
 
run() - Method in class jcckit.PlotApplet
Creates the plot and replaces the waiting message or shows the exception if creation failed.

S

SIZE_KEY - Static variable in interface jcckit.plot.SymbolFactory
Common configuration parameter key need by implementing classes.
SOFT_CLIPPING_KEY - Static variable in class jcckit.plot.SimpleCurve
Configuration parameter key.
STACKED_KEY - Static variable in class jcckit.plot.BarFactory
Configuration parameter key.
SVGPlotter - class jcckit.SVGPlotter.
Creates an SVG document from a plot by using the SVGRenderer.
SVGPlotter() - Constructor for class jcckit.SVGPlotter
 
SVGRenderer - class jcckit.renderer.SVGRenderer.
Renderer creating Scalable Vector Graphics (SVG) from GraphicalElements.
SVGRenderer() - Constructor for class jcckit.renderer.SVGRenderer
 
SYMBOL_FACTORY_KEY - Static variable in class jcckit.plot.ErrorBarFactory
Configuration parameter key.
SYMBOL_FACTORY_KEY - Static variable in class jcckit.plot.SimpleCurve
Configuration parameter key.
SYMBOL_SIZE_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
ShapeAttributes - class jcckit.graphic.ShapeAttributes.
Basic attributes for shapes.
ShapeAttributes(ConfigParameters) - Constructor for class jcckit.graphic.ShapeAttributes
Creates a new instance based on the specified configuration parameters.
ShapeAttributes(Color, Color, double, double[]) - Constructor for class jcckit.graphic.ShapeAttributes
Creates a new instance.
ShapeAttributesHint - class jcckit.plot.ShapeAttributesHint.
An AttributesHint which wraps ShapeAttributes.
ShapeAttributesHint(ConfigParameters) - Constructor for class jcckit.plot.ShapeAttributesHint
Creates an instance from the specified configuration parameters.
SimpleCurve - class jcckit.plot.SimpleCurve.
A simple curve is the basic implementation of the Curve interface.
SimpleCurve(ConfigParameters, int, int, ClippingShape, Legend) - Constructor for class jcckit.plot.SimpleCurve
Creates a new curve.
SimpleCurveFactory - class jcckit.plot.SimpleCurveFactory.
Factory for SimpleCurves.
SimpleCurveFactory(ConfigParameters) - Constructor for class jcckit.plot.SimpleCurveFactory
Creates an instance from the specified configuration parameter.
SquareSymbolFactory - class jcckit.plot.SquareSymbolFactory.
A factory of square symbols.
SquareSymbolFactory(ConfigParameters) - Constructor for class jcckit.plot.SquareSymbolFactory
Creates an instance from the specified configuration parameters.
Symbol - class jcckit.plot.Symbol.
Immutable class holding the graphical represention of the symbol and two Hints.
Symbol(GraphicalElement, Hint, Hint) - Constructor for class jcckit.plot.Symbol
Creates an instance for the specified symbol and hints.
SymbolFactory - interface jcckit.plot.SymbolFactory.
Interface of a symbol factory.
setAnnotation(GraphicalElement) - Method in class jcckit.plot.Plot
Sets the annotation layer.
setContainer(DataContainer) - Method in class jcckit.data.DataCurve
Sets the DataPlot where this is a curve of.
setContainer(DataContainer) - Method in interface jcckit.data.DataElement
Sets the container which should contain this element.
setContainer(DataContainer) - Method in class jcckit.data.DataPoint
Does nothing.
setCoordinateSystem(CoordinateSystem) - Method in class jcckit.plot.Plot
Sets the coordinate system.
setDoubleBuffering(boolean) - Method in class jcckit.GraphicsPlotCanvas
Sets the flag for double buffering.
setMarker(GraphicalElement) - Method in class jcckit.GraphicsPlotCanvas
Defines a graphical marker which will be drawn on top of the plot.
setRenderer(String) - Method in class jcckit.GraphicsPlotCanvas
Sets the renderer used to render the plot.
start() - Method in class jcckit.PlotApplet
Starts plot creation in an extra thread.
startRendering(GraphicalComposite) - Method in interface jcckit.graphic.GraphicalCompositeRenderer
Starts rendering of the specified composite before its elements are rendererd.
startRendering(GraphicalComposite) - Method in class jcckit.renderer.Graphics2DRenderer
Starts rendering of the specified composite.
startRendering(GraphicalComposite) - Method in class jcckit.renderer.GraphicsRenderer
Starts rendering of the specified composite.
startRendering(GraphicalComposite) - Method in class jcckit.renderer.SVGRenderer
Starts renderering of the specified composite.

T

TEXT_COLOR_KEY - Static variable in class jcckit.graphic.BasicGraphicAttributes
Configuration parameter key.
TIC_ATTRIBUTES_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
TIC_LABEL_ATTRIBUTES_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
TIC_LABEL_FORMAT_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
TIC_LABEL_POSITION_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
TIC_LENGTH_KEY - Static variable in class jcckit.plot.AxisParameters
Configuration parameter key.
TITLE_ATTRIBUTES_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
TITLE_DISTANCE_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
TITLE_KEY - Static variable in class jcckit.data.DataCurve
Config parameter key.
TITLE_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
TOP_DISTANCE_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
Text - class jcckit.graphic.Text.
A single line of text.
Text(GraphPoint, String, GraphicAttributes) - Constructor for class jcckit.graphic.Text
Creates an instance with the specified parameters.
TextAttributes - interface jcckit.graphic.TextAttributes.
Interface for text attributes.
TextRenderer - interface jcckit.graphic.TextRenderer.
Interface of all Renderers who render an instance of Text.
TicLabelFormat - interface jcckit.util.TicLabelFormat.
Format interface for tic labels.
TicLabelMap - class jcckit.plot.TicLabelMap.
Map of number intervals onto a text label.
TicLabelMap(ConfigParameters) - Constructor for class jcckit.plot.TicLabelMap
Creates an instance from the specified configuration parameters.
Transformation - class jcckit.renderer.Transformation.
Transformation between device-independent coordinates and standard Java coordinates.
Transformation(int, int, ClippingRectangle, Anchor, Anchor) - Constructor for class jcckit.renderer.Transformation
Creates an instance for the specified canvas size, paper size, and anchor points of the paper.
Transformation - interface jcckit.transformation.Transformation.
Interface for transformations between data coordinates and device-independent coordinates.
toString() - Method in class jcckit.graphic.FontStyle
Returns a human readable description for pretty printing.
toString() - Method in class jcckit.util.FactoryException
Renders this instance as follows: jcckit.util.FactoryException: full key = class name: reason.
transform(GraphPoint) - Method in class jcckit.plot.Plot
Transforms a point from device-independent coordinates into data coordinates.
transformBack(int, int) - Method in class jcckit.renderer.Transformation
Transforms a point in Java coordinates back into device-independent coordinates.
transformHeight(double) - Method in class jcckit.renderer.Transformation
Transforms the device-independent height into Java height.
transformToData(GraphPoint) - Method in class jcckit.transformation.CartesianTransformation
 
transformToData(GraphPoint) - Method in interface jcckit.transformation.Transformation
Transforms a GraphPoint into a DataPoint.
transformToGraph(DataPoint) - Method in class jcckit.transformation.CartesianTransformation
 
transformToGraph(DataPoint) - Method in interface jcckit.transformation.Transformation
Transforms a DataPoint into a GraphPoint.
transformWidth(double) - Method in class jcckit.renderer.Transformation
Transforms the device-independent width into Java width.
transformX(double) - Method in class jcckit.renderer.Transformation
Transforms the device-independent x coordinate into Java coordinates.
transformY(double) - Method in class jcckit.renderer.Transformation
Transforms the device-independent y coordinate into Java coordinates.

U

UPPER_RIGHT_CORNER_KEY - Static variable in class jcckit.plot.Legend
Configuration parameter key.
Util - class jcckit.util.Util.
Collection of static utility methods.
update(Graphics) - Method in class jcckit.GraphicsPlotCanvas.GraphicsCanvas
Directly invokes paint.
update(Graphics) - Method in class jcckit.GraphicsPlotCanvas2.GraphicsJPanel
 

V

VERTICAL_ANCHOR_KEY - Static variable in class jcckit.graphic.BasicGraphicAttributes
Configuration parameter key.
VERTICAL_ANCHOR_KEY - Static variable in class jcckit.plot.PlotCanvas
Configuration parameter key.

W

WAITING_MESSAGE_KEY - Static variable in class jcckit.PlotApplet
 
WITH_LINE_KEY - Static variable in class jcckit.plot.SimpleCurve
Configuration parameter key.

X

X_AXIS_KEY - Static variable in class jcckit.plot.CartesianCoordinateSystem
Configuration parameter key.
X_KEY - Static variable in class jcckit.data.DataCurve
Config parameter key.

Y

Y_AXIS_KEY - Static variable in class jcckit.plot.CartesianCoordinateSystem
Configuration parameter key.
Y_KEY - Static variable in class jcckit.data.DataCurve
Config parameter key.

_

_attributes - Variable in class jcckit.plot.AbstractSymbolFactory
Attributes of all symbols.
_canvas - Variable in class jcckit.GraphicsPlotCanvas
Wrapped AWT component.
_jPanel - Variable in class jcckit.GraphicsPlotCanvas2
Wrapped Swing component.
_painter - Variable in class jcckit.GraphicsPlotCanvas.GraphicsCanvas
Painter which does the actual painting.
_painter - Variable in class jcckit.GraphicsPlotCanvas2.GraphicsJPanel
Painter which does the actual painting.
_renderer - Variable in class jcckit.Graphics2DPlotCanvas
 
_size - Variable in class jcckit.plot.AbstractSymbolFactory
Size of all symbols.

A B C D E F G H I J L M N O P R S T U V W X Y _