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

A

AboutBox - class askalon.graph.chartpack.AboutBox.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
AboutBox() - Constructor for class askalon.graph.chartpack.AboutBox
Initialises the about box, packs the dialog, places it in the middle of the screen and shows it.
AppHelper - class askalon.graph.chartpack.tools.AppHelper.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
AppHelper() - Constructor for class askalon.graph.chartpack.tools.AppHelper
 
accept(File) - Method in class askalon.graph.chartpack.tools.FileExtensionFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
actionPerformed(ActionEvent) - Method in class askalon.graph.chartpack.AboutBox
Reacts on ActionEvents.
actionPerformed(ActionEvent) - Method in class askalon.graph.chartpack.CPMenu
Reacts on ItemEvents (e.g. from the menu).
actionPerformed(ActionEvent) - Method in class askalon.graph.chartpack.Diagram3D
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class askalon.graph.chartpack.DiagramLegend
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class askalon.graph.chartpack.LinearDiagram
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class askalon.graph.chartpack.SelectorUI
Reacts on ItemEvents (e.g. from the menu).
actionPerformed(ActionEvent) - Method in class askalon.graph.chartpack.XMLEventDiagram
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class askalon.graph.chartpack.XYDiagram
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class askalon.graph.chartpack.examples.ChartPackTest
Reacts on ActionEvents (e.g. from the menu).
actionPerformed(ActionEvent) - Method in class askalon.graph.chartpack.examples.TestApplet
Reacts on ActionEvents (e.g. from the menu).
add(String, String) - Method in class askalon.graph.chartpack.DataMapper
This method takes care of the leafs in the XML tree.
add(String, String) - Method in class askalon.graph.chartpack.LinearDataMapper
This method takes care of the leafs in the XML tree.
add(String, String) - Method in class askalon.graph.chartpack.MultipleSurfaceDataMapper
This method takes care of the leafs in the XML tree.
add(String, String) - Method in class askalon.graph.chartpack.XMLEventDataMapper
This method takes care of the leaves in the XML tree.
add(String, String) - Method in class askalon.graph.chartpack.XYDataMapper
This method takes care of the leafs in the XML tree.
add(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Point3D
Adds another vector to this one.
addAttribute(String, String) - Method in class askalon.graph.chartpack.XMLEventDataElement
Adds an attribute to the events attributes hashtable.
addBarLine(String, String) - Method in class askalon.graph.chartpack.LinearDiagram
Adds a new bar/line to the data structure.
addDataObject(DataObject) - Method in class askalon.graph.chartpack.Diagram
Adds an data object to the data structure.
addDataObject(DataObject) - Method in class askalon.graph.chartpack.LinearDiagram
Adds an data object to the data structure.
addDataObject(DataObject) - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Adds an data object to the data structure.
addDataObject(DataObject) - Method in class askalon.graph.chartpack.XMLEventDiagram
Adds an data object to the data structure.
addDataObject(DataObject) - Method in class askalon.graph.chartpack.XYDiagram
Adds a data object to the data structure.
addDataSet(String, String) - Method in class askalon.graph.chartpack.XYDiagram
Adds a new dataset to the diagram.
addElement(DataElement) - Method in interface askalon.graph.chartpack.DataObject
Adds an element to this object.
addElement(String, String, double) - Method in class askalon.graph.chartpack.LinearData
Adds a new element to a data object.
addElement(DataElement) - Method in class askalon.graph.chartpack.LinearDataObject
Adds an element to this object.
addElement(String, String, double) - Method in class askalon.graph.chartpack.LinearDiagram
Adds an element to a bar/line.
addElement(DataElement) - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Adds an element to this object.
addElement(XMLEventDataElement) - Method in class askalon.graph.chartpack.XMLEventData
Adds an event to the data structure.
addElement(DataElement) - Method in class askalon.graph.chartpack.XMLEventDataObject
Adds an element to this object.
addElement(DataElement) - Method in class askalon.graph.chartpack.XYDataObject
Adds an element to this object.
addEvent(String, String, long, Hashtable) - Method in class askalon.graph.chartpack.XMLEventDiagram
Adds a new event to the data structure.
addExtension(String) - Method in class askalon.graph.chartpack.tools.FileExtensionFilter
Adds a filetype "dot" extension to filter against.
addLegendItem(String, String, boolean, Color, ActionListener) - Method in class askalon.graph.chartpack.LegendDataPanel
Adds an item to the legend.
addLink(String, String) - Method in class askalon.graph.chartpack.XMLEventDiagram
Adds a link between two events.
addLinkedEvent(XMLEventDataElement) - Method in class askalon.graph.chartpack.XMLEventDataElement
Adds another event to the events linked list.
addMenuItem(JMenu, String, ActionListener) - Method in class askalon.graph.chartpack.CPMenu
Helper method to simplify the menu creation.
addObject(String, LinearDataObject) - Method in class askalon.graph.chartpack.LinearData
Adds an object to the LinearData structure.
addObject(String, MultipleSurfaceDataObject) - Method in class askalon.graph.chartpack.MultipleSurfaceData
Adds an object to the MultipleSurfaceData structure.
addObject(String, XMLEventDataObject) - Method in class askalon.graph.chartpack.XMLEventData
Adds an object to the Data structure.
addObject(String, XYDataObject) - Method in class askalon.graph.chartpack.XYData
Adds an object to the XYData structure.
addObject(Object3D) - Method in class askalon.graph.chartpack.diagram3d.Scene3D
Adds an Object3D to the scene.
addSetParameters() - Method in class askalon.graph.chartpack.Diagram
This method adds and sets the general diagram parameters.
addSetParameters() - Method in class askalon.graph.chartpack.Diagram3D
This method adds and sets the general diagram parameters.
addSetValue(String, int, int, double) - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Sets an element value in an existing object.
addSetValue(String, String, double, double) - Method in class askalon.graph.chartpack.XYDiagram
Adds respectively sets an element value in an existing object.
addShape(Shape3D) - Method in class askalon.graph.chartpack.diagram3d.Scene3D
Add a shape to the scene.
addSpacer() - Method in class askalon.graph.chartpack.LegendDataPanel
Adds a JPanel to the bottom of this JPanel to achieve top alignment.
addSurface(String, String, Double[], Double[]) - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Adds a new surface to the diagram.
addTr(Point3D) - Method in class askalon.graph.chartpack.diagram3d.Point3D
Adds another vector/point to this one.
addTr(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Point3D
Adds another vector/point to this one.
addVector(Vector3D) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Adds a Vector3D to this vector in the MCS.
addVectorTr(Vector3D) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Adds a Vector3D to this vector in the NPC.
add_tick(String, String) - Method in class askalon.graph.chartpack.MultipleSurfaceDataMapper
This method has the same function as add(), but only for tick definition: - /definition/custom_ticks/tick_x - /definition/custom_ticks/tick_z - /definition/linear_ticks/grid_size_x - /definition/linear_ticks/grid_size_z - /definition/linear_ticks/max_x - /definition/linear_ticks/max_z
afterPaint() - Method in class askalon.graph.chartpack.Diagram
This method is invoked after the diagram has been rendered.
age - Variable in class askalon.graph.chartpack.examples.MySerializable
 
askalon.graph.chartpack - package askalon.graph.chartpack
Charpack Package Specification askalon.graph.chartpack.diagram3d - package askalon.graph.chartpack.diagram3d
 
askalon.graph.chartpack.examples - package askalon.graph.chartpack.examples
Chartpack Documentation Examples Package Specification askalon.graph.chartpack.saxmapper - package askalon.graph.chartpack.saxmapper
Saxmapper Package Specification askalon.graph.chartpack.tools - package askalon.graph.chartpack.tools
Chartpack Tools Package Specification at - Variable in class askalon.graph.chartpack.Diagram
 
axisLabelLength - Variable in class askalon.graph.chartpack.Diagram
 

B

BOTTOM - Static variable in class askalon.graph.chartpack.diagram3d.Object3D
 
BOTTOM - Static variable in class askalon.graph.chartpack.diagram3d.Shape3D
 
BOTTOMVIEW - Static variable in class askalon.graph.chartpack.diagram3d.Camera3D
 
BrowserLauncher - class askalon.graph.chartpack.tools.BrowserLauncher.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
beforePaint() - Method in class askalon.graph.chartpack.Diagram
This method is invoked before the diagram is rendered.
beforePaint() - Method in class askalon.graph.chartpack.Diagram3D
Things to do befor we draw the diagram.
bottomBorder - Variable in class askalon.graph.chartpack.Diagram
 
buffImg - Variable in class askalon.graph.chartpack.Diagram
 
build_dir - Static variable in class askalon.graph.chartpack.examples.ChartPackTest
The directory where all classes are stored.

C

C - Static variable in class askalon.graph.chartpack.tools.DataServer
 
CPMenu - class askalon.graph.chartpack.CPMenu.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
CPMenu(EventListener, ParameterManager) - Constructor for class askalon.graph.chartpack.CPMenu
 
CPPopupMenu - class askalon.graph.chartpack.CPPopupMenu.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
CPPopupMenu(Diagram) - Constructor for class askalon.graph.chartpack.CPPopupMenu
Initialises a simple popup menu.
Camera3D - class askalon.graph.chartpack.diagram3d.Camera3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Camera3D(Point3D, double, int, int) - Constructor for class askalon.graph.chartpack.diagram3d.Camera3D
Creates a camera.
ChartPackTest - class askalon.graph.chartpack.examples.ChartPackTest.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
ChartPackTest() - Constructor for class askalon.graph.chartpack.examples.ChartPackTest
Constructs a new GUI.
CloseApplication - class askalon.graph.chartpack.tools.CloseApplication.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
CloseApplication() - Constructor for class askalon.graph.chartpack.tools.CloseApplication
 
Cuboid - class askalon.graph.chartpack.diagram3d.Cuboid.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Cuboid(Point3D, double, double, double) - Constructor for class askalon.graph.chartpack.diagram3d.Cuboid
Creates a cuboid starting a the given position with the given width, height and depth, using the default color.
Cuboid(Point3D, double, double, double, Color) - Constructor for class askalon.graph.chartpack.diagram3d.Cuboid
Creates a cuboid starting a the given position with the given width, height and depth, using the default color.
calcDiagramArea() - Method in class askalon.graph.chartpack.Diagram
Calculates the size of the diagram area and sets the diagrams protected values accordingly.
captionPadding - Variable in class askalon.graph.chartpack.Diagram
 
changeLegendType(int) - Method in class askalon.graph.chartpack.DiagramLegend
Change how the legend should be displayed.
characters(char[], int, int) - Method in class askalon.graph.chartpack.examples.SimpleMapper
This event is fired when element content has been found.
characters(char[], int, int) - Method in class askalon.graph.chartpack.saxmapper.SaxMapper
 
checkMaxSize(long) - Method in class askalon.graph.chartpack.XMLEventDataObject
Checks if the number of elements is larger than maxelements.
checkMaxSize(long) - Method in class askalon.graph.chartpack.XYDataObject
Checks if the number of elements is larger than maxelements.
chooser - Variable in class askalon.graph.chartpack.examples.ChartPackTest
 
clear() - Method in class askalon.graph.chartpack.Diagram
Clears the diagrams data structure.
clear() - Method in class askalon.graph.chartpack.Diagram3D
Clears the diagrams data structure.
clear() - Method in class askalon.graph.chartpack.DiagramLegend
Resets the panel.
clear() - Method in class askalon.graph.chartpack.LegendData
Clears the data structure.
clear() - Method in class askalon.graph.chartpack.LegendDataPanel
Resets the panel.
clear() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Clears the diagrams data structure.
clear() - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
Clears this matrix.
clearData() - Method in interface askalon.graph.chartpack.Data
Clear the data structure.
clearData() - Method in class askalon.graph.chartpack.LinearData
Clears the data structure.
clearData() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Clears the data structure.
clearData() - Method in class askalon.graph.chartpack.XMLEventData
Clears the data structure.
clearData() - Method in class askalon.graph.chartpack.XYData
Clears the data structure.
clipLine(Point2D, Point2D) - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Clips the line against the given borders.
clipPolygon(Graphics2D, Polygon) - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Clips the shape using Sutherland-Hodgman polygon clipping.
clone() - Method in class askalon.graph.chartpack.diagram3d.Point3D
Returns a clone of this Point3D.
cog - Variable in class askalon.graph.chartpack.diagram3d.Shape3D
 
col - Variable in class askalon.graph.chartpack.diagram3d.Object3D
 
col - Variable in class askalon.graph.chartpack.diagram3d.Shape3D
 
compare(LegendObject) - Method in class askalon.graph.chartpack.LegendObject
Compares the current object with the given one (a string comparison on the description and the user description).
compare(Object, Object) - Method in class askalon.graph.chartpack.diagram3d.zMaxComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class askalon.graph.chartpack.tools.StringComparator
Compares its two arguments for order.
componentHidden(ComponentEvent) - Method in class askalon.graph.chartpack.DiagramLegend
Invoked when the component has been made invisible.
componentMoved(ComponentEvent) - Method in class askalon.graph.chartpack.DiagramLegend
Invoked when the component's position changes.
componentResized(ComponentEvent) - Method in class askalon.graph.chartpack.DiagramLegend
Invoked when the component's size changes.
componentShown(ComponentEvent) - Method in class askalon.graph.chartpack.DiagramLegend
Invoked when the component has been made visible.
contains(Point3D) - Method in class askalon.graph.chartpack.diagram3d.Object3D
Tests if given point is a vertex of the object.
contains(Point3D) - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Tests if given point is a vertex of the rectangle.
containsKey(String) - Method in class askalon.graph.chartpack.LegendData
Tests if the specified object is a key in this hashtable.
containsObject(String) - Method in class askalon.graph.chartpack.LinearData
Check if the structure contains a certain object by key.
containsObject(String) - Method in class askalon.graph.chartpack.MultipleSurfaceData
Check if the structure contains a certain object by key.
containsObject(String) - Method in class askalon.graph.chartpack.XMLEventData
Check if the structure contains a certain object by key.
containsObject(String) - Method in class askalon.graph.chartpack.XYData
Check if the structure contains a certain object by key.
copy(Matrix3D) - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
Copies the values of this matrix into another one
createChartMenu() - Method in class askalon.graph.chartpack.CPMenu
Creates the chart/diagram menu
createDataMenu() - Method in class askalon.graph.chartpack.CPMenu
Creates the data menu
createDiagram(JFrame, String) - Static method in class askalon.graph.chartpack.Diagram
This static method creates a new diagram.
createElement() - Method in class askalon.graph.chartpack.DataMapper
This method is invoked when we enter a XML path where it is necessary to create a new element (e.g.
createElement() - Method in class askalon.graph.chartpack.LinearDataMapper
This method is invoked when we enter a XML path where it is necessary to create a new element (e.g.
createElement() - Method in class askalon.graph.chartpack.MultipleSurfaceDataMapper
This method is invoked when we enter a XML path where it is necessary to create a new element (e.g.
createElement() - Method in class askalon.graph.chartpack.XMLEventDataMapper
This method is invoked when we enter a XML path where it is necessary to create a new element (e.g.
createElement() - Method in class askalon.graph.chartpack.XYDataMapper
This method is invoked when we enter a XML path where it is necessary to create a new element (e.g.
createHelpMenu() - Method in class askalon.graph.chartpack.CPMenu
Creates the help menu
createImage(Color, int, int, boolean) - Static method in class askalon.graph.chartpack.tools.IconCreator
Method to create a coloured icon.
createMainMenu() - Method in class askalon.graph.chartpack.CPMenu
Creates the main menu
createMapper(String) - Method in class askalon.graph.chartpack.Diagram
Create the data mapper for this diagram and return it.
createObject() - Method in class askalon.graph.chartpack.DataMapper
This method is invoked when we enter a XML path where it is necessary to create a new object (e.g.
createObject() - Method in class askalon.graph.chartpack.LinearDataMapper
This method is invoked when we enter a XML path where it is necessary to create a new object (e.g.
createObject() - Method in class askalon.graph.chartpack.MultipleSurfaceDataMapper
This method is invoked when we enter a XML path where it is necessary to create a new object (e.g.
createObject() - Method in class askalon.graph.chartpack.XMLEventDataMapper
This method is invoked when we enter a XML path where it is necessary to create a new object (e.g.
createObject() - Method in class askalon.graph.chartpack.XYDataMapper
This method is invoked when we enter a XML path where it is necessary to create a new object (e.g.
createTagTrackerNetwork() - Method in class askalon.graph.chartpack.LinearDataMapper
Creates a network of TagTrackers.
createTagTrackerNetwork() - Method in class askalon.graph.chartpack.MultipleSurfaceDataMapper
Creates a network of TagTrackers.
createTagTrackerNetwork() - Method in class askalon.graph.chartpack.XMLEventDataMapper
Creates a network of TagTrackers.
createTagTrackerNetwork() - Method in class askalon.graph.chartpack.XYDataMapper
Creates a network of TagTrackers.
createTagTrackerNetwork() - Method in class askalon.graph.chartpack.saxmapper.SaxMapper
 
crossProduct(Vector3D) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Sets the axes values to the result of the cross product in the MCS with the given vector.
crossProductTr(Vector3D) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Sets the axes values to the result of the cross product in the NPC with the given vector.
cursor - Variable in class askalon.graph.chartpack.tools.HtmlPane.PageLoader
 
customDiagramPopupMenu(JPopupMenu) - Method in class askalon.graph.chartpack.Diagram
In this method you can add custom popupmenuitems to the diagram popup-menu.
customDiagramPopupMenu(JPopupMenu) - Method in class askalon.graph.chartpack.Diagram3D
In this method you can add custom popupmenuitems to the popup-menu.
customDiagramPopupMenu(JPopupMenu) - Method in class askalon.graph.chartpack.LinearDiagram
In this method you can add custom popupmenuitems to the popup-menu.
customDiagramPopupMenu(JPopupMenu) - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
In this method you can add custom popupmenuitems to the popup-menu.
customDiagramPopupMenu(JPopupMenu) - Method in class askalon.graph.chartpack.XMLEventDiagram
In this method you can add custom popupmenuitems to the popup-menu.
customDiagramPopupMenu(JPopupMenu) - Method in class askalon.graph.chartpack.XYDiagram
In this method you can add custom popupmenuitems to the popup-menu.

D

DIAGRAMTYPE - Static variable in class askalon.graph.chartpack.LinearDiagram
 
DIAGRAMTYPE - Static variable in class askalon.graph.chartpack.MultipleSurfaceDiagram
 
DIAGRAMTYPE - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
DIAGRAMTYPE - Static variable in class askalon.graph.chartpack.XYDiagram
 
DIAGRAM_NAME - Static variable in class askalon.graph.chartpack.LinearDiagram
 
DIAGRAM_NAME - Static variable in class askalon.graph.chartpack.MultipleSurfaceDiagram
 
DIAGRAM_NAME - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
DIAGRAM_NAME - Static variable in class askalon.graph.chartpack.XYDiagram
 
Data - interface askalon.graph.chartpack.Data.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
DataElement - interface askalon.graph.chartpack.DataElement.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
DataGeneratorThread - class askalon.graph.chartpack.DataGeneratorThread.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
DataGeneratorThread(ParameterManager) - Constructor for class askalon.graph.chartpack.DataGeneratorThread
Creates a new data generator.
DataMapper - class askalon.graph.chartpack.DataMapper.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
DataMapper() - Constructor for class askalon.graph.chartpack.DataMapper
Constructor to initialize an empty mapper.
DataMapper(Data) - Constructor for class askalon.graph.chartpack.DataMapper
Constructor to initialize a mapper.
DataObject - interface askalon.graph.chartpack.DataObject.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
DataReader - class askalon.graph.chartpack.DataReader.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
DataReader(DataMapper, PipedWriter, ParameterManager) - Constructor for class askalon.graph.chartpack.DataReader
Initializes a new DataReader, listening to a BufferedReader.
DataReader(DataMapper, ParameterManager) - Constructor for class askalon.graph.chartpack.DataReader
Initializes a new DataReader, listening to a BufferedReader.
DataReader(DataMapper, BufferedReader, ParameterManager) - Constructor for class askalon.graph.chartpack.DataReader
Initializes a new DataReader, listening to a BufferedReader.
DataServer - class askalon.graph.chartpack.tools.DataServer.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
DataServer(Socket, long) - Constructor for class askalon.graph.chartpack.tools.DataServer
 
Diagram - class askalon.graph.chartpack.Diagram.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Diagram() - Constructor for class askalon.graph.chartpack.Diagram
Initialize an empty diagram object (needed for Diagram3D).
Diagram(JFrame, Data, ParameterManager, String, String) - Constructor for class askalon.graph.chartpack.Diagram
Initializes the diagram.
Diagram3D - class askalon.graph.chartpack.Diagram3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Diagram3D(JFrame, Data, ParameterManager, String, String) - Constructor for class askalon.graph.chartpack.Diagram3D
Initializes the diagram.
DiagramLegend - class askalon.graph.chartpack.DiagramLegend.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
DiagramLegend(JFrame, Diagram, LegendData) - Constructor for class askalon.graph.chartpack.DiagramLegend
Initializes a non-modal JDialog which contains the diagrams legend.
DiagramLegend(JFrame, Diagram, LegendData, int) - Constructor for class askalon.graph.chartpack.DiagramLegend
Initializes a non-modal JDialog which contains the diagrams legend.
DiagramUpdateThread - class askalon.graph.chartpack.DiagramUpdateThread.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
DiagramUpdateThread(Diagram) - Constructor for class askalon.graph.chartpack.DiagramUpdateThread
Initialise the thread.
data - Variable in class askalon.graph.chartpack.diagram3d.Matrix3D
 
dataSource - Variable in class askalon.graph.chartpack.DataMapper
 
dec() - Method in class askalon.graph.chartpack.LegendObject
Decreases the count of datasets related to this LegendObject.
diagramLegend - Variable in class askalon.graph.chartpack.Diagram
 
diagramPanel - Variable in class askalon.graph.chartpack.Diagram
 
dispose() - Method in class askalon.graph.chartpack.Diagram
Dispose this object and clean up.
dispose() - Method in class askalon.graph.chartpack.Diagram3D
Dispose this object and clean up.
dispose() - Method in class askalon.graph.chartpack.DiagramLegend
Dispose this object and clean up.
dispose() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Dispose this object and clean up.
divByW() - Method in class askalon.graph.chartpack.diagram3d.Object3D
Converts the coordinates to non-homogenous
divByW() - Method in class askalon.graph.chartpack.diagram3d.Point3D
Converts the coordinates to non-homogenous
divByW() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Converts the coordinates to non-homogenous
dockWindow() - Method in class askalon.graph.chartpack.DiagramLegend
Docks this JPanel to its parent.
dotProduct(Vector3D) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Calculates the result of the dot product with the given vector in the MCS.
dotProductTr(Vector3D) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Calculates the result of the dot product with the given vector in the NPC.
drawArrow(Graphics2D, double, double, double, double, double) - Method in class askalon.graph.chartpack.Diagram
 
drawCoordinateSystem() - Method in class askalon.graph.chartpack.Diagram
Paints the coordinate system (default).
drawCoordinateSystem(boolean, boolean) - Method in class askalon.graph.chartpack.Diagram
Paints the coordinate system.
drawCoordinateSystem() - Method in class askalon.graph.chartpack.Diagram3D
Overrides the 2D drawCoordinateSystem method which paints the 2D coordinate system, and paint a 3D coordinate system instead.
drawCoordinateSystem(boolean, boolean) - Method in class askalon.graph.chartpack.Diagram3D
Overrides the 2D drawCoordinateSystem method which paints the 2D coordinate system, and paint a 3D coordinate system instead.
drawCoordinateSystem(boolean, boolean, boolean) - Method in class askalon.graph.chartpack.Diagram3D
Paints a 3D coordinate system.
drawCoordinateSystem(boolean, boolean) - Method in class askalon.graph.chartpack.XMLEventDiagram
Paints the coordinate system.
drawString(Graphics2D, String, double, double, int, int) - Method in class askalon.graph.chartpack.Diagram
drawString.
drawString(Graphics2D, String, double, double, int, int, int, int) - Method in class askalon.graph.chartpack.Diagram
drawString.
dut - Variable in class askalon.graph.chartpack.Diagram
 

E

END - Static variable in class askalon.graph.chartpack.diagram3d.Line3D
 
ExampleClipping - class askalon.graph.chartpack.examples.ExampleClipping.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
ExampleClipping() - Constructor for class askalon.graph.chartpack.examples.ExampleClipping
Our Example06 constructor sets the frame's size, adds the visual components, and then makes them visible to the user.
elements() - Method in class askalon.graph.chartpack.LegendData
 
endElement(String, String, String) - Method in class askalon.graph.chartpack.examples.SimpleMapper
This event is fired if an element has been closed.
endElement(String, String, String) - Method in class askalon.graph.chartpack.saxmapper.SaxMapper
 
endElement(String, String, String, CharArrayWriter, Stack) - Method in class askalon.graph.chartpack.saxmapper.SkippingTagTracker
 
endElement(String, String, String, CharArrayWriter, Stack) - Method in class askalon.graph.chartpack.saxmapper.TagTracker
 
equals(Matrix3D) - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
Compares the content of this matrix with the given one.
equals(Point3D) - Method in class askalon.graph.chartpack.diagram3d.Point3D
Tests if the given point is equal to this point (in the MCS).
equals(Object) - Method in class askalon.graph.chartpack.diagram3d.zMaxComparator
 
equalsTr(Point3D) - Method in class askalon.graph.chartpack.diagram3d.Point3D
Tests if the given point is equal to this point (in the NPC).
error(String) - Static method in class askalon.graph.chartpack.saxmapper.SaxMapperLog
Method to log error messages.
events - Variable in class askalon.graph.chartpack.XMLEventData
 
events_ht - Variable in class askalon.graph.chartpack.XMLEventData
 

F

FILETYPE_CPD - Variable in class askalon.graph.chartpack.examples.ChartPackTest
Constants
FILETYPE_XML - Variable in class askalon.graph.chartpack.examples.ChartPackTest
 
FRONTVIEW - Static variable in class askalon.graph.chartpack.diagram3d.Camera3D
 
FileExtensionFilter - class askalon.graph.chartpack.tools.FileExtensionFilter.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
FileExtensionFilter() - Constructor for class askalon.graph.chartpack.tools.FileExtensionFilter
Creates a file filter.
FileExtensionFilter(String) - Constructor for class askalon.graph.chartpack.tools.FileExtensionFilter
Creates a file filter that accepts files with the given extension.
FileExtensionFilter(String, String) - Constructor for class askalon.graph.chartpack.tools.FileExtensionFilter
Creates a file filter that accepts the given file type.
FileExtensionFilter(String[]) - Constructor for class askalon.graph.chartpack.tools.FileExtensionFilter
Creates a file filter from the given string array.
FileExtensionFilter(String[], String) - Constructor for class askalon.graph.chartpack.tools.FileExtensionFilter
Creates a file filter from the given string array and description.
factX - Variable in class askalon.graph.chartpack.Diagram
 
factY - Variable in class askalon.graph.chartpack.Diagram
 
factZ - Variable in class askalon.graph.chartpack.Diagram3D
 
fill3DRect(Color, int, int, int, int, boolean, Graphics) - Static method in class askalon.graph.chartpack.tools.IconCreator
Draws a filled rectangle with 3D effect.
finalizeDefinition() - Method in class askalon.graph.chartpack.MultipleSurfaceDataMapper
This method is invoked when we leave the XML path where the according definition was created.
finalizeElement() - Method in class askalon.graph.chartpack.DataMapper
This method is invoked when we leave the XML path where the according element was created.
finalizeElement() - Method in class askalon.graph.chartpack.LinearDataMapper
This method is invoked when we leave the XML path where the according element was created.
finalizeElement() - Method in class askalon.graph.chartpack.MultipleSurfaceDataMapper
This method is invoked when we leave the XML path where the according element was created.
finalizeElement() - Method in class askalon.graph.chartpack.XMLEventDataMapper
This method is invoked when we leave the XML path where the according element was created.
finalizeElement() - Method in class askalon.graph.chartpack.XYDataMapper
This method is invoked when we leave the XML path where the according element was created.
finalizeObject() - Method in class askalon.graph.chartpack.DataMapper
This method is invoked when we leave the XML path where the according object was created.
finalizeObject() - Method in class askalon.graph.chartpack.LinearDataMapper
This method is invoked when we leave the XML path where the according object was created.
finalizeObject() - Method in class askalon.graph.chartpack.MultipleSurfaceDataMapper
This method is invoked when we leave the XML path where the according object was created.
finalizeObject() - Method in class askalon.graph.chartpack.XMLEventDataMapper
This method is invoked when we leave the XML path where the according object was created.
finalizeObject() - Method in class askalon.graph.chartpack.XYDataMapper
This method is invoked when we leave the XML path where the according object was created.
fit(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Use this function to scale your scene into your bounding box.
fit(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Automatically scales the scene into the bounding box (1.0 x 1.0 x 1.0).
fm - Variable in class askalon.graph.chartpack.Diagram
 
fontHeight - Variable in class askalon.graph.chartpack.Diagram
 
fontsize - Variable in class askalon.graph.chartpack.Diagram
 
fromXML(String) - Method in class askalon.graph.chartpack.saxmapper.SaxMapper
 
fromXML(InputStream) - Method in class askalon.graph.chartpack.saxmapper.SaxMapper
 
fromXML(Reader) - Method in class askalon.graph.chartpack.saxmapper.SaxMapper
 

G

g2 - Variable in class askalon.graph.chartpack.Diagram
 
gbi - Variable in class askalon.graph.chartpack.Diagram
 
get(String) - Method in class askalon.graph.chartpack.LegendData
Retrieves a LegendObject.
getAlpha() - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Returns the alpha rotation angle of the camera.
getAttributes() - Method in class askalon.graph.chartpack.XMLEventDataElement
Returns the hashtable of attributes.
getAverageX() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Retrieves the average x value.
getAverageXTr() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Retrieves the average transformed x value.
getAverageY() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Retrieves the average y value.
getAverageYTr() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Retrieves the average transformed y value.
getAverageZ() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Retrieves the average z value.
getAverageZTr() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Retrieves the average transformed z value.
getBeta() - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Returns the beta rotation angle of the camera.
getCameraPosition() - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Retrieves the current camera position.
getCaptionHAlignX() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the captions horizontal align.
getCaptionHAlignY() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the captions horizontal align.
getCaptionHAlignZ() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the captions horizontal align.
getCaptionPosX() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the position of the x axis caption.
getCaptionPosY() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the position of the y axis caption.
getCaptionPosZ() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the position of the z axis caption.
getCaptionVAlignX() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the captions vertical align.
getCaptionVAlignY() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the captions vertical align.
getCaptionVAlignZ() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the captions horizontal align.
getCenterPoint() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
 
getCollection() - Method in class askalon.graph.chartpack.diagram3d.Scene3D
Returns a collection of all contained shapes.
getColor() - Method in class askalon.graph.chartpack.LegendObject
Retrieves the datasets color.
getColor() - Method in class askalon.graph.chartpack.LinearDataElement
Retrieves the element's color.
getColor() - Method in class askalon.graph.chartpack.LinearDataObject
Retrieves the objects color.
getColor() - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Retrieves the elements color.
getColor() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Retrieves the objects color.
getColor() - Method in class askalon.graph.chartpack.XYDataObject
Retrieves the objects color.
getColor() - Method in class askalon.graph.chartpack.diagram3d.Object3D
Retrieves the color of the object.
getColor() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Retrieves the color of the shape.
getColorAsHexString() - Method in class askalon.graph.chartpack.LinearDataElement
Retrieves the element's color as a hex string.
getColorAsHexString() - Method in class askalon.graph.chartpack.XYDataObject
Retrieves the element's color as a hex string.
getColumns() - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
Get the number columns of this matrix.
getCurrentDiagram() - Method in class askalon.graph.chartpack.Diagram
Returns the name of the active diagram type.
getCustomLegendPopupMenu(int, int) - Method in class askalon.graph.chartpack.Diagram
In this method you can add custom popupmenuitems to the legend popup-menu.
getCustomLegendPopupMenu(int, int) - Method in class askalon.graph.chartpack.LinearDiagram
In this method you can add custom popupmenuitems to the legend popup-menu.
getCustomLegendPopupMenu(int, int) - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
In this method you can add custom popupmenuitems to the legend popup-menu.
getCustomLegendPopupMenu(int, int) - Method in class askalon.graph.chartpack.XMLEventDiagram
In this method you can add custom popupmenuitems to the legend popup-menu.
getCustomLegendPopupMenu(int, int) - Method in class askalon.graph.chartpack.XYDiagram
In this method you can add custom popupmenuitems to the legend popup-menu.
getData() - Method in class askalon.graph.chartpack.Diagram
Returns the data object.
getData() - Method in class askalon.graph.chartpack.DiagramLegend
Returns the legend data object.
getData() - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
Retrieve the data of this matrix.
getDataMapper(ParameterManager, Diagram) - Static method in class askalon.graph.chartpack.tools.AppHelper
Gets the information about the current Mapper from the Parameters and tries to initalize the given Mapper.
getDataSource() - Method in class askalon.graph.chartpack.DataMapper
Sets the data mappers data source.
getDatasetID() - Method in class askalon.graph.chartpack.LegendObject
Retrieves the objects dataset ID.
getDatatype() - Method in class askalon.graph.chartpack.LinearDataObject
Retrieves the objects datatype (e.g. java.lang.String).
getDateCustom(long, String) - Static method in class askalon.graph.chartpack.tools.AppHelper
Returns the give date as a string in custom format.
getDateShort(long) - Static method in class askalon.graph.chartpack.tools.AppHelper
Returns the give date as a string in short format (e.g.: 2002-02-02 02:02:02).
getDescription() - Method in class askalon.graph.chartpack.LegendObject
Retrieves the objects description.
getDescription() - Method in class askalon.graph.chartpack.LinearDataObject
Retrieves the objects description, if one is available.
getDescription() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Retrieves the objects description, if one is available.
getDescription() - Method in class askalon.graph.chartpack.XYDataObject
Retrieves the objects description, if one is available.
getDescription() - Method in class askalon.graph.chartpack.tools.FileExtensionFilter
Returns the human readable description of this filter.
getDiagram() - Method in class askalon.graph.chartpack.examples.LinearDiagramFromAPI
Retrieves a the diagram from the example
getDiagram() - Method in class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromAPI
Retrieves a the diagram from the example
getDiagram() - Method in class askalon.graph.chartpack.examples.XMLDiagramFromAPI
Retrieves a the diagram from the example
getDiagram() - Method in class askalon.graph.chartpack.examples.XYDiagramFromAPI
Retrieves a the diagram from the example
getDiagram(JFrame, ParameterManager) - Static method in class askalon.graph.chartpack.tools.AppHelper
Gets the information about the current Diagram from the Parameters and tries to initalize the given Diagram.
getDiagramName() - Static method in class askalon.graph.chartpack.LinearDiagram
Returns the diagram type as String.
getDiagramName() - Static method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns the diagram type as String.
getDiagramName() - Static method in class askalon.graph.chartpack.XMLEventDiagram
Returns the diagram type as String.
getDiagramName() - Static method in class askalon.graph.chartpack.XYDiagram
Returns the diagram type as String.
getDiagramPanel() - Method in class askalon.graph.chartpack.Diagram
 
getElement(int, int) - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Retrieves the Element at the given index.
getElement(String) - Method in class askalon.graph.chartpack.XMLEventData
Retrieves the element by key.
getElement(int) - Method in class askalon.graph.chartpack.XMLEventDataObject
Retrieves the Element at the given index.
getElement(String) - Method in class askalon.graph.chartpack.XMLEventDataObject
Retrieves the element related to this key.
getElement(int) - Method in class askalon.graph.chartpack.XYDataObject
Retrieves the Element at the given index.
getElements() - Method in interface askalon.graph.chartpack.DataObject
Retrieves a list of all elements contained by this object.
getElements() - Method in class askalon.graph.chartpack.LinearDataObject
Retrieves a list of all elements contained by this object.
getElements() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Retrieves a list of all elements contained by this object.
getElements() - Method in class askalon.graph.chartpack.XMLEventDataObject
Retrieves a list of all elements contained by this object.
getElements() - Method in class askalon.graph.chartpack.XYDataObject
Retrieves a list of all elements contained by this object.
getElementsHashtable() - Method in class askalon.graph.chartpack.LinearDataObject
Retrieves a list of all elements contained by this object.
getElementsList() - Method in class askalon.graph.chartpack.XMLEventDataObject
Retrieves a list of all elements contained by this object.
getElementsSize() - Method in interface askalon.graph.chartpack.DataObject
Returns the number of elements containend by this object.
getElementsSize() - Method in class askalon.graph.chartpack.LinearDataObject
Returns the number of elements containend by this object.
getElementsSize() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Returns the number of elements containend by this object.
getElementsSize() - Method in class askalon.graph.chartpack.XMLEventDataObject
Returns the number of elements containend by this object.
getElementsSize() - Method in class askalon.graph.chartpack.XYDataObject
Returns the number of elements containend by this object.
getEnd() - Method in class askalon.graph.chartpack.diagram3d.Line3D
Retrieve the ending point of the line.
getEnumeration() - Method in class askalon.graph.chartpack.diagram3d.Scene3D
Retrieves an enumeration of all shapes in the scene.
getExtension(File) - Method in class askalon.graph.chartpack.tools.FileExtensionFilter
Return the extension portion of the file's name .
getGamma() - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Returns the gamma rotation angle of the camera.
getHeight() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the cuboids height in screen space.
getHeight() - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Returns the JPanel's height.
getID() - Method in interface askalon.graph.chartpack.DataElement
Retrieved the Elements ID.
getID() - Method in interface askalon.graph.chartpack.DataObject
Retrieves the objects ID.
getID() - Method in class askalon.graph.chartpack.LinearDataElement
Retrieved the element's ID.
getID() - Method in class askalon.graph.chartpack.LinearDataObject
Retrieves the objects ID.
getID() - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Retrieves the element's ID (IDX + IDZ).
getID() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Retrieves the objects ID.
getID() - Method in class askalon.graph.chartpack.XMLEventDataElement
Retrieved the Elements ID.
getID() - Method in class askalon.graph.chartpack.XMLEventDataObject
Retrieves the objects ID.
getID() - Method in class askalon.graph.chartpack.XYDataElement
Retrieved the Elements ID.
getID() - Method in class askalon.graph.chartpack.XYDataObject
Retrieves the objects ID.
getIDX() - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Retrieves the element's x index.
getIDZ() - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Retrieves the element's x index.
getImage() - Method in class askalon.graph.chartpack.diagram3d.Renderer
Retrieve an image from the current rendered scene.
getLabelXAngle() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the angle for the x axis labels.
getLabelXHAlign() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the horizontal align for the x axis labels.
getLabelYAngle() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the angle for the y axis labels.
getLabelYHAlign() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the horizontal align for the y axis labels.
getLabelZAngle() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the angle for the z axis labels.
getLabelZHAlign() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the horizontal align for the z axis labels.
getLabelsX() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the position of the x axis labels.
getLabelsY() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the position of the y axis labels.
getLabelsZ() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the position of the z axis labels.
getLegend() - Method in class askalon.graph.chartpack.Diagram
Returns the legend object.
getLegendData() - Method in interface askalon.graph.chartpack.Data
To retrieve the legend data related to this data object.
getLegendData() - Method in class askalon.graph.chartpack.LinearData
Returns the LegendData object.
getLegendData() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Returns the LegendData object.
getLegendData() - Method in class askalon.graph.chartpack.XMLEventData
Returns the LegendData object.
getLegendData() - Method in class askalon.graph.chartpack.XYData
Returns the LegendData object.
getLegendPanel() - Method in class askalon.graph.chartpack.Diagram
Returns the legend data panel.
getLegendPanel() - Method in class askalon.graph.chartpack.DiagramLegend
Returns the legend data panel.
getLegendType() - Method in class askalon.graph.chartpack.DiagramLegend
Retrieves the current type of the legend.
getLinkedEvents() - Method in class askalon.graph.chartpack.XMLEventDataElement
Retrieve the linked event list.
getLinkedEvents_predecessors() - Method in class askalon.graph.chartpack.XMLEventDataElement
Retrieve a list of linked preceding events.
getLinkedEvents_successors() - Method in class askalon.graph.chartpack.XMLEventDataElement
Retrieve a list of linked succeeding events.
getLocalToPerspectiveTransformation() - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Retrieves the local-to-perspective transformation matrix.
getLocalToScreenTransformation() - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Retrieves the local-to-screen transformation matrix.
getLocalToWorldTransformation() - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Retrieves the local-to-world transformation matrix.
getMappedObject() - Method in class askalon.graph.chartpack.LinearDataMapper
This method can be used to retrieve the generated object.
getMappedObject() - Method in class askalon.graph.chartpack.MultipleSurfaceDataMapper
This method can be used to retrieve the generated object.
getMappedObject() - Method in class askalon.graph.chartpack.XMLEventDataMapper
This method can be used to retrieve the generated object.
getMappedObject() - Method in class askalon.graph.chartpack.XYDataMapper
This method can be used to retrieve the generated object.
getMappedObject() - Method in class askalon.graph.chartpack.saxmapper.SaxMapper
 
getMapperName() - Static method in class askalon.graph.chartpack.LinearDataMapper
Returns the name of the mapper.
getMapperName() - Static method in class askalon.graph.chartpack.MultipleSurfaceDataMapper
Returns the name of the mapper.
getMapperName() - Static method in class askalon.graph.chartpack.XMLEventDataMapper
Returns the name of the mapper.
getMapperName() - Static method in class askalon.graph.chartpack.XYDataMapper
Returns the name of the mapper.
getMaxX() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Returns the maximum x value of the contained surfaces.
getMaxX() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Returns the maximum x value of this data object.
getMaxX() - Method in class askalon.graph.chartpack.XMLEventDataObject
Returns the maximum x value for this object.
getMaxX() - Method in class askalon.graph.chartpack.XYDataObject
Returns the maximum x value for this object.
getMaxX() - Method in class askalon.graph.chartpack.diagram3d.Object3D
Returns the maximum x value.
getMaxY() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Returns the maximum y value of the contained surfaces.
getMaxY() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Returns the maximum y value of this data object.
getMaxY() - Method in class askalon.graph.chartpack.XYDataObject
Returns the maximum y value for this object.
getMaxY() - Method in class askalon.graph.chartpack.diagram3d.Object3D
Returns the maximum y value.
getMaxY() - Method in class askalon.graph.chartpack.diagram3d.Scene3D
Returns the highest y-value in this scene.
getMaxZ() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Returns the maximum z value of the contained surfaces.
getMaxZ() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Returns the maximum z value of this data object.
getMaxZ() - Method in class askalon.graph.chartpack.diagram3d.Object3D
Returns the maximum z value.
getMinX() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Returns the minimum x value of the contained surfaces.
getMinX() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Returns the minimum x value of this data object.
getMinX() - Method in class askalon.graph.chartpack.XMLEventDataObject
Returns the minimum x value for this object.
getMinX() - Method in class askalon.graph.chartpack.XYDataObject
Returns the minimum x value for this object.
getMinX() - Method in class askalon.graph.chartpack.diagram3d.Object3D
Returns the minimum x value.
getMinY() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Returns the minimum y value of the contained surfaces.
getMinY() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Returns the minimum y value of this data object.
getMinY() - Method in class askalon.graph.chartpack.XYDataObject
Returns the minimum y value for this object.
getMinY() - Method in class askalon.graph.chartpack.diagram3d.Object3D
Returns the minimum y value.
getMinZ() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Returns the minimum z value of the contained surfaces.
getMinZ() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Returns the minimum z value of this data object.
getMinZ() - Method in class askalon.graph.chartpack.diagram3d.Object3D
Returns the minimum z value.
getNativeDataGeneratorThread(PipedWriter) - Method in class askalon.graph.chartpack.Diagram
Returns a diagram native DataGeneratorThread.
getNativeDataGeneratorThread(PipedWriter) - Method in class askalon.graph.chartpack.LinearDiagram
Returns a diagram native DataGeneratorThread.
getNativeDataGeneratorThread(PipedWriter) - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns a diagram native DataGeneratorThread.
getNativeDataGeneratorThread(PipedWriter) - Method in class askalon.graph.chartpack.XMLEventDiagram
Returns a diagram native DataGeneratorThread.
getNativeDataGeneratorThread(PipedWriter) - Method in class askalon.graph.chartpack.XYDiagram
Returns a diagram native DataGeneratorThread.
getNativeDataObject() - Method in class askalon.graph.chartpack.Diagram
Returns a diagram native data object.
getNativeDataObject() - Method in class askalon.graph.chartpack.LinearDiagram
Returns a diagram native data object.
getNativeDataObject(ParameterManager) - Static method in class askalon.graph.chartpack.LinearDiagram
Returns a diagram native Data structure.
getNativeDataObject() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns a diagram native Data structure.
getNativeDataObject(ParameterManager) - Static method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns a diagram native Data structure.
getNativeDataObject() - Method in class askalon.graph.chartpack.XMLEventDiagram
Returns a diagram native data object.
getNativeDataObject(ParameterManager) - Static method in class askalon.graph.chartpack.XMLEventDiagram
Returns a diagram native Data structure.
getNativeDataObject() - Method in class askalon.graph.chartpack.XYDiagram
Returns a diagram native data object.
getNativeDataObject(ParameterManager) - Static method in class askalon.graph.chartpack.XYDiagram
Returns a diagram native Data structure.
getObject(int) - Method in class askalon.graph.chartpack.LinearData
Retrieves the object by index.
getObject(String) - Method in class askalon.graph.chartpack.LinearData
Retrieves the object by key.
getObject(int) - Method in class askalon.graph.chartpack.MultipleSurfaceData
Retrieves the object by index.
getObject(String) - Method in class askalon.graph.chartpack.MultipleSurfaceData
Retrieves the object by key.
getObject(int) - Method in class askalon.graph.chartpack.XMLEventData
Retrieves the object by index.
getObject(String) - Method in class askalon.graph.chartpack.XMLEventData
Retrieves the object by key.
getObject(int) - Method in class askalon.graph.chartpack.XYData
Retrieves the object by index.
getObject(String) - Method in class askalon.graph.chartpack.XYData
Retrieves the object by key.
getObserver() - Method in class askalon.graph.chartpack.Diagram
Returns the observer.
getOpacity() - Method in class askalon.graph.chartpack.diagram3d.Object3D
Returns the object's opacity value.
getOpacity() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Returns the shapes opacity value.
getOrigin() - Method in class askalon.graph.chartpack.XMLEventDataElement
Retrieve the origin of this event.
getOrigin() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the origin of the cuboid.
getPanel() - Method in class askalon.graph.chartpack.LegendDataPanel
Returns the legend's panel.
getParameterInt(String, String, int) - Method in class askalon.graph.chartpack.Diagram
HelperMethod to get a Integer Parameter.
getParameters() - Method in class askalon.graph.chartpack.Diagram
Returns the parameters object.
getPerspectiveToScreenTransformation() - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Retrieves the perspective-to-screen transformation matrix.
getPoint() - Method in class askalon.graph.chartpack.XYDataElement
Retrieved the X&Y-values as a Point2D.
getPoint(int) - Method in class askalon.graph.chartpack.diagram3d.Rectangle3D
Retrieves a point from the rectangle.
getPoint(int, int) - Method in class askalon.graph.chartpack.diagram3d.Surface3D
Retrieves a Point3D from the given position.
getPoint(int) - Method in class askalon.graph.chartpack.diagram3d.Triangle3D
Retrieves on Point3D from the triangle.
getPoint3D() - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Returns the data element's point3D.
getPointArray(int) - Method in class askalon.graph.chartpack.diagram3d.Triangle3D
Returns one point of the triangle as an array: - x value - y value - z value - the red color component - the green color component - the blue color component
getRate() - Method in class askalon.graph.chartpack.DataGeneratorThread
Retrieves the data rate parameter.
getRate() - Method in class askalon.graph.chartpack.DiagramUpdateThread
Retrieves the update rate from the parameters.
getRealMaxXvalue() - Method in class askalon.graph.chartpack.Diagram
Returns the real maximum X value.
getRealMaxXvalue() - Method in class askalon.graph.chartpack.LinearDiagram
Returns the real maximum X value.
getRealMaxXvalue() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns the maximum X value.
getRealMaxXvalue() - Method in class askalon.graph.chartpack.XMLEventDiagram
Returns the maximum X value.
getRealMaxXvalue() - Method in class askalon.graph.chartpack.XYDiagram
Returns the maximum X value.
getRealMaxYvalue() - Method in class askalon.graph.chartpack.Diagram
Returns the real maximum Y value.
getRealMaxYvalue() - Method in class askalon.graph.chartpack.LinearDiagram
Returns the real maximum Y value.
getRealMaxYvalue() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns the maximum Y value.
getRealMaxYvalue() - Method in class askalon.graph.chartpack.XMLEventDiagram
Returns the maximum Y value.
getRealMaxYvalue() - Method in class askalon.graph.chartpack.XYDiagram
Returns the maximum Y value.
getRealMaxZvalue() - Method in class askalon.graph.chartpack.Diagram3D
Returns the real maximum Z value.
getRealMaxZvalue() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns the maximum Z value.
getRealMinXvalue() - Method in class askalon.graph.chartpack.Diagram
Returns the real minimum X value.
getRealMinXvalue() - Method in class askalon.graph.chartpack.LinearDiagram
Returns the real minimum X value.
getRealMinXvalue() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns the minimum X value.
getRealMinXvalue() - Method in class askalon.graph.chartpack.XMLEventDiagram
Returns the minimum X value.
getRealMinXvalue() - Method in class askalon.graph.chartpack.XYDiagram
Returns the minimum X value.
getRealMinYvalue() - Method in class askalon.graph.chartpack.Diagram
Returns the real minimum Y value.
getRealMinYvalue() - Method in class askalon.graph.chartpack.LinearDiagram
Returns the real minimum Y value.
getRealMinYvalue() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns the minimum Y value.
getRealMinYvalue() - Method in class askalon.graph.chartpack.XMLEventDiagram
Returns the minimum Y value.
getRealMinYvalue() - Method in class askalon.graph.chartpack.XYDiagram
Returns the minimum Y value.
getRealMinZvalue() - Method in class askalon.graph.chartpack.Diagram3D
Returns the real minimum Z value.
getRealMinZvalue() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns the minimum Z value.
getRectangle2D() - Method in class askalon.graph.chartpack.diagram3d.Rectangle3D
Returns a polygon representing the rectangle in 2D for screen rendering.
getRectangles(Vector3D) - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns a list containing the visible rectangles.
getRectangles() - Method in class askalon.graph.chartpack.diagram3d.Surface3D
Returns a list containing the surface's rectangles.
getRenderingList() - Method in class askalon.graph.chartpack.diagram3d.Scene3D
Returns an iterator containing the z-sorted rendering list.
getRenderingQuality() - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Returns the rendering quality.
getResolutionX() - Method in class askalon.graph.chartpack.Diagram
Returns the x axis resolution.
getResolutionX() - Method in class askalon.graph.chartpack.LinearDiagram
Returns the x axis resolution.
getResolutionX() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns the x axis resolution.
getResolutionX() - Method in class askalon.graph.chartpack.XMLEventDiagram
Returns the x axis resolution.
getResolutionX() - Method in class askalon.graph.chartpack.XYDiagram
Returns the x axis resolution.
getRows() - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
Get the number rows of this matrix.
getScaleX() - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Returns the x scaling value;
getScaleX() - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Returns the x scaling value;
getScaleY() - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Returns the x scaling value;
getScaleY() - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Returns the y scaling value;
getScaleZ() - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Returns the x scaling value;
getScaleZ() - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Returns the z scaling value;
getScene3D() - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Retrieves the scene to be rendered.
getShape2D() - Method in class askalon.graph.chartpack.diagram3d.Line3D
Returns a 2D representation of this Line3D (Overrides the method getShape2D from Shape3D).
getShape2D(int, int) - Method in class askalon.graph.chartpack.diagram3d.Line3D
Returns a 2D representation of this Line3D (Overrides the method getShape2D from Shape3D).
getShape2D(Graphics2D, double, double) - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Returns a 2D representation of this Shape3D.
getShapes() - Method in class askalon.graph.chartpack.diagram3d.Object3D
Returns a collection of the contained shapes.
getSize() - Method in class askalon.graph.chartpack.DiagramLegend
Returns the legend container's size.
getSizeX() - Method in class askalon.graph.chartpack.diagram3d.Surface3D
Returns the number of x-axis values.
getSizeZ() - Method in class askalon.graph.chartpack.diagram3d.Surface3D
Returns the number of z-axis values.
getStart() - Method in class askalon.graph.chartpack.diagram3d.Line3D
Retrieve the starting point of the line.
getSurface() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Retrieves the contained surface object.
getTicksX() - Method in class askalon.graph.chartpack.Diagram3D
Retrieves the x-axis ticks.
getTicksX() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Returns a list with the x-axis ticks.
getTicksX() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Get the x-axis ticks.
getTicksX() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the visible x-axis grid lines.
getTicksY() - Method in class askalon.graph.chartpack.Diagram3D
Retrieves the y-axis ticks.
getTicksY() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Get the y-axis ticks.
getTicksY() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the visible y-axis grid lines.
getTicksZ() - Method in class askalon.graph.chartpack.Diagram3D
Retrieves the z-axis ticks.
getTicksZ() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Returns a list with the z-axis ticks.
getTicksZ() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Get the z-axis ticks.
getTicksZ() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the visible z-axis grid lines.
getTimestamp() - Method in class askalon.graph.chartpack.LinearDataObject
Retrieves the Objects timestamp.
getTimestamp() - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Returns the element's timestamp.
getTimestamp() - Method in class askalon.graph.chartpack.XMLEventDataElement
Retrieves the Elements timestamp.
getTimestamp() - Method in class askalon.graph.chartpack.XYDataElement
Retrieves the Elements timestamp.
getTransformation3D() - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Retrieves the local-to-screen transformation matrix.
getTransformationMatrix() - Method in class askalon.graph.chartpack.diagram3d.Transformation3D
Get the transformation matrix.
getTriangle1() - Method in class askalon.graph.chartpack.diagram3d.Rectangle3D
Returns a Triangle3D.
getTriangle2() - Method in class askalon.graph.chartpack.diagram3d.Rectangle3D
Returns a Triangle3D.
getUserColor() - Method in class askalon.graph.chartpack.LegendObject
Retrieves the datasets user color (a custom color set by the user).
getUserDescription() - Method in class askalon.graph.chartpack.LegendObject
Retrieves the objects user description (a custom description set by the user).
getValue() - Method in class askalon.graph.chartpack.LinearDataElement
Returns the element's y-value.
getValue() - Method in class askalon.graph.chartpack.LinearDataObject
Returns the objects value (all elements values summed up).
getValue() - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Returns the element's value.
getValues() - Method in interface askalon.graph.chartpack.Data
Retrieve all contained DataObjects in this Data structure.
getValues() - Method in class askalon.graph.chartpack.LinearData
Returns a List of the stored objects in this structure.
getValues() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Returns a List of the stored objects in this structure.
getValues() - Method in class askalon.graph.chartpack.XMLEventData
Returns a List of the stored objects in this structure.
getValues() - Method in class askalon.graph.chartpack.XYData
Returns a List of the stored objects in this structure.
getVertices() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
 
getViewVector() - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Returns the view vector.
getVisibleObjectCount() - Method in class askalon.graph.chartpack.XMLEventData
Retrieves the number of visible objects.
getVisibleValues() - Method in interface askalon.graph.chartpack.Data
Retrieve all visible DataObjects in this Data structure.
getVisibleValues() - Method in class askalon.graph.chartpack.LinearData
Retrieve all visible DataObjects in this Data structure.
getVisibleValues() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Retrieve all visible DataObjects in this Data structure.
getVisibleValues() - Method in class askalon.graph.chartpack.XMLEventData
Retrieve all visible DataObjects in this Data structure.
getVisibleValues() - Method in class askalon.graph.chartpack.XYData
Retrieve all visible DataObjects in this Data structure.
getWidth() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Returns the cuboids width in screen space.
getWidth() - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Returns the JPanel's width.
getWorldToPerspectiveTransformation() - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Retrieves the world-to-perspective transformation matrix.
getX() - Method in class askalon.graph.chartpack.diagram3d.Point3D
Returns the x-value of the point.
getXDatatype() - Method in class askalon.graph.chartpack.XYDataObject
Retrieves the objects datatype for the x value (e.g. java.lang.String).
getXTr() - Method in class askalon.graph.chartpack.diagram3d.Point3D
Returns the transformed x-value of the point.
getXValue() - Method in class askalon.graph.chartpack.XYDataElement
Retrieves the X-value as a double.
getXmax() - Method in class askalon.graph.chartpack.diagram3d.Triangle3D
Returns the maximum x value.
getXmin() - Method in class askalon.graph.chartpack.diagram3d.Triangle3D
Returns the minimum x value.
getY() - Method in class askalon.graph.chartpack.diagram3d.Point3D
Returns the y-value of the point.
getYDatatype() - Method in class askalon.graph.chartpack.XYDataObject
Retrieves the objects datatype for the x value (e.g. java.lang.String).
getYTr() - Method in class askalon.graph.chartpack.diagram3d.Point3D
Returns the transformed y-value of the point.
getYValue() - Method in class askalon.graph.chartpack.XYDataElement
Retrieves the Y-value as a double.
getYmax() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Retrieves the maximum y value.
getYmax() - Method in class askalon.graph.chartpack.diagram3d.Triangle3D
Returns the maximum y value.
getYmin() - Method in class askalon.graph.chartpack.diagram3d.Triangle3D
Returns the minimum y value.
getZ() - Method in class askalon.graph.chartpack.diagram3d.Point3D
Returns the z-value of the point.
getZTr() - Method in class askalon.graph.chartpack.diagram3d.Point3D
Returns the transformed z-value of the point.
getZmax() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
 
getZmin() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
 
getZoomX() - Method in class askalon.graph.chartpack.Diagram
Returns the zoom factor for the x axis.
getZoomX() - Method in class askalon.graph.chartpack.LinearDiagram
Returns the zoom factor for the x axis.
getZoomX() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns the zoom factor for the x axis.
getZoomX() - Method in class askalon.graph.chartpack.XMLEventDiagram
Returns the zoom factor for the x axis.
getZoomX() - Method in class askalon.graph.chartpack.XYDiagram
Returns the zoom factor for the x axis.
getZoomY() - Method in class askalon.graph.chartpack.Diagram
Returns the zoom factor for the y axis.
getZoomY() - Method in class askalon.graph.chartpack.LinearDiagram
Returns the zoom factor for the y axis.
getZoomY() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Returns the zoom factor for the y axis.
getZoomY() - Method in class askalon.graph.chartpack.XMLEventDiagram
Returns the zoom factor for the y axis.
getZoomY() - Method in class askalon.graph.chartpack.XYDiagram
Returns the zoom factor for the y axis.

H

HALIGN_CENTER - Static variable in class askalon.graph.chartpack.Diagram
 
HALIGN_LEFT - Static variable in class askalon.graph.chartpack.Diagram
 
HALIGN_RIGHT - Static variable in class askalon.graph.chartpack.Diagram
 
HelpViewer - class askalon.graph.chartpack.tools.HelpViewer.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
HelpViewer() - Constructor for class askalon.graph.chartpack.tools.HelpViewer
Constructor.
HtmlPane - class askalon.graph.chartpack.tools.HtmlPane.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
HtmlPane() - Constructor for class askalon.graph.chartpack.tools.HtmlPane
Constructor.
HtmlPane.PageLoader - class askalon.graph.chartpack.tools.HtmlPane.PageLoader.
temporary class that loads synchronously (although later than the request so that a cursor change can be done).
HtmlPane.PageLoader(URL, Cursor) - Constructor for class askalon.graph.chartpack.tools.HtmlPane.PageLoader
 
h - Variable in class askalon.graph.chartpack.Diagram
 
hasAttributes() - Method in class askalon.graph.chartpack.XMLEventDataElement
Tests if the element has attributes.
hasColor() - Method in class askalon.graph.chartpack.LinearDataElement
Checks if the color property is set.
hasColor() - Method in class askalon.graph.chartpack.LinearDataObject
Checks if the color property is set.
hasColor() - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Checks if the color property is set.
hasColor() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Checks if the color property is set.
hasColor() - Method in class askalon.graph.chartpack.XYDataObject
Checks if the color property is set.
hasDatatype() - Method in class askalon.graph.chartpack.LinearDataObject
Checks if the datatype property is set.
hasDescription() - Method in class askalon.graph.chartpack.LinearDataObject
Checks if the description property is set.
hasDescription() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Checks if the description property is set.
hasDescription() - Method in class askalon.graph.chartpack.XYDataObject
Checks if the description property is set.
hasElements() - Method in interface askalon.graph.chartpack.DataObject
Tests if this object contains elements.
hasElements() - Method in class askalon.graph.chartpack.LinearDataObject
Checks if this object contains elements.
hasElements() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Checks if this object contains elements.
hasElements() - Method in class askalon.graph.chartpack.XMLEventDataObject
Checks if this object contains elements.
hasElements() - Method in class askalon.graph.chartpack.XYDataObject
Checks if this object contains elements.
hasID() - Method in interface askalon.graph.chartpack.DataElement
Tests if the ID not null and it's size is greater than 0.
hasID() - Method in interface askalon.graph.chartpack.DataObject
Tests if the ID property is set.
hasID() - Method in class askalon.graph.chartpack.LinearDataElement
Checks if the ID is not null and it's size is greater than 0.
hasID() - Method in class askalon.graph.chartpack.LinearDataObject
Checks if the ID property is set.
hasID() - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Checks if the ID not null and it's size is greater than 0.
hasID() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Checks if the ID property is set.
hasID() - Method in class askalon.graph.chartpack.XMLEventDataElement
Checks if the ID not null and it's size is greater than 0.
hasID() - Method in class askalon.graph.chartpack.XMLEventDataObject
Checks if the ID property is set.
hasID() - Method in class askalon.graph.chartpack.XYDataElement
Checks if the ID not null and it's size is greater than 0.
hasID() - Method in class askalon.graph.chartpack.XYDataObject
Checks if the ID property is set.
hasLinkedEvents() - Method in class askalon.graph.chartpack.XMLEventDataElement
Tests if the element has linked events.
hasOrigin() - Method in class askalon.graph.chartpack.XMLEventDataElement
Tests if the event has an origin.
hasPredecessors() - Method in class askalon.graph.chartpack.XMLEventDataElement
Tests if the element has preceding linked events.
hasSuccessors() - Method in class askalon.graph.chartpack.XMLEventDataElement
Tests if the element has succeeding linked events.
hasTimestamp() - Method in class askalon.graph.chartpack.LinearDataObject
Checks if the Timestamp is not 0.
hasTimestamp() - Method in class askalon.graph.chartpack.XMLEventDataElement
Checks if the Timestamp is not 0.
hasTimestamp() - Method in class askalon.graph.chartpack.XYDataElement
Checks if the Timestamp is not 0.
hasUserDescription() - Method in class askalon.graph.chartpack.LegendObject
Test if there's a user description for this object.
hasValue() - Method in class askalon.graph.chartpack.LinearDataElement
Checks if a value is set.
hasValues() - Method in class askalon.graph.chartpack.XYDataElement
Checks if the elements X- and Y-values are not Double.MAX_VALUE.
hasXDatatype() - Method in class askalon.graph.chartpack.XYDataObject
Checks if the datatype property for the x value is set.
hasYDatatype() - Method in class askalon.graph.chartpack.XYDataObject
Checks if the datatype property for the y value is set.
html - Variable in class askalon.graph.chartpack.tools.HtmlPane
 
hyperlinkUpdate(HyperlinkEvent) - Method in class askalon.graph.chartpack.tools.HtmlPane
Notification of a change relative to a hyperlink.

I

IconCreator - class askalon.graph.chartpack.tools.IconCreator.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
IconCreator() - Constructor for class askalon.graph.chartpack.tools.IconCreator
 
inc() - Method in class askalon.graph.chartpack.LegendObject
Increases the count of datasets related to this LegendObject.
init(int, int) - Method in class askalon.graph.chartpack.diagram3d.Renderer
Initializes the renderer.
init() - Method in class askalon.graph.chartpack.examples.TestApplet
Initialise the JApplet
initDataGeneratorParameters(ParameterManager) - Method in class askalon.graph.chartpack.Diagram
This method ought to invoke the data generators initParameters method.
initDataGeneratorParameters(ParameterManager) - Method in class askalon.graph.chartpack.LinearDiagram
This method invokes the data generators initParameters method.
initDataGeneratorParameters(ParameterManager) - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
This method invokes the data generators initParameters method.
initDataGeneratorParameters(ParameterManager) - Method in class askalon.graph.chartpack.XMLEventDiagram
This method invokes the data generators initParameters method.
initDataGeneratorParameters(ParameterManager) - Method in class askalon.graph.chartpack.XYDiagram
This method invokes the data generators initParameters method.
initGUI() - Method in class askalon.graph.chartpack.AboutBox
Initialises the GUI with all its components.
initGUI(Diagram) - Method in class askalon.graph.chartpack.DiagramLegend
Paints the legend.
initGUI() - Method in class askalon.graph.chartpack.SelectorUI
 
initMenu() - Method in class askalon.graph.chartpack.CPPopupMenu
Initialises the popup menu
initParameters(ParameterManager) - Static method in class askalon.graph.chartpack.DataGeneratorThread
Initialises the parameters for the data generator.
initParameters(ParameterManager) - Static method in class askalon.graph.chartpack.LinearDataGeneratorThread
Initialises this data generator's parameters with default values.
initParameters(ParameterManager) - Static method in class askalon.graph.chartpack.MultipleSurfaceDataGeneratorThread
Initialises this data generator's parameters with default values.
init_ticks(String) - Method in class askalon.graph.chartpack.MultipleSurfaceDataMapper
Initialises the necessary tick variables.
initialise(List, List) - Method in class askalon.graph.chartpack.MultipleSurfaceData
Initialises the data structure.
initialise(int, int, double, double) - Method in class askalon.graph.chartpack.MultipleSurfaceData
Initialises the data structure.
inputfile - Variable in class askalon.graph.chartpack.examples.TestApplet
 
invertMouseX - Variable in class askalon.graph.chartpack.Diagram3D
 
invertMouseY - Variable in class askalon.graph.chartpack.Diagram3D
 
isDataSet() - Method in class askalon.graph.chartpack.DataMapper
Determines if the data property is set.
isEmpty() - Method in interface askalon.graph.chartpack.Data
Test if the Data structure is empty.
isEmpty() - Method in class askalon.graph.chartpack.LegendData
Tests if this structure is empty.
isEmpty() - Method in class askalon.graph.chartpack.LinearData
Checks if the datastructure is empty.
isEmpty() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Checks if the datastructure is empty.
isEmpty() - Method in class askalon.graph.chartpack.XMLEventData
Checks if the datastructure is empty.
isEmpty() - Method in class askalon.graph.chartpack.XYData
Checks if the datastructure is empty.
isExtensionListInDescription() - Method in class askalon.graph.chartpack.tools.FileExtensionFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isInitialised() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Tests if the data structure is initialised (size of the surfaces).
isMapperValidated(String, String[]) - Static method in class askalon.graph.chartpack.Diagram
Checks if the given mapper is validated for this diagram type.
isMapperValidated(String, String) - Static method in class askalon.graph.chartpack.tools.AppHelper
Checks if the given mapper is validated for the given diagram.
isObjectVisible(String) - Method in class askalon.graph.chartpack.LegendData
Tests if a dataobject is visible.
isRealLine() - Method in class askalon.graph.chartpack.diagram3d.Line3D
Tests if this is a real line or a point.
isRealTriangle() - Method in class askalon.graph.chartpack.diagram3d.Triangle3D
Tests if this is a real triangle.
isValid() - Method in interface askalon.graph.chartpack.DataElement
Checks if all necessary values are set.
isValid() - Method in interface askalon.graph.chartpack.DataObject
Tests if object is valid.
isValid() - Method in class askalon.graph.chartpack.LinearDataElement
Checks if all necessary values are set.
isValid() - Method in class askalon.graph.chartpack.LinearDataObject
Checks if object is valid.
isValid() - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Checks if all necessary values are set.
isValid() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Checks if the object is valid.
isValid() - Method in class askalon.graph.chartpack.XMLEventDataElement
Checks if all necessary values are set.
isValid() - Method in class askalon.graph.chartpack.XMLEventDataObject
Checks if all necessary values are set.
isValid() - Method in class askalon.graph.chartpack.XYDataElement
Checks if all necessary values are set.
isValid() - Method in class askalon.graph.chartpack.XYDataObject
Checks if object is valid.
isVisible() - Method in class askalon.graph.chartpack.DiagramLegend
Determines if the legend is visible or not.
isVisible() - Method in class askalon.graph.chartpack.LegendObject
Determines if the corresponding data object is visible.
isVisible() - Method in class askalon.graph.chartpack.LinearDataElement
Determines if the DataObject is visible.
isVisible() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Determines if the DataObject is visible.
isVisible() - Method in interface askalon.graph.chartpack.VisibilityController
Determines if the DataObject is visible.
isVisible() - Method in class askalon.graph.chartpack.XMLEventDataObject
Determines if the DataObject is visible.
isVisible() - Method in class askalon.graph.chartpack.XYDataObject
Determines if the DataObject is visible.
isVisible - Variable in class askalon.graph.chartpack.diagram3d.Object3D
 
isVisible() - Method in class askalon.graph.chartpack.diagram3d.Object3D
Returns true if the object is visible.
isVisible - Variable in class askalon.graph.chartpack.diagram3d.Shape3D
 
isVisible() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Returns true if the shape is visible.
isZero() - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Tests if this vector resides in the MCS's origin.
isZeroTr() - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Tests if this vector resides in the NPC's origin.
itemStateChanged(ItemEvent) - Method in class askalon.graph.chartpack.examples.ChartPackTest
Reacts on ItemEvents (e.g. from the menu).
itemStateChanged(ItemEvent) - Method in class askalon.graph.chartpack.examples.TestApplet
Reacts on ItemEvents (e.g. from the menu).

J

jButton1 - Variable in class askalon.graph.chartpack.AboutBox
 
jComboBoxDiagram - Variable in class askalon.graph.chartpack.SelectorUI
 
jComboBoxMapper - Variable in class askalon.graph.chartpack.SelectorUI
 
jEditorPane1 - Variable in class askalon.graph.chartpack.AboutBox
 
jLabel2 - Variable in class askalon.graph.chartpack.AboutBox
 
jPanel1 - Variable in class askalon.graph.chartpack.AboutBox
 
jPopupMenu - Variable in class askalon.graph.chartpack.Diagram
 
jScrollPane1 - Variable in class askalon.graph.chartpack.AboutBox
 
jTextArea1 - Variable in class askalon.graph.chartpack.AboutBox
 
jTooltip - Variable in class askalon.graph.chartpack.Diagram
 

K

keyPressed(KeyEvent) - Method in class askalon.graph.chartpack.examples.LinearDiagramFromAPI
Invoked when a key has been pressed.
keyPressed(KeyEvent) - Method in class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromAPI
Invoked when a key has been pressed.
keyPressed(KeyEvent) - Method in class askalon.graph.chartpack.examples.XMLDiagramFromAPI
Invoked when a key has been pressed.
keyPressed(KeyEvent) - Method in class askalon.graph.chartpack.examples.XYDiagramFromAPI
Invoked when a key has been pressed.
keyReleased(KeyEvent) - Method in class askalon.graph.chartpack.examples.LinearDiagramFromAPI
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromAPI
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in class askalon.graph.chartpack.examples.XMLDiagramFromAPI
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in class askalon.graph.chartpack.examples.XYDiagramFromAPI
Invoked when a key has been released.
keyTyped(KeyEvent) - Method in class askalon.graph.chartpack.examples.LinearDiagramFromAPI
Invoked when a key has been typed.
keyTyped(KeyEvent) - Method in class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromAPI
Invoked when a key has been typed.
keyTyped(KeyEvent) - Method in class askalon.graph.chartpack.examples.XMLDiagramFromAPI
Invoked when a key has been typed.
keyTyped(KeyEvent) - Method in class askalon.graph.chartpack.examples.XYDiagramFromAPI
Invoked when a key has been typed.

L

LEFT - Static variable in class askalon.graph.chartpack.diagram3d.Object3D
 
LEFT - Static variable in class askalon.graph.chartpack.diagram3d.Shape3D
 
LEFTVIEW - Static variable in class askalon.graph.chartpack.diagram3d.Camera3D
 
LegendData - class askalon.graph.chartpack.LegendData.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LegendData() - Constructor for class askalon.graph.chartpack.LegendData
 
LegendDataPanel - class askalon.graph.chartpack.LegendDataPanel.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LegendDataPanel(Diagram, LegendData) - Constructor for class askalon.graph.chartpack.LegendDataPanel
Initialize the panel to display the legend in.
LegendObject - class askalon.graph.chartpack.LegendObject.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LegendObject(String, String, Color, VisibilityController) - Constructor for class askalon.graph.chartpack.LegendObject
Initializes a new LegendObject.
Line3D - class askalon.graph.chartpack.diagram3d.Line3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Line3D(Point3D, Point3D) - Constructor for class askalon.graph.chartpack.diagram3d.Line3D
Construcutor.
Line3D(double, double, double, double, double, double) - Constructor for class askalon.graph.chartpack.diagram3d.Line3D
 
LinearData - class askalon.graph.chartpack.LinearData.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LinearData(ParameterManager) - Constructor for class askalon.graph.chartpack.LinearData
Initialises a LinearData-Structure.
LinearDataElement - class askalon.graph.chartpack.LinearDataElement.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LinearDataElement() - Constructor for class askalon.graph.chartpack.LinearDataElement
Creates a new DataElement
LinearDataElement(String, double) - Constructor for class askalon.graph.chartpack.LinearDataElement
Creates a new DataElement
LinearDataGeneratorThread - class askalon.graph.chartpack.LinearDataGeneratorThread.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LinearDataGeneratorThread(PipedWriter, ParameterManager) - Constructor for class askalon.graph.chartpack.LinearDataGeneratorThread
Sets the timeout in ms and the data to change.
LinearDataMapper - class askalon.graph.chartpack.LinearDataMapper.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LinearDataMapper() - Constructor for class askalon.graph.chartpack.LinearDataMapper
Constructor to initialize the empty mapper.
LinearDataMapper(Data) - Constructor for class askalon.graph.chartpack.LinearDataMapper
Constructor to initialize the mapper.
LinearDataObject - class askalon.graph.chartpack.LinearDataObject.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LinearDataObject() - Constructor for class askalon.graph.chartpack.LinearDataObject
Creates a new data object.
LinearDataObject(String, String) - Constructor for class askalon.graph.chartpack.LinearDataObject
Creates a new data object.
LinearDataServer - class askalon.graph.chartpack.tools.LinearDataServer.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LinearDataServer(Socket, long) - Constructor for class askalon.graph.chartpack.tools.LinearDataServer
 
LinearDiagram - class askalon.graph.chartpack.LinearDiagram.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LinearDiagram(JFrame) - Constructor for class askalon.graph.chartpack.LinearDiagram
Initializes the diagram with its native data structure.
LinearDiagram(JFrame, ParameterManager) - Constructor for class askalon.graph.chartpack.LinearDiagram
Initializes the diagram with its native data structure.
LinearDiagram(JFrame, Data, ParameterManager) - Constructor for class askalon.graph.chartpack.LinearDiagram
Initializes the diagram.
LinearDiagramFromAPI - class askalon.graph.chartpack.examples.LinearDiagramFromAPI.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LinearDiagramFromAPI() - Constructor for class askalon.graph.chartpack.examples.LinearDiagramFromAPI
 
LinearDiagramFromFile - class askalon.graph.chartpack.examples.LinearDiagramFromFile.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LinearDiagramFromFile(String) - Constructor for class askalon.graph.chartpack.examples.LinearDiagramFromFile
 
LinearDiagramFromStream - class askalon.graph.chartpack.examples.LinearDiagramFromStream.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
LinearDiagramFromStream(String, int) - Constructor for class askalon.graph.chartpack.examples.LinearDiagramFromStream
 
leftBorder - Variable in class askalon.graph.chartpack.Diagram
 
legendData - Variable in class askalon.graph.chartpack.Diagram
 
legendData - Variable in class askalon.graph.chartpack.LegendData
 
legendData - Variable in class askalon.graph.chartpack.XMLEventData
 
legendData - Variable in class askalon.graph.chartpack.XYData
 
legendObject - Variable in class askalon.graph.chartpack.LegendData
 
length() - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Returns the length of the vector.
lengthTr() - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Returns the length of the vector in NPC.
line(Point3D, Point3D, Color) - Method in class askalon.graph.chartpack.diagram3d.Renderer
 
line(int, int, double, int, int, double, int) - Method in class askalon.graph.chartpack.diagram3d.Renderer
Plots a line using pixels and Bresenham's Algorithm for lines with +ve slope < 1.
linkActivated(URL) - Method in class askalon.graph.chartpack.tools.HtmlPane
Follows the reference in a link.
lnkData - Variable in class askalon.graph.chartpack.DataMapper
 
lnkData - Variable in class askalon.graph.chartpack.Diagram
 
lnkDiagram - Variable in class askalon.graph.chartpack.DiagramUpdateThread
 
lnkLegend - Variable in class askalon.graph.chartpack.DiagramUpdateThread
 
lnkParameters - Variable in class askalon.graph.chartpack.DataGeneratorThread
 
lnkParameters - Variable in class askalon.graph.chartpack.Diagram
 
lnkParameters - Variable in class askalon.graph.chartpack.DiagramUpdateThread
 
lnkParameters - Variable in class askalon.graph.chartpack.LinearData
 
lnkParameters - Variable in class askalon.graph.chartpack.SelectorUI
 
lnkParameters - Variable in class askalon.graph.chartpack.XMLEventData
 
lnkParameters - Variable in class askalon.graph.chartpack.XYData
 
lnkParameters - Variable in class askalon.graph.chartpack.examples.ChartPackTest
 
logToDefault() - Static method in class askalon.graph.chartpack.saxmapper.SaxMapperLog
Initialises logging to the standard output.
logToFile(String) - Static method in class askalon.graph.chartpack.saxmapper.SaxMapperLog
Initialises logging to a file.

M

MENUITEM_ABOUT - Static variable in class askalon.graph.chartpack.CPMenu
 
MENUITEM_ADDSURFACE - Static variable in class askalon.graph.chartpack.MultipleSurfaceDiagram
 
MENUITEM_CHANGE - Static variable in class askalon.graph.chartpack.CPMenu
 
MENUITEM_CHANGECOLOR - Static variable in class askalon.graph.chartpack.LegendDataPanel
 
MENUITEM_CHANGECOLOR - Static variable in class askalon.graph.chartpack.LinearDiagram
 
MENUITEM_CHANGECOLOR - Static variable in class askalon.graph.chartpack.MultipleSurfaceDiagram
 
MENUITEM_CHANGECOLOR - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
MENUITEM_CHANGECOLOR - Static variable in class askalon.graph.chartpack.XYDiagram
 
MENUITEM_CHANGEDESC - Static variable in class askalon.graph.chartpack.LinearDiagram
 
MENUITEM_CHANGEDESC - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
MENUITEM_CHANGEDESC - Static variable in class askalon.graph.chartpack.XYDiagram
 
MENUITEM_CHANGETRANSPARENCY - Static variable in class askalon.graph.chartpack.MultipleSurfaceDiagram
 
MENUITEM_CHANGE_TYPE - Static variable in class askalon.graph.chartpack.DiagramLegend
 
MENUITEM_CONNECT - Static variable in class askalon.graph.chartpack.CPMenu
 
MENUITEM_DISCONNECT - Static variable in class askalon.graph.chartpack.CPMenu
 
MENUITEM_DOCK_WINDOW - Static variable in class askalon.graph.chartpack.DiagramLegend
 
MENUITEM_EXIT - Static variable in class askalon.graph.chartpack.CPMenu
 
MENUITEM_HELP - Static variable in class askalon.graph.chartpack.CPMenu
 
MENUITEM_ISVISIBLE - Static variable in class askalon.graph.chartpack.MultipleSurfaceDiagram
 
MENUITEM_LEGEND_EXTERNAL - Static variable in class askalon.graph.chartpack.DiagramLegend
 
MENUITEM_LEGEND_INTERNAL - Static variable in class askalon.graph.chartpack.DiagramLegend
 
MENUITEM_LEGEND_PANEL - Static variable in class askalon.graph.chartpack.DiagramLegend
 
MENUITEM_LIVE - Static variable in class askalon.graph.chartpack.CPMenu
 
MENUITEM_LOAD - Static variable in class askalon.graph.chartpack.CPMenu
 
MENUITEM_OPTIONS - Static variable in class askalon.graph.chartpack.CPMenu
 
MENUITEM_RATE - Static variable in class askalon.graph.chartpack.CPMenu
 
MENUITEM_REPAINT - Static variable in class askalon.graph.chartpack.CPMenu
 
MENUITEM_SAVE - Static variable in class askalon.graph.chartpack.CPMenu
 
MENUITEM_SHOW_LEGEND - Static variable in class askalon.graph.chartpack.DiagramLegend
 
MENU_CHART - Static variable in class askalon.graph.chartpack.CPMenu
 
MENU_DATAGENERATOR - Static variable in class askalon.graph.chartpack.CPMenu
 
MENU_FILE - Static variable in class askalon.graph.chartpack.CPMenu
 
MENU_HELP - Static variable in class askalon.graph.chartpack.CPMenu
 
MINIMUM_BRIGHTNESS - Static variable in class askalon.graph.chartpack.diagram3d.Renderer
 
Matrix3D - class askalon.graph.chartpack.diagram3d.Matrix3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Matrix3D(int) - Constructor for class askalon.graph.chartpack.diagram3d.Matrix3D
Create a quadratic matrix.
Matrix3D(double[], int, int) - Constructor for class askalon.graph.chartpack.diagram3d.Matrix3D
Create a new matrix with given data.
Matrix3D(Vector3D, Vector3D, Vector3D) - Constructor for class askalon.graph.chartpack.diagram3d.Matrix3D
Creates a 4x4 matrix out of 4 vectors.
MultipleSurfaceData - class askalon.graph.chartpack.MultipleSurfaceData.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
MultipleSurfaceData(ParameterManager) - Constructor for class askalon.graph.chartpack.MultipleSurfaceData
Initialises a MultipleSurfaceData-Structure.
MultipleSurfaceDataElement - class askalon.graph.chartpack.MultipleSurfaceDataElement.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
MultipleSurfaceDataElement() - Constructor for class askalon.graph.chartpack.MultipleSurfaceDataElement
Initializes a MultipleSurfaceDataElement.
MultipleSurfaceDataElement(int, int, Point3D) - Constructor for class askalon.graph.chartpack.MultipleSurfaceDataElement
Initializes a MultipleSurfaceDataElement.
MultipleSurfaceDataGeneratorThread - class askalon.graph.chartpack.MultipleSurfaceDataGeneratorThread.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
MultipleSurfaceDataGeneratorThread(PipedWriter, ParameterManager) - Constructor for class askalon.graph.chartpack.MultipleSurfaceDataGeneratorThread
Sets the timeout in ms and the data to change.
MultipleSurfaceDataMapper - class askalon.graph.chartpack.MultipleSurfaceDataMapper.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
MultipleSurfaceDataMapper() - Constructor for class askalon.graph.chartpack.MultipleSurfaceDataMapper
Constructor to initialize the empty mapper.
MultipleSurfaceDataMapper(Data) - Constructor for class askalon.graph.chartpack.MultipleSurfaceDataMapper
Constructor to initialize the mapper.
MultipleSurfaceDataObject - class askalon.graph.chartpack.MultipleSurfaceDataObject.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
MultipleSurfaceDataObject() - Constructor for class askalon.graph.chartpack.MultipleSurfaceDataObject
Creates a new data object.
MultipleSurfaceDataObject(String, String, Double[], Double[]) - Constructor for class askalon.graph.chartpack.MultipleSurfaceDataObject
Creates a new data object (plain surface).
MultipleSurfaceDataObject(Double[], Double[]) - Constructor for class askalon.graph.chartpack.MultipleSurfaceDataObject
Initialise a new data object with the given ticks.
MultipleSurfaceDataObject(int, Double[], Double[]) - Constructor for class askalon.graph.chartpack.MultipleSurfaceDataObject
Initialise a new data object with the given dimensions.
MultipleSurfaceDiagram - class askalon.graph.chartpack.MultipleSurfaceDiagram.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
MultipleSurfaceDiagram(JFrame) - Constructor for class askalon.graph.chartpack.MultipleSurfaceDiagram
Initializes the diagram with its native data structure.
MultipleSurfaceDiagram(JFrame, ParameterManager) - Constructor for class askalon.graph.chartpack.MultipleSurfaceDiagram
Initializes the diagram with its native data structure.
MultipleSurfaceDiagram(JFrame, Data, ParameterManager) - Constructor for class askalon.graph.chartpack.MultipleSurfaceDiagram
Initializes the diagram.
MultipleSurfaceDiagramFromAPI - class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromAPI.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
MultipleSurfaceDiagramFromAPI() - Constructor for class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromAPI
 
MultipleSurfaceDiagramFromFile - class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromFile.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
MultipleSurfaceDiagramFromFile(String) - Constructor for class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromFile
 
MultipleSurfaceDiagramFromStream - class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromStream.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
MultipleSurfaceDiagramFromStream(String, int) - Constructor for class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromStream
 
MySerializable - class askalon.graph.chartpack.examples.MySerializable.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
MySerializable(String, int) - Constructor for class askalon.graph.chartpack.examples.MySerializable
Constructor: Initializes the object.
main(String[]) - Static method in class askalon.graph.chartpack.examples.ChartPackTest
Starts the test application.
main(String[]) - Static method in class askalon.graph.chartpack.examples.ExampleClipping
Main method: instatiate the frame.
main(String[]) - Static method in class askalon.graph.chartpack.examples.LinearDiagramFromAPI
Start this example.
main(String[]) - Static method in class askalon.graph.chartpack.examples.LinearDiagramFromFile
 
main(String[]) - Static method in class askalon.graph.chartpack.examples.LinearDiagramFromStream
 
main(String[]) - Static method in class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromAPI
Start this example.
main(String[]) - Static method in class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromFile
 
main(String[]) - Static method in class askalon.graph.chartpack.examples.MultipleSurfaceDiagramFromStream
 
main(String[]) - Static method in class askalon.graph.chartpack.examples.SerializationTest
Main method, Creates a new object to test serialization.
main(String[]) - Static method in class askalon.graph.chartpack.examples.SimpleMapper
 
main(String[]) - Static method in class askalon.graph.chartpack.examples.XMLDiagramFromAPI
Start this example.
main(String[]) - Static method in class askalon.graph.chartpack.examples.XMLDiagramFromFile
 
main(String[]) - Static method in class askalon.graph.chartpack.examples.XMLDiagramFromStream
 
main(String[]) - Static method in class askalon.graph.chartpack.examples.XYDiagramFromAPI
Start this example.
main(String[]) - Static method in class askalon.graph.chartpack.examples.XYDiagramFromFile
 
main(String[]) - Static method in class askalon.graph.chartpack.examples.XYDiagramFromFile2
 
main(String[]) - Static method in class askalon.graph.chartpack.examples.XYDiagramFromStream
 
main(String[]) - Static method in class askalon.graph.chartpack.tools.XMLSocketServer
 
maxX - Variable in class askalon.graph.chartpack.Diagram
 
maxXvalue - Variable in class askalon.graph.chartpack.Diagram
 
maxY - Variable in class askalon.graph.chartpack.Diagram
 
maxYvalue - Variable in class askalon.graph.chartpack.Diagram
 
maxZ - Variable in class askalon.graph.chartpack.Diagram3D
 
maxZvalue - Variable in class askalon.graph.chartpack.Diagram3D
 
mcs - Variable in class askalon.graph.chartpack.diagram3d.Point3D
 
minX - Variable in class askalon.graph.chartpack.Diagram
 
minXvalue - Variable in class askalon.graph.chartpack.Diagram
 
minY - Variable in class askalon.graph.chartpack.Diagram
 
minYvalue - Variable in class askalon.graph.chartpack.Diagram
 
minZ - Variable in class askalon.graph.chartpack.Diagram3D
 
minZvalue - Variable in class askalon.graph.chartpack.Diagram3D
 
mouseClicked(MouseEvent) - Method in class askalon.graph.chartpack.CPPopupMenu
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class askalon.graph.chartpack.Diagram3D
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseClicked(MouseEvent) - Method in class askalon.graph.chartpack.DiagramLegend
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class askalon.graph.chartpack.XMLEventDiagram
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseDragged(MouseEvent) - Method in class askalon.graph.chartpack.Diagram3D
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class askalon.graph.chartpack.LegendDataPanel
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class askalon.graph.chartpack.LinearDiagram
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class askalon.graph.chartpack.XMLEventDiagram
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class askalon.graph.chartpack.XYDiagram
Invoked when a mouse button is pressed on a component and then dragged.
mouseEntered(MouseEvent) - Method in class askalon.graph.chartpack.CPPopupMenu
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class askalon.graph.chartpack.Diagram3D
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class askalon.graph.chartpack.DiagramLegend
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class askalon.graph.chartpack.XMLEventDiagram
Invoked when the mouse enters a component.
mouseExited(MouseEvent) - Method in class askalon.graph.chartpack.CPPopupMenu
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class askalon.graph.chartpack.Diagram3D
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class askalon.graph.chartpack.DiagramLegend
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class askalon.graph.chartpack.XMLEventDiagram
Invoked when the mouse exits a component.
mouseMoved(MouseEvent) - Method in class askalon.graph.chartpack.LegendDataPanel
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class askalon.graph.chartpack.LinearDiagram
Invoked when the mouse has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class askalon.graph.chartpack.XMLEventDiagram
Invoked when the mouse has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class askalon.graph.chartpack.XYDiagram
Invoked when the mouse has been moved on a component (with no buttons no down).
mousePressed(MouseEvent) - Method in class askalon.graph.chartpack.CPPopupMenu
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class askalon.graph.chartpack.Diagram3D
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class askalon.graph.chartpack.DiagramLegend
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class askalon.graph.chartpack.XMLEventDiagram
Invoked when a mouse button has been pressed on a component.
mouseReleased(MouseEvent) - Method in class askalon.graph.chartpack.CPPopupMenu
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class askalon.graph.chartpack.Diagram3D
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class askalon.graph.chartpack.DiagramLegend
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class askalon.graph.chartpack.XMLEventDiagram
Invoked when a mouse button has been released on a component.
move(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Moves the camera.
move3D(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Transformation3D
Changes the transformation matrix to reflect X/Y/Z movement.
moveCamera(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Moves the camera.
movement(boolean) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
This method informs the renderer, that the perspective will be changed and therefore sets the ShowMeshOnly flag to increase rendering speed.
multiply(Matrix3D) - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
Multiplies this matrix with an input matrix..
multiply(Matrix3D) - Method in class askalon.graph.chartpack.diagram3d.Transformation3D
Multiply this tranformation with the given tranformation matrix.
multiplyPointPost(double[]) - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
Multiplies a point with this matrix (p * m).
multiplyPointPre(double[]) - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
Multiplies this matrix with a point3D (m * p).

N

N - Variable in class askalon.graph.chartpack.Diagram
 
n - Variable in class askalon.graph.chartpack.diagram3d.Plane3D
 
name - Variable in class askalon.graph.chartpack.examples.MySerializable
 
normalize() - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Normalises this vector.
normalizeTr() - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Normalises the transformed vector.
npc - Variable in class askalon.graph.chartpack.diagram3d.Point3D
 
numberOfXLabels - Variable in class askalon.graph.chartpack.Diagram
 
numberOfYLabels - Variable in class askalon.graph.chartpack.Diagram
 

O

OFF_MASK_ROTATE - Variable in class askalon.graph.chartpack.Diagram3D
 
OFF_MASK_SCALE_XZ - Variable in class askalon.graph.chartpack.Diagram3D
 
OFF_MASK_SCALE_Y - Variable in class askalon.graph.chartpack.Diagram3D
 
OFF_MASK_ZOOM - Variable in class askalon.graph.chartpack.Diagram3D
 
ON_MASK_ROTATE - Variable in class askalon.graph.chartpack.Diagram3D
 
ON_MASK_SCALE_XZ - Variable in class askalon.graph.chartpack.Diagram3D
 
ON_MASK_SCALE_Y - Variable in class askalon.graph.chartpack.Diagram3D
 
ON_MASK_ZOOM - Variable in class askalon.graph.chartpack.Diagram3D
 
Object3D - class askalon.graph.chartpack.diagram3d.Object3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Object3D() - Constructor for class askalon.graph.chartpack.diagram3d.Object3D
 
Object3D(Color) - Constructor for class askalon.graph.chartpack.diagram3d.Object3D
 
objectRead() - Method in class askalon.graph.chartpack.examples.SerializationTest
Reads a "MySerializable" object from the file "objout.out".
objectRemoved(String) - Method in class askalon.graph.chartpack.LegendData
Tells the Legend that an object has been removed.
objectWrite() - Method in class askalon.graph.chartpack.examples.SerializationTest
Writes a "MySerializable" object to the file "objout.out".
objects - Variable in class askalon.graph.chartpack.XMLEventData
 
objects_ht - Variable in class askalon.graph.chartpack.XMLEventData
 
oldPaint - Variable in class askalon.graph.chartpack.Diagram
 
oldStroke - Variable in class askalon.graph.chartpack.Diagram
 
onDeactivate() - Method in class askalon.graph.chartpack.saxmapper.TagTracker
 
onEnd(String, String, String, CharArrayWriter) - Method in class askalon.graph.chartpack.saxmapper.TagTracker
 
onReactivate() - Method in class askalon.graph.chartpack.saxmapper.TagTracker
 
onStart(String, String, String, Attributes) - Method in class askalon.graph.chartpack.saxmapper.TagTracker
 
onUpdate() - Method in class askalon.graph.chartpack.DataGeneratorThread
Abstracte method to inform subclasses of DataGeneratorThread about updates.
onUpdate() - Method in class askalon.graph.chartpack.LinearDataGeneratorThread
This method is invoked by DataGeneratorThread when an update occured.
onUpdate() - Method in class askalon.graph.chartpack.MultipleSurfaceDataGeneratorThread
This method is invoked by DataGeneratorThread when an update occured.
onUpdate() - Method in class askalon.graph.chartpack.XMLEventDataGeneratorThread
This method is invoked by DataGeneratorThread when an update occured.
onUpdate() - Method in class askalon.graph.chartpack.XYDataGeneratorThread
This method is invoked by DataGeneratorThread when an update occured.
opacity - Variable in class askalon.graph.chartpack.diagram3d.Object3D
 
opacity - Variable in class askalon.graph.chartpack.diagram3d.Shape3D
 
openHelpWindow() - Method in class askalon.graph.chartpack.Diagram
Opens the diagrams help window.
openObservable - class askalon.graph.chartpack.tools.openObservable.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
openObservable() - Constructor for class askalon.graph.chartpack.tools.openObservable
 
openParameterEditor() - Method in class askalon.graph.chartpack.Diagram
Opens the parameter editor dialogue.
openURL(String) - Static method in class askalon.graph.chartpack.tools.BrowserLauncher
Attempts to open the default web browser to the given URL.
out - Variable in class askalon.graph.chartpack.DataGeneratorThread
 
out - Variable in class askalon.graph.chartpack.tools.DataServer
 

P

PARAM_ANTI_ALIASING - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_AUTOSCALE_X - Static variable in class askalon.graph.chartpack.LinearDiagram
 
PARAM_AUTOSCALE_X - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
PARAM_AUTOSCALE_X - Static variable in class askalon.graph.chartpack.XYDiagram
 
PARAM_BAR_WIDTH - Static variable in class askalon.graph.chartpack.LinearDiagram
 
PARAM_CAPTION_X - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_CAPTION_Y - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_CAPTION_Z - Static variable in class askalon.graph.chartpack.Diagram3D
 
PARAM_COLORS - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_COLOR_AXES - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_COLOR_BACKGROUND - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_COLOR_DATA - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_COLOR_GRAPH_BACKGROUND - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_COLOR_TITLE - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_CURRENT_DIAGRAM - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_CURRENT_MAPPER - Static variable in class askalon.graph.chartpack.tools.AppHelper
 
PARAM_DATETIME_FORMAT - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_HIGHLIGHT_LINKED_EVENTS - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
PARAM_INVERT_MOUSE_X - Static variable in class askalon.graph.chartpack.Diagram3D
 
PARAM_INVERT_MOUSE_Y - Static variable in class askalon.graph.chartpack.Diagram3D
 
PARAM_LINE_WIDTH - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
PARAM_LINE_WIDTH - Static variable in class askalon.graph.chartpack.XYDiagram
 
PARAM_MAX_SECONDS - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
PARAM_MAX_X - Static variable in class askalon.graph.chartpack.MultipleSurfaceDataGeneratorThread
 
PARAM_MAX_X_VALUE - Static variable in class askalon.graph.chartpack.XYDiagram
 
PARAM_MAX_X_VALUES - Static variable in class askalon.graph.chartpack.LinearDiagram
 
PARAM_MAX_Y - Static variable in class askalon.graph.chartpack.LinearDataGeneratorThread
 
PARAM_MAX_Y - Static variable in class askalon.graph.chartpack.MultipleSurfaceDataGeneratorThread
 
PARAM_MAX_Z - Static variable in class askalon.graph.chartpack.MultipleSurfaceDataGeneratorThread
 
PARAM_MIN_X_VALUE - Static variable in class askalon.graph.chartpack.XYDiagram
 
PARAM_MONITOR_MODE - Static variable in class askalon.graph.chartpack.LinearDiagram
 
PARAM_MONITOR_MODE - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
PARAM_MONITOR_MODE - Static variable in class askalon.graph.chartpack.XYDiagram
 
PARAM_NUMBER_OF_ELEMENTS - Static variable in class askalon.graph.chartpack.LinearDataGeneratorThread
 
PARAM_NUMBER_OF_FRACTION_DIGITS - Static variable in class askalon.graph.chartpack.Diagram3D
 
PARAM_NUMBER_OF_SURFACES - Static variable in class askalon.graph.chartpack.MultipleSurfaceDataGeneratorThread
 
PARAM_NUMBER_OF_TICKS_Y - Static variable in class askalon.graph.chartpack.Diagram3D
 
PARAM_PADDING_X - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_PADDING_Y - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_POINT_RADIUS - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
PARAM_POINT_RADIUS - Static variable in class askalon.graph.chartpack.XYDiagram
 
PARAM_RESOLUTION_X - Static variable in class askalon.graph.chartpack.LinearDiagram
 
PARAM_RESOLUTION_X - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
PARAM_RESOLUTION_X - Static variable in class askalon.graph.chartpack.XYDiagram
 
PARAM_SHOW_ELEMENTS - Static variable in class askalon.graph.chartpack.LinearDiagram
 
PARAM_SHOW_GRID_X - Static variable in class askalon.graph.chartpack.Diagram3D
 
PARAM_SHOW_GRID_Y - Static variable in class askalon.graph.chartpack.Diagram3D
 
PARAM_SHOW_GRID_Z - Static variable in class askalon.graph.chartpack.Diagram3D
 
PARAM_SHOW_LABEL_X - Static variable in class askalon.graph.chartpack.Diagram3D
 
PARAM_SHOW_LABEL_Y - Static variable in class askalon.graph.chartpack.Diagram3D
 
PARAM_SHOW_LABEL_Z - Static variable in class askalon.graph.chartpack.Diagram3D
 
PARAM_SHOW_LINES - Static variable in class askalon.graph.chartpack.XYDiagram
 
PARAM_SHOW_LINKS - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
PARAM_SIZE_X - Static variable in class askalon.graph.chartpack.MultipleSurfaceDataGeneratorThread
 
PARAM_SIZE_Z - Static variable in class askalon.graph.chartpack.MultipleSurfaceDataGeneratorThread
 
PARAM_SKIP_X_VALUES - Static variable in class askalon.graph.chartpack.LinearDiagram
 
PARAM_TIMEBASED - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_TITLE - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_TYPE - Static variable in class askalon.graph.chartpack.DataGeneratorThread
 
PARAM_TYPE - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_UPDATE_RATE - Static variable in class askalon.graph.chartpack.Diagram
 
PARAM_ZOOM_X - Static variable in class askalon.graph.chartpack.LinearDiagram
 
PARAM_ZOOM_X - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
PARAM_ZOOM_X - Static variable in class askalon.graph.chartpack.XYDiagram
 
PARAM_ZOOM_Y - Static variable in class askalon.graph.chartpack.LinearDiagram
 
PARAM_ZOOM_Y - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
PARAM_ZOOM_Y - Static variable in class askalon.graph.chartpack.XYDiagram
 
Plane3D - class askalon.graph.chartpack.diagram3d.Plane3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Plane3D(Point3D, Vector3D) - Constructor for class askalon.graph.chartpack.diagram3d.Plane3D
This function initializes a 3d plane.
Point3D - class askalon.graph.chartpack.diagram3d.Point3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Point3D() - Constructor for class askalon.graph.chartpack.diagram3d.Point3D
Creates a point in the origin of the coordinate system (0, 0, 0)
Point3D(double, double, double) - Constructor for class askalon.graph.chartpack.diagram3d.Point3D
Creates a point in a 3D space.
Point3D(double, double, double, double, double, double) - Constructor for class askalon.graph.chartpack.diagram3d.Point3D
Creates a point in a 3D space and also sets the transformed coordinates.
Polygon3D - class askalon.graph.chartpack.diagram3d.Polygon3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Polygon3D() - Constructor for class askalon.graph.chartpack.diagram3d.Polygon3D
 
Portal3D - class askalon.graph.chartpack.diagram3d.Portal3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Portal3D(Scene3D, Point3D) - Constructor for class askalon.graph.chartpack.diagram3d.Portal3D
The portal constructor.
Portal3D(Scene3D, JDesktopPane, Point3D) - Constructor for class askalon.graph.chartpack.diagram3d.Portal3D
The portal constructor.
p0 - Variable in class askalon.graph.chartpack.diagram3d.Plane3D
 
p3D - Variable in class askalon.graph.chartpack.Diagram3D
 
paint(Graphics) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
The paint method invokes the update method.
paint(Graphics) - Method in class askalon.graph.chartpack.examples.ExampleClipping
Here is the real example.
paintComponent(Graphics) - Method in class askalon.graph.chartpack.Diagram
Paints the diagram.
paintComponent(Graphics) - Method in class askalon.graph.chartpack.LegendDataPanel
Overrides the JPanels paintComponent Method.
paintDiagram() - Method in class askalon.graph.chartpack.Diagram
Re-/Paints the Diagram.
paintDiagram() - Method in class askalon.graph.chartpack.LinearDiagram
Paints the linear diagram.
paintDiagram() - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Paints the Multiple Surface diagram.
paintDiagram() - Method in class askalon.graph.chartpack.XMLEventDiagram
Paints the XMLEvent diagram.
paintDiagram() - Method in class askalon.graph.chartpack.XYDiagram
Paints the XY diagram.
paintLegend(LegendDataPanel, Graphics2D) - Method in class askalon.graph.chartpack.Diagram
Re-/Paints the diagram legend.
paintLegend(LegendDataPanel, Graphics2D) - Method in class askalon.graph.chartpack.LinearDiagram
Paints the linear diagrams legend.
paintLegend(LegendDataPanel, Graphics2D) - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Paints the Multiple-Surface diagrams legend.
paintLegend(LegendDataPanel, Graphics2D) - Method in class askalon.graph.chartpack.XMLEventDiagram
Paints the XMLEvent diagrams legend.
paintLegend(LegendDataPanel, Graphics2D) - Method in class askalon.graph.chartpack.XYDiagram
Paints the XY diagrams legend.
paintScene(Graphics) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
This method renders the scene.
param_axisColor - Variable in class askalon.graph.chartpack.Diagram
 
param_bgColor - Variable in class askalon.graph.chartpack.Diagram
 
param_captionX - Variable in class askalon.graph.chartpack.Diagram
 
param_captionY - Variable in class askalon.graph.chartpack.Diagram
 
param_captionZ - Variable in class askalon.graph.chartpack.Diagram3D
 
param_datetime_format - Variable in class askalon.graph.chartpack.Diagram
 
param_diagramTitle - Variable in class askalon.graph.chartpack.Diagram
 
param_numberOfFractionDigits - Variable in class askalon.graph.chartpack.Diagram3D
 
param_numberOfTicksY - Variable in class askalon.graph.chartpack.Diagram3D
 
param_showGridX - Variable in class askalon.graph.chartpack.Diagram3D
 
param_showGridY - Variable in class askalon.graph.chartpack.Diagram3D
 
param_showGridZ - Variable in class askalon.graph.chartpack.Diagram3D
 
param_showLabelX - Variable in class askalon.graph.chartpack.Diagram3D
 
param_showLabelY - Variable in class askalon.graph.chartpack.Diagram3D
 
param_showLabelZ - Variable in class askalon.graph.chartpack.Diagram3D
 
param_timebased - Variable in class askalon.graph.chartpack.Diagram
 
param_titleColor - Variable in class askalon.graph.chartpack.Diagram
 
param_x_resolution - Variable in class askalon.graph.chartpack.XYDiagram
 
parent - Variable in class askalon.graph.chartpack.Diagram
 
perspective(double, double) - Method in class askalon.graph.chartpack.diagram3d.Transformation3D
Performs a perspective transformation.
points - Variable in class askalon.graph.chartpack.diagram3d.Object3D
 
points - Variable in class askalon.graph.chartpack.diagram3d.Shape3D
 
polX - Variable in class askalon.graph.chartpack.Diagram
 
polY - Variable in class askalon.graph.chartpack.Diagram
 
polZ - Variable in class askalon.graph.chartpack.Diagram3D
 
polygon - Variable in class askalon.graph.chartpack.Diagram
 
processProperties(Properties) - Static method in class askalon.graph.chartpack.examples.ChartPackTest
Processes the properties file and acts accordingly.
put(String, LegendObject) - Method in class askalon.graph.chartpack.LegendData
Inserts a LegendObject into the data structure (hashtable).
put(LegendObject) - Method in class askalon.graph.chartpack.LegendData
Inserts a LegendObject into the data structure (hashtable).
put(String, String, Color, VisibilityController) - Method in class askalon.graph.chartpack.LegendData
Inserts a LegendObject into the data structure (a hashtable).

R

REARVIEW - Static variable in class askalon.graph.chartpack.diagram3d.Camera3D
 
RENDERING_QUALITY_HIGH - Static variable in class askalon.graph.chartpack.diagram3d.Renderer
 
RENDERING_QUALITY_LOW - Static variable in class askalon.graph.chartpack.diagram3d.Renderer
 
RENDERING_QUALITY_MEDIUM - Static variable in class askalon.graph.chartpack.diagram3d.Renderer
 
RIGHT - Static variable in class askalon.graph.chartpack.diagram3d.Object3D
 
RIGHT - Static variable in class askalon.graph.chartpack.diagram3d.Shape3D
 
RIGHTVIEW - Static variable in class askalon.graph.chartpack.diagram3d.Camera3D
 
Rectangle3D - class askalon.graph.chartpack.diagram3d.Rectangle3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Rectangle3D(Point3D, Point3D, Point3D, Point3D) - Constructor for class askalon.graph.chartpack.diagram3d.Rectangle3D
Creates a new rectangle with the default color.
Rectangle3D(Point3D, Point3D, Point3D, Point3D, Color) - Constructor for class askalon.graph.chartpack.diagram3d.Rectangle3D
Creates a new rectangle with a custom color.
Renderer - class askalon.graph.chartpack.diagram3d.Renderer.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Renderer(Portal3D) - Constructor for class askalon.graph.chartpack.diagram3d.Renderer
Initialises the renderer.
readSerializedData(FileInputStream) - Method in interface askalon.graph.chartpack.Data
Read serialised data from the given File.
readSerializedData(FileInputStream) - Method in class askalon.graph.chartpack.LinearData
Reads stored data from a file.
readSerializedData(FileInputStream) - Method in class askalon.graph.chartpack.MultipleSurfaceData
Reads stored data from a file.
readSerializedData(FileInputStream) - Method in class askalon.graph.chartpack.XMLEventData
Reads stored data from a file.
readSerializedData(FileInputStream) - Method in class askalon.graph.chartpack.XYData
Reads stored data from a file.
reinit(int, int) - Method in class askalon.graph.chartpack.diagram3d.Renderer
Initializes the renderer.
removeAll() - Method in class askalon.graph.chartpack.diagram3d.Scene3D
Remove all shapes from the scene.
removeBarLine(String) - Method in class askalon.graph.chartpack.LinearDiagram
Removes a bar/line from the data structure.
removeDataSet(String) - Method in class askalon.graph.chartpack.XYDiagram
Removes a dataset from the data structure.
removeElement(XMLEventDataElement) - Method in class askalon.graph.chartpack.XMLEventDataObject
Removes an element from this object.
removeElements() - Method in interface askalon.graph.chartpack.DataObject
Removes all elements from a DataObject.
removeElements() - Method in class askalon.graph.chartpack.LinearDataObject
Removes all elements from a DataObject.
removeElements() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Removes all elements from a DataObject.
removeElements() - Method in class askalon.graph.chartpack.XMLEventDataObject
Removes all elements from a DataObject.
removeElements() - Method in class askalon.graph.chartpack.XYDataObject
Removes all elements from a DataObject.
removeEventSource(String) - Method in class askalon.graph.chartpack.XMLEventDiagram
Removes a dataset from the data structure.
removeLinkedEvent(XMLEventDataElement) - Method in class askalon.graph.chartpack.XMLEventDataElement
Removes a linked event from the elements linked list.
removeObject(int) - Method in interface askalon.graph.chartpack.Data
Remove an DataObject from the Data structure.
removeObject(String) - Method in interface askalon.graph.chartpack.Data
Remove an DataObject from the Data structure.
removeObject(int) - Method in class askalon.graph.chartpack.LinearData
Removes a given object by index.
removeObject(String) - Method in class askalon.graph.chartpack.LinearData
Removes a given object by key.
removeObject(int) - Method in class askalon.graph.chartpack.MultipleSurfaceData
Removes a given object by index.
removeObject(String) - Method in class askalon.graph.chartpack.MultipleSurfaceData
Removes a given object by key.
removeObject(int) - Method in class askalon.graph.chartpack.XMLEventData
Removes a given object by index.
removeObject(String) - Method in class askalon.graph.chartpack.XMLEventData
Removes a given object by key.
removeObject(int) - Method in class askalon.graph.chartpack.XYData
Removes a given object by index.
removeObject(String) - Method in class askalon.graph.chartpack.XYData
Removes a given object by key.
removeObject(Object3D) - Method in class askalon.graph.chartpack.diagram3d.Scene3D
Removes an Object3D from the scene.
removeShape(Shape3D) - Method in class askalon.graph.chartpack.diagram3d.Scene3D
Remove a shape from the scene.
removeSurface(String) - Method in class askalon.graph.chartpack.MultipleSurfaceDiagram
Removes a dataset from the data structure.
renderLine(Line3D) - Method in class askalon.graph.chartpack.diagram3d.Renderer
Renders the given line in a image buffer (a simple array).
renderLine(Point3D, Point3D, int) - Method in class askalon.graph.chartpack.diagram3d.Renderer
Renders the given line in a image buffer (a simple array).
renderScene() - Method in class askalon.graph.chartpack.diagram3d.Renderer
Renderes the scene.
renderShape() - Method in class askalon.graph.chartpack.Diagram
Repaints the diagram.
renderTriangle(Triangle3D, double) - Method in class askalon.graph.chartpack.diagram3d.Renderer
Renders the given triangle in a image buffer (a simple array).
repaint() - Method in class askalon.graph.chartpack.DiagramLegend
Invokes a repaint on the legend.
reset() - Method in class askalon.graph.chartpack.diagram3d.Transformation3D
Resets the transformation matrix to the identity matrix.
rightBorder - Variable in class askalon.graph.chartpack.Diagram
 
rotate(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Rotate the camera.
rotate3D(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Transformation3D
Perform a rotation.
rotateCamera(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Rotates the camera.
rotateX(double) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Rotate around the x axis.
rotateY(double) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Rotate around the y axis.
rotateZ(double) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Rotate around the z axis.
run() - Method in class askalon.graph.chartpack.DataReader
Starts the data mapping thread.
run() - Method in class askalon.graph.chartpack.DiagramUpdateThread
Run the thread.
run() - Method in class askalon.graph.chartpack.LinearDataGeneratorThread
Run the thread.
run() - Method in class askalon.graph.chartpack.MultipleSurfaceDataGeneratorThread
Run the thread.
run() - Method in class askalon.graph.chartpack.XMLEventDataGeneratorThread
Run the thread.
run() - Method in class askalon.graph.chartpack.XYDataGeneratorThread
Run the thread.
run() - Method in class askalon.graph.chartpack.examples.XYDiagramFromAPI_DataGenerator
 
run() - Method in class askalon.graph.chartpack.tools.HtmlPane.PageLoader
 
run() - Method in class askalon.graph.chartpack.tools.LinearDataServer
Run the thread.
run() - Method in class askalon.graph.chartpack.tools.XMLEventDataServer
Run the thread.
run() - Method in class askalon.graph.chartpack.tools.XYDataServer
Run the thread.

S

START - Static variable in class askalon.graph.chartpack.diagram3d.Line3D
 
SURFACETYPES - Static variable in class askalon.graph.chartpack.MultipleSurfaceDiagram
 
SaxMapper - class askalon.graph.chartpack.saxmapper.SaxMapper.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
SaxMapper() - Constructor for class askalon.graph.chartpack.saxmapper.SaxMapper
 
SaxMapperLog - class askalon.graph.chartpack.saxmapper.SaxMapperLog.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
SaxMapperLog() - Constructor for class askalon.graph.chartpack.saxmapper.SaxMapperLog
 
Scene3D - class askalon.graph.chartpack.diagram3d.Scene3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Scene3D() - Constructor for class askalon.graph.chartpack.diagram3d.Scene3D
Constructs a new scene.
SelectorUI - class askalon.graph.chartpack.SelectorUI.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
SelectorUI(Frame, ParameterManager, String) - Constructor for class askalon.graph.chartpack.SelectorUI
 
SerializationTest - class askalon.graph.chartpack.examples.SerializationTest.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
SerializationTest() - Constructor for class askalon.graph.chartpack.examples.SerializationTest
First writes an object into a file then reads it from the file again.
Shape3D - class askalon.graph.chartpack.diagram3d.Shape3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Shape3D() - Constructor for class askalon.graph.chartpack.diagram3d.Shape3D
 
Shape3D(Color) - Constructor for class askalon.graph.chartpack.diagram3d.Shape3D
 
SimpleMapper - class askalon.graph.chartpack.examples.SimpleMapper.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
SimpleMapper(Vector) - Constructor for class askalon.graph.chartpack.examples.SimpleMapper
 
SkippingTagTracker - class askalon.graph.chartpack.saxmapper.SkippingTagTracker.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
SkippingTagTracker() - Constructor for class askalon.graph.chartpack.saxmapper.SkippingTagTracker
 
StringComparator - class askalon.graph.chartpack.tools.StringComparator.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
StringComparator() - Constructor for class askalon.graph.chartpack.tools.StringComparator
 
Surface3D - class askalon.graph.chartpack.diagram3d.Surface3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Surface3D(int, int, Double[], Double[]) - Constructor for class askalon.graph.chartpack.diagram3d.Surface3D
Constructor to create a new plain surface.
Surface3D(int, int, Double[], Double[], int) - Constructor for class askalon.graph.chartpack.diagram3d.Surface3D
Constructor to create a new plain surface.
Surface3D(int, int, Double[], Double[], Color) - Constructor for class askalon.graph.chartpack.diagram3d.Surface3D
Constructor to create a new plain surface with the set color.
Surface3D(int, int, Double[], Double[], Color, int) - Constructor for class askalon.graph.chartpack.diagram3d.Surface3D
Constructor to create a new plain surface with the set color.
s3D - Variable in class askalon.graph.chartpack.Diagram3D
 
scale(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Scales the view.
scale(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Scales the view.
scale(double) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Scale the vector in the MCS.
scale3D(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Transformation3D
Perform scaling.
scaleTr(double) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Scale the vector in the NPC.
set(double[]) - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
 
setAutoFit(boolean) - Method in class askalon.graph.chartpack.diagram3d.Camera3D
En-/Disables auto fitting.
setChangedNotify() - Method in interface askalon.graph.chartpack.Data
Data structures implement the observable interface.
setChangedNotify() - Method in class askalon.graph.chartpack.LegendData
Sets the changed flag and notifies the observers.
setChangedNotify() - Method in class askalon.graph.chartpack.LinearData
Sets the changed flag and notifies the observers.
setChangedNotify() - Method in class askalon.graph.chartpack.MultipleSurfaceData
Sets the changed flag and notifies the observers.
setChangedNotify() - Method in class askalon.graph.chartpack.XMLEventData
Sets the changed flag and notifies the observers.
setChangedNotify() - Method in class askalon.graph.chartpack.XYData
Sets the changed flag and notifies the observers.
setChangedNotify(Object) - Method in class askalon.graph.chartpack.tools.openObservable
Sets the changed flag and notifies the observers.
setClip(int, int, int, int) - Static method in class askalon.graph.chartpack.diagram3d.Shape3D
 
setClip(Rectangle) - Static method in class askalon.graph.chartpack.diagram3d.Shape3D
Sets the shapes clipping area.
setColor(Color) - Method in class askalon.graph.chartpack.LegendObject
Sets the objects color.
setColor(Color) - Method in class askalon.graph.chartpack.LinearDataElement
Sets the element's color property.
setColor(Color) - Method in class askalon.graph.chartpack.LinearDataObject
Sets the object's color property, but only if it is not set.
setColor(Color) - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Sets the elements color property.
setColor(Color) - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Sets the objects color property.
setColor(Color) - Method in class askalon.graph.chartpack.XYDataObject
Sets the objects color property.
setColor(Color) - Method in class askalon.graph.chartpack.diagram3d.Object3D
Sets the object's color.
setColor(Color) - Method in class askalon.graph.chartpack.diagram3d.Rectangle3D
Sets the rectangle's color.
setColor(Color) - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Sets the shapes color.
setCoordinates(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Point3D
Set the coordinates in the MCS.
setCoordinatesTr(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Point3D
Set the coordinates in the NPC
setData(Data) - Method in class askalon.graph.chartpack.DataMapper
Sets the mapper's data property.
setData(Data) - Method in class askalon.graph.chartpack.Diagram
Replaces the current data object with a new one.
setData(Data) - Method in class askalon.graph.chartpack.LinearDataMapper
Sets the mapper's data property.
setData(Data) - Method in class askalon.graph.chartpack.MultipleSurfaceDataMapper
Sets the mapper's data property.
setData(Data) - Method in class askalon.graph.chartpack.XMLEventDataMapper
Sets the mapper's data property.
setData(Data) - Method in class askalon.graph.chartpack.XYDataMapper
Sets the mapper's data property.
setDataSource(BufferedReader) - Method in class askalon.graph.chartpack.DataMapper
Sets the data mappers data source.
setDataVisibility(boolean) - Method in class askalon.graph.chartpack.LegendObject
Show/Hide the corresponding DataObject.
setDatasetID(String) - Method in class askalon.graph.chartpack.LegendObject
Sets the objects dataset ID.
setDatatype(String) - Method in class askalon.graph.chartpack.LinearDataObject
Sets the objects datatype property.
setDescription(String) - Method in class askalon.graph.chartpack.LegendObject
Sets the objects description.
setDescription(String) - Method in class askalon.graph.chartpack.LinearDataObject
Sets the objects description property.
setDescription(String) - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Sets the objects description property.
setDescription(String) - Method in class askalon.graph.chartpack.XYDataObject
Sets the objects description property.
setDescription(String) - Method in class askalon.graph.chartpack.tools.FileExtensionFilter
Sets the human readable description of this filter.
setElements(Hashtable) - Method in class askalon.graph.chartpack.LinearDataObject
Sets the elements to the supplied list of elements.
setExtensionListInDescription(boolean) - Method in class askalon.graph.chartpack.tools.FileExtensionFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setField(int, int, double) - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
Sets on field in the matrix.
setID(String) - Method in interface askalon.graph.chartpack.DataElement
Sets the elements ID.
setID(String) - Method in interface askalon.graph.chartpack.DataObject
Sets the objects ID property.
setID(String) - Method in class askalon.graph.chartpack.LinearDataElement
Sets the element's ID.
setID(String) - Method in class askalon.graph.chartpack.LinearDataObject
Sets the objects ID property.
setID(String) - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Sets the elements ID.
setID(String) - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Sets the objects ID property.
setID(String) - Method in class askalon.graph.chartpack.XMLEventDataElement
Sets the elements ID.
setID(String) - Method in class askalon.graph.chartpack.XMLEventDataObject
Sets the objects ID property.
setID(String) - Method in class askalon.graph.chartpack.XYDataElement
Sets the elements ID.
setID(String) - Method in class askalon.graph.chartpack.XYDataObject
Sets the objects ID property.
setIDX(String) - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Sets the elements x-index.
setIDZ(String) - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Sets the elements z-index.
setIdentity() - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
Transforms this matrix into an identity matrix.
setLegendItemColor(String, Color) - Method in class askalon.graph.chartpack.DiagramLegend
Sets/Changes the color of a legend item.
setLegendItemColor(String, Color) - Method in class askalon.graph.chartpack.LegendDataPanel
Sets/Changes the color of a legend item.
setMapper(DataMapper) - Method in class askalon.graph.chartpack.Diagram
Sets the mapper to be used with this diagram.
setOpacity(int) - Method in class askalon.graph.chartpack.diagram3d.Object3D
Sets the opacity value of the object.
setOpacity(int) - Method in class askalon.graph.chartpack.diagram3d.Rectangle3D
Sets the opacity value of the shape.
setOpacity(int) - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Sets the opacity value of the shape.
setOrigin(XMLEventDataObject) - Method in class askalon.graph.chartpack.XMLEventDataElement
Sets the events originating object.
setPoint(Point2D.Double) - Method in class askalon.graph.chartpack.XYDataElement
Sets the coordinates of the elements point.
setPoint(double, double) - Method in class askalon.graph.chartpack.XYDataElement
Sets the coordinates of the elements point.
setPoint3D(Point3D) - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Sets the Point3D reference.
setRenderingQuality(int) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Sets the rendering quality (high, medium, low).
setRenderingQuality(int) - Method in class askalon.graph.chartpack.diagram3d.Renderer
Sets the rendering quality (high, medium, low).
setShowMesh(boolean) - Method in class askalon.graph.chartpack.diagram3d.Renderer
If enabled, the mesh around the triangles will be rendered.
setShowMeshOnly(boolean) - Method in class askalon.graph.chartpack.diagram3d.Renderer
If enabled, only the mesh will be rendered.
setStop() - Method in class askalon.graph.chartpack.DataGeneratorThread
Stop method.
setStop() - Method in class askalon.graph.chartpack.DiagramUpdateThread
Stop method.
setStop() - Method in class askalon.graph.chartpack.examples.XYDiagramFromAPI_DataGenerator
 
setStop() - Method in class askalon.graph.chartpack.tools.DataServer
Stop method.
setTicksX(List) - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Sets the cuboids x-ticks for grid lines and the labels.
setTicksXYZ(List, List, List) - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Sets the cuboids x- and z-ticks for grid lines and the labels.
setTicksY(List) - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Sets the cuboids y-ticks for grid lines and the labels.
setTicksZ(List) - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Sets the cuboids z-ticks for grid lines and the labels.
setTimestamp(long) - Method in class askalon.graph.chartpack.LinearDataObject
Sets the elements timestamp.
setTimestamp(String) - Method in class askalon.graph.chartpack.LinearDataObject
Sets the objects timestamp.
setTimestamp(long) - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Sets the elements timestamp.
setTimestamp(String) - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Sets the elements timestamp.
setTimestamp(long) - Method in class askalon.graph.chartpack.XMLEventDataElement
Sets the elements timestamp.
setTimestamp(String) - Method in class askalon.graph.chartpack.XMLEventDataElement
Sets the elements timestamp.
setTimestamp(long) - Method in class askalon.graph.chartpack.XYDataElement
Sets the elements timestamp.
setTimestamp(String) - Method in class askalon.graph.chartpack.XYDataElement
Sets the elements timestamp.
setUpdated() - Method in class askalon.graph.chartpack.diagram3d.Cuboid
This method can be used to set custom flags in 3D shapes indicating if special values have to be recalculated (e.g. the bounding box).
setUpdated() - Method in class askalon.graph.chartpack.diagram3d.Line3D
This method can be used to set custom flags in 3D shapes indicating if special values have to be recalculated (e.g. the bounding box).
setUpdated() - Method in class askalon.graph.chartpack.diagram3d.Object3D
This method can be used to set custom flags in 3D objects indicating if special values have to be recalculated (e.g. the bounding box).
setUpdated() - Method in class askalon.graph.chartpack.diagram3d.Rectangle3D
This method can be used to set custom flags in 3D shapes indicating if special values have to be recalculated (e.g. the bounding box).
setUpdated() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
This method can be used to set custom flags in 3D shapes indicating if special values have to be recalculated (e.g. the bounding box).
setUpdated() - Method in class askalon.graph.chartpack.diagram3d.Surface3D
This method can be used to set custom flags in 3D shapes indicating if special values have to be recalculated (e.g. the bounding box).
setUpdated() - Method in class askalon.graph.chartpack.diagram3d.Triangle3D
This method can be used to set custom flags in 3D shapes indicating if special values have to be recalculated (e.g. the bounding box).
setUserDescription(String) - Method in class askalon.graph.chartpack.LegendObject
Sets the objects user description.
setValue(double) - Method in class askalon.graph.chartpack.LinearDataElement
Sets the element's value.
setValueY(String) - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Sets the elements y-value.
setValueY(double) - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Sets the elements y-value.
setValues(String, int) - Method in class askalon.graph.chartpack.examples.MySerializable
sets the values.
setView(int) - Method in class askalon.graph.chartpack.Diagram3D
Sets the position of the camera.
setView(int) - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Sets the position of the camera.
setView(int) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Sets the viewing position of the camera to a preset position.
setViewportDimensions(int, int) - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Sets the dimensions of the viewport.
setVisibility(boolean) - Method in class askalon.graph.chartpack.LinearDataElement
Show/Hide the DataObject.
setVisibility(boolean) - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Show/Hide the DataObject.
setVisibility(boolean) - Method in interface askalon.graph.chartpack.VisibilityController
Show/Hide the DataObject.
setVisibility(boolean) - Method in class askalon.graph.chartpack.XMLEventDataObject
Show/Hide the DataObject.
setVisibility(boolean) - Method in class askalon.graph.chartpack.XYDataObject
Show/Hide the DataObject.
setVisibility(boolean) - Method in class askalon.graph.chartpack.diagram3d.Object3D
Sets the object isVisible property.
setVisibility(boolean) - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Sets the shape isVisible property.
setVisibilityMaster(VisibilityController) - Method in class askalon.graph.chartpack.LinearDataElement
Sets the elements visibility master.
setVisible(boolean) - Method in class askalon.graph.chartpack.DiagramLegend
Sets the visiblity of the legend.
setXDatatype(String) - Method in class askalon.graph.chartpack.XYDataObject
Sets the objects datatype property for the x value.
setYDatatype(String) - Method in class askalon.graph.chartpack.XYDataObject
Sets the objects datatype property for the y value.
shapes - Variable in class askalon.graph.chartpack.diagram3d.Object3D
 
shearZ(double, double) - Method in class askalon.graph.chartpack.diagram3d.Camera3D
Perform z shearing.
shearZ(double, double) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Perform z shearing.
shearZ(double, double) - Method in class askalon.graph.chartpack.diagram3d.Transformation3D
Perform shearing.
showHidden(boolean) - Method in class askalon.graph.chartpack.diagram3d.Cuboid
Sets the objects visibility.
size() - Method in class askalon.graph.chartpack.LegendData
Returns the number of keys in this hashtable.
size() - Method in class askalon.graph.chartpack.diagram3d.Scene3D
Returns the number of objects in the scene.
sortPoints() - Method in class askalon.graph.chartpack.diagram3d.Triangle3D
Sorts the triangles' points so they are ordered counter-clockwise and the first point is on top.
start() - Method in class askalon.graph.chartpack.Diagram
Start the diagram.
start(DataMapper) - Method in class askalon.graph.chartpack.Diagram
Start the diagram.
start(DataMapper, BufferedReader) - Method in class askalon.graph.chartpack.Diagram
Start the diagram.
startDataGenerator() - Method in class askalon.graph.chartpack.examples.ChartPackTest
Starts a new DataGenerator, but first terminates possibly active generator.
startDataSetter() - Method in class askalon.graph.chartpack.examples.XYDiagramFromAPI
 
startElement(String, String, String, Attributes) - Method in class askalon.graph.chartpack.examples.SimpleMapper
This event is fired if a new element has been found.
startElement(String, String, String, Attributes) - Method in class askalon.graph.chartpack.saxmapper.SaxMapper
Implement the content handler methods that will delegate SAX events to the tag tracker network.
startElement(String, String, String, Attributes, Stack) - Method in class askalon.graph.chartpack.saxmapper.SkippingTagTracker
 
startElement(String, String, String, Attributes, Stack) - Method in class askalon.graph.chartpack.saxmapper.TagTracker
 
stop - Variable in class askalon.graph.chartpack.DataGeneratorThread
 
stop - Variable in class askalon.graph.chartpack.DiagramUpdateThread
 
stop() - Method in class askalon.graph.chartpack.saxmapper.SaxMapper
Tells the mapper to stop parsing when the next element has been closed (endElement).
stop - Variable in class askalon.graph.chartpack.tools.DataServer
 
stopDataGenerator() - Method in class askalon.graph.chartpack.examples.ChartPackTest
Stops possibly running DataGenerator and removes observer.
stopDataSetter() - Method in class askalon.graph.chartpack.examples.XYDiagramFromAPI
 
stopUpdater() - Method in class askalon.graph.chartpack.Diagram
Stops the diagram update thread.
subClassFinder(String) - Static method in class askalon.graph.chartpack.DataMapper
This class searches for subclasses of "DataMapper.class" in a give path (to be changed in to a parameter).
subClassFinder(String) - Static method in class askalon.graph.chartpack.Diagram
This class searches for subclasses of "Diagram.class" in a give path (to be changed in to a parameter).
subVector(Vector3D) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Substract a Vector3D from this vector in the MCS.
subVectorTr(Vector3D) - Method in class askalon.graph.chartpack.diagram3d.Vector3D
Substract a Vector3D from this vector in the NPC.
substTr(Point3D) - Method in class askalon.graph.chartpack.diagram3d.Point3D
Substracts another vector/point from this one.

T

TOP - Static variable in class askalon.graph.chartpack.diagram3d.Object3D
 
TOP - Static variable in class askalon.graph.chartpack.diagram3d.Shape3D
 
TOPVIEW - Static variable in class askalon.graph.chartpack.diagram3d.Camera3D
 
TRANSPARENCIES - Static variable in class askalon.graph.chartpack.MultipleSurfaceDiagram
 
TYPE_COSINUS_WAVE - Static variable in class askalon.graph.chartpack.diagram3d.Surface3D
 
TYPE_PLAIN - Static variable in class askalon.graph.chartpack.diagram3d.Surface3D
 
TYPE_RANDOM - Static variable in class askalon.graph.chartpack.diagram3d.Surface3D
 
TYPE_SINUS_WAVE - Static variable in class askalon.graph.chartpack.diagram3d.Surface3D
 
TagTracker - class askalon.graph.chartpack.saxmapper.TagTracker.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
TagTracker() - Constructor for class askalon.graph.chartpack.saxmapper.TagTracker
 
TestApplet - class askalon.graph.chartpack.examples.TestApplet.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
TestApplet() - Constructor for class askalon.graph.chartpack.examples.TestApplet
 
Transformation3D - class askalon.graph.chartpack.diagram3d.Transformation3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Transformation3D() - Constructor for class askalon.graph.chartpack.diagram3d.Transformation3D
Initialise the transformation with an identity matrix.
Triangle3D - class askalon.graph.chartpack.diagram3d.Triangle3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Triangle3D(Point3D, Point3D, Point3D) - Constructor for class askalon.graph.chartpack.diagram3d.Triangle3D
Creates a new Triangle with the default color.
Triangle3D(Point3D, Point3D, Point3D, Color) - Constructor for class askalon.graph.chartpack.diagram3d.Triangle3D
Creates a new Triangle with a custom color.
t_wait - Variable in class askalon.graph.chartpack.DataGeneratorThread
 
t_wait - Variable in class askalon.graph.chartpack.DiagramUpdateThread
 
t_wait - Variable in class askalon.graph.chartpack.tools.DataServer
 
tempfact - Variable in class askalon.graph.chartpack.Diagram
 
ticksX - Variable in class askalon.graph.chartpack.Diagram3D
 
ticksY - Variable in class askalon.graph.chartpack.Diagram3D
 
ticksZ - Variable in class askalon.graph.chartpack.Diagram3D
 
toString() - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Returns a String representation of the element.
toString() - Method in class askalon.graph.chartpack.XMLEventDataElement
Returns a string presentation of the elments data.
toString() - Method in class askalon.graph.chartpack.XMLEventDataObject
Returns a string presentation of the object data.
toString() - Method in class askalon.graph.chartpack.diagram3d.Matrix3D
Returns a String representation of this matrix.
toString() - Method in class askalon.graph.chartpack.diagram3d.Object3D
Returns a string representation of this object.
toString() - Method in class askalon.graph.chartpack.diagram3d.Point3D
Returns a string representation of the point (MCS & NPC).
toString() - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Returns a string representation of this shape.
toString() - Method in class askalon.graph.chartpack.diagram3d.Transformation3D
Returns a string representation of this transformation.
toString() - Method in class askalon.graph.chartpack.examples.MySerializable
Overwrites the objects toString method.
toXML() - Method in interface askalon.graph.chartpack.DataElement
Returns a XML representation of this DataElement.
toXML() - Method in interface askalon.graph.chartpack.DataObject
Returns a XML representation of this DataObject.
toXML() - Method in class askalon.graph.chartpack.LinearDataElement
Returns a XML representation of this DataElement.
toXML() - Method in class askalon.graph.chartpack.LinearDataObject
Returns a XML representation of this DataObject.
toXML() - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Returns a XML representation of this DataElement.
toXML() - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Returns a XML representation of this DataObject.
toXML() - Method in class askalon.graph.chartpack.XMLEventDataElement
Returns a XML representation of this DataElement.
toXML() - Method in class askalon.graph.chartpack.XMLEventDataObject
Returns a XML representation of this DataObject.
toXML() - Method in class askalon.graph.chartpack.XYDataElement
Returns a XML representation of this DataElement.
toXML() - Method in class askalon.graph.chartpack.XYDataObject
Returns a XML representation of this DataObject.
topBorder - Variable in class askalon.graph.chartpack.Diagram
 
trace(String) - Static method in class askalon.graph.chartpack.saxmapper.SaxMapperLog
Method to log trace messages.
track(String, TagTracker) - Method in class askalon.graph.chartpack.saxmapper.TagTracker
 
transform(Matrix3D) - Method in class askalon.graph.chartpack.diagram3d.Object3D
Transforms the 3D-objects points.
transform(Matrix3D) - Method in class askalon.graph.chartpack.diagram3d.Point3D
Transforms this point: C = tr3D * point_pos
transform(Matrix3D, Vector3D) - Method in class askalon.graph.chartpack.diagram3d.Point3D
Transforms this point from Model Space to Camera Space with the following transformation: C = tr3D * (point_pos - cam_pos)
transform(Object3D) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Transforms an Object3D with the current transformation.
transform(Shape3D) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
Transforms a Shape3D with the current transformation.
transform(Matrix3D) - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Transforms the 3D-objects points.
transform(Matrix3D, Vector3D) - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Transforms the 3D-objects points from Model Space to Camera Space.
transformApply(Matrix3D) - Method in class askalon.graph.chartpack.diagram3d.Object3D
Applies another transformation to the already transformed points.
transformApply(Matrix3D) - Method in class askalon.graph.chartpack.diagram3d.Point3D
Transforms this point: C = tr3D * npc_pos
transformApply(Matrix3D) - Method in class askalon.graph.chartpack.diagram3d.Shape3D
Applies another transformation to the already transformed points.
translate(double, double, double) - Method in class askalon.graph.chartpack.diagram3d.Line3D
Moves the line in the given direction(s).
ttm - Variable in class askalon.graph.chartpack.Diagram
 

U

unlink() - Method in class askalon.graph.chartpack.XMLEventDataElement
Removes all references to this element.
update(Observable, Object) - Method in class askalon.graph.chartpack.CPMenu
Update the menu if parameters are changed.
update(Observable, Object) - Method in class askalon.graph.chartpack.DataGeneratorThread
Update the threads parameters (especially t_wait).
update(Observable, Object) - Method in class askalon.graph.chartpack.DiagramUpdateThread
Update the threads parameters (especially t_wait).
update(LegendObject) - Method in class askalon.graph.chartpack.LegendObject
Compares the current object with the given one (a string comparison on the description and the user description).
update(Observable, Object) - Method in class askalon.graph.chartpack.LinearData
Update the parameters.
update(Observable, Object) - Method in class askalon.graph.chartpack.MultipleSurfaceData
Update the parameters.
update(Observable, Object) - Method in class askalon.graph.chartpack.XMLEventData
Update the parameters.
update(Observable, Object) - Method in class askalon.graph.chartpack.XYData
Update the parameters.
update(Graphics2D) - Method in class askalon.graph.chartpack.diagram3d.Portal3D
The portals update method.
updateDiagram - Variable in class askalon.graph.chartpack.DiagramUpdateThread
 
updateElement(DataElement) - Method in interface askalon.graph.chartpack.DataElement
Update an element with the information from another element.
updateElement(DataElement) - Method in class askalon.graph.chartpack.LinearDataElement
Update an element with the information from another element.
updateElement(DataElement) - Method in class askalon.graph.chartpack.MultipleSurfaceDataElement
Update an element with the information from another element.
updateElement(DataElement) - Method in class askalon.graph.chartpack.XMLEventDataElement
Update an element with the information from another element.
updateElement(DataElement) - Method in class askalon.graph.chartpack.XYDataElement
Update an element with the information from another element.
updateLegend - Variable in class askalon.graph.chartpack.DiagramUpdateThread
 
updateObject(DataObject) - Method in interface askalon.graph.chartpack.DataObject
Update an object with the information from another object.
updateObject(DataObject) - Method in class askalon.graph.chartpack.LinearDataObject
Update an object with the information from another object.
updateObject(DataObject) - Method in class askalon.graph.chartpack.MultipleSurfaceDataObject
Update an object with the information from another object.
updateObject(DataObject) - Method in class askalon.graph.chartpack.XMLEventDataObject
Update an object with the information from another object.
updateObject(DataObject) - Method in class askalon.graph.chartpack.XYDataObject
Update an object with the information from another object.
url - Variable in class askalon.graph.chartpack.tools.HtmlPane.PageLoader
 
usage() - Static method in class askalon.graph.chartpack.tools.XMLSocketServer
 

V

VALIGN_BOTTOM - Static variable in class askalon.graph.chartpack.Diagram
 
VALIGN_MIDDLE - Static variable in class askalon.graph.chartpack.Diagram
 
VALIGN_TOP - Static variable in class askalon.graph.chartpack.Diagram
 
Vector3D - class askalon.graph.chartpack.diagram3d.Vector3D.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
Vector3D() - Constructor for class askalon.graph.chartpack.diagram3d.Vector3D
Creates a new Vector3D object with it's x, y & z values set to 0.
Vector3D(double, double, double) - Constructor for class askalon.graph.chartpack.diagram3d.Vector3D
Creates a new Vector3D object with it's x, y & z values set.
Vector3D(Point3D, Point3D) - Constructor for class askalon.graph.chartpack.diagram3d.Vector3D
Creates a new Vector3D object from two Point3D.
VisibilityController - interface askalon.graph.chartpack.VisibilityController.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
validMappers - Static variable in class askalon.graph.chartpack.Diagram
 
validMappers - Static variable in class askalon.graph.chartpack.LinearDiagram
 
validMappers - Static variable in class askalon.graph.chartpack.MultipleSurfaceDiagram
 
validMappers - Static variable in class askalon.graph.chartpack.XMLEventDiagram
 
validMappers - Static variable in class askalon.graph.chartpack.XYDiagram
 
values - Variable in class askalon.graph.chartpack.Diagram
 
values - Variable in class askalon.graph.chartpack.XYData
 
values_ht - Variable in class askalon.graph.chartpack.XYData
 

W

W - Static variable in class askalon.graph.chartpack.diagram3d.Point3D
 
w - Variable in class askalon.graph.chartpack.Diagram
 
widthCaptionX - Variable in class askalon.graph.chartpack.Diagram
 
widthCaptionY - Variable in class askalon.graph.chartpack.Diagram
 
widthCaptionZ - Variable in class askalon.graph.chartpack.Diagram3D
 
widthTitle - Variable in class askalon.graph.chartpack.Diagram
 
windowClosing(WindowEvent) - Method in class askalon.graph.chartpack.tools.CloseApplication
 
writeSerializedData(FileOutputStream) - Method in interface askalon.graph.chartpack.Data
Serialise the Data and write it to the given File.
writeSerializedData(FileOutputStream) - Method in class askalon.graph.chartpack.LinearData
Stores the data into a file.
writeSerializedData(FileOutputStream) - Method in class askalon.graph.chartpack.MultipleSurfaceData
Stores the data into a file.
writeSerializedData(FileOutputStream) - Method in class askalon.graph.chartpack.XMLEventData
Stores the data into a file.
writeSerializedData(FileOutputStream) - Method in class askalon.graph.chartpack.XYData
Stores the data into a file.
writeXMLData(FileOutputStream) - Method in interface askalon.graph.chartpack.Data
Translate the Data structure to XML and write it to the given File.
writeXMLData(FileOutputStream) - Method in class askalon.graph.chartpack.LinearData
Translate the Data structure to XML and write it to the given File.
writeXMLData(FileOutputStream) - Method in class askalon.graph.chartpack.MultipleSurfaceData
Translate the Data structure to XML and write it to the given File.
writeXMLData(FileOutputStream) - Method in class askalon.graph.chartpack.XMLEventData
Translate the Data structure to XML and write it to the given File.
writeXMLData(FileOutputStream) - Method in class askalon.graph.chartpack.XYData
Translate the Data structure to XML and write it to the given File.

X

X - Static variable in class askalon.graph.chartpack.diagram3d.Point3D
 
XMLDiagramFromAPI - class askalon.graph.chartpack.examples.XMLDiagramFromAPI.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XMLDiagramFromAPI() - Constructor for class askalon.graph.chartpack.examples.XMLDiagramFromAPI
 
XMLDiagramFromFile - class askalon.graph.chartpack.examples.XMLDiagramFromFile.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XMLDiagramFromFile(String) - Constructor for class askalon.graph.chartpack.examples.XMLDiagramFromFile
 
XMLDiagramFromStream - class askalon.graph.chartpack.examples.XMLDiagramFromStream.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XMLDiagramFromStream(String, int) - Constructor for class askalon.graph.chartpack.examples.XMLDiagramFromStream
 
XMLEventData - class askalon.graph.chartpack.XMLEventData.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XMLEventData(ParameterManager) - Constructor for class askalon.graph.chartpack.XMLEventData
Initialises a Data-Structure.
XMLEventDataElement - class askalon.graph.chartpack.XMLEventDataElement.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XMLEventDataElement() - Constructor for class askalon.graph.chartpack.XMLEventDataElement
Creates a new XMLEventDataElement.
XMLEventDataElement(XMLEventDataObject, String, long, Hashtable) - Constructor for class askalon.graph.chartpack.XMLEventDataElement
Creates a new XMLEventDataElement.
XMLEventDataGeneratorThread - class askalon.graph.chartpack.XMLEventDataGeneratorThread.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XMLEventDataGeneratorThread(PipedWriter, ParameterManager) - Constructor for class askalon.graph.chartpack.XMLEventDataGeneratorThread
Sets the timeout in ms and the data to change.
XMLEventDataMapper - class askalon.graph.chartpack.XMLEventDataMapper.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XMLEventDataMapper() - Constructor for class askalon.graph.chartpack.XMLEventDataMapper
Constructor to initialize the empty mapper.
XMLEventDataMapper(Data) - Constructor for class askalon.graph.chartpack.XMLEventDataMapper
Constructor to initialize the mapper.
XMLEventDataObject - class askalon.graph.chartpack.XMLEventDataObject.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XMLEventDataObject() - Constructor for class askalon.graph.chartpack.XMLEventDataObject
Creates a new data object.
XMLEventDataObject(String) - Constructor for class askalon.graph.chartpack.XMLEventDataObject
Creates a new data object.
XMLEventDataServer - class askalon.graph.chartpack.tools.XMLEventDataServer.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XMLEventDataServer(Socket, long) - Constructor for class askalon.graph.chartpack.tools.XMLEventDataServer
 
XMLEventDiagram - class askalon.graph.chartpack.XMLEventDiagram.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XMLEventDiagram(JFrame) - Constructor for class askalon.graph.chartpack.XMLEventDiagram
Initializes the diagram with its native data structure.
XMLEventDiagram(JFrame, ParameterManager) - Constructor for class askalon.graph.chartpack.XMLEventDiagram
Initializes the diagram with its native data structure.
XMLEventDiagram(JFrame, Data, ParameterManager) - Constructor for class askalon.graph.chartpack.XMLEventDiagram
Initializes the diagram.
XMLSocketServer - class askalon.graph.chartpack.tools.XMLSocketServer.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XMLSocketServer() - Constructor for class askalon.graph.chartpack.tools.XMLSocketServer
 
XYData - class askalon.graph.chartpack.XYData.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XYData(ParameterManager) - Constructor for class askalon.graph.chartpack.XYData
Initialises a XYData-Structure.
XYDataElement - class askalon.graph.chartpack.XYDataElement.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XYDataElement() - Constructor for class askalon.graph.chartpack.XYDataElement
Creates a new DataElement
XYDataElement(String, double, double) - Constructor for class askalon.graph.chartpack.XYDataElement
Creates a new DataElement
XYDataGeneratorThread - class askalon.graph.chartpack.XYDataGeneratorThread.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XYDataGeneratorThread(PipedWriter, ParameterManager) - Constructor for class askalon.graph.chartpack.XYDataGeneratorThread
Sets the timeout in ms and the data to change.
XYDataMapper - class askalon.graph.chartpack.XYDataMapper.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XYDataMapper() - Constructor for class askalon.graph.chartpack.XYDataMapper
Constructor to initialize the empty mapper.
XYDataMapper(Data) - Constructor for class askalon.graph.chartpack.XYDataMapper
Constructor to initialize the mapper.
XYDataObject - class askalon.graph.chartpack.XYDataObject.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XYDataObject() - Constructor for class askalon.graph.chartpack.XYDataObject
Creates a new data object.
XYDataObject(String, String) - Constructor for class askalon.graph.chartpack.XYDataObject
Creates a new data object.
XYDataServer - class askalon.graph.chartpack.tools.XYDataServer.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XYDataServer(Socket, long) - Constructor for class askalon.graph.chartpack.tools.XYDataServer
 
XYDiagram - class askalon.graph.chartpack.XYDiagram.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XYDiagram(JFrame) - Constructor for class askalon.graph.chartpack.XYDiagram
Initializes the diagram with its native data structure.
XYDiagram(JFrame, ParameterManager) - Constructor for class askalon.graph.chartpack.XYDiagram
Initializes the diagram with its native data structure.
XYDiagram(JFrame, Data, ParameterManager) - Constructor for class askalon.graph.chartpack.XYDiagram
Initializes the diagram.
XYDiagramFromAPI - class askalon.graph.chartpack.examples.XYDiagramFromAPI.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XYDiagramFromAPI() - Constructor for class askalon.graph.chartpack.examples.XYDiagramFromAPI
 
XYDiagramFromAPI_DataGenerator - class askalon.graph.chartpack.examples.XYDiagramFromAPI_DataGenerator.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XYDiagramFromAPI_DataGenerator(XYDiagram) - Constructor for class askalon.graph.chartpack.examples.XYDiagramFromAPI_DataGenerator
 
XYDiagramFromFile - class askalon.graph.chartpack.examples.XYDiagramFromFile.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XYDiagramFromFile(String) - Constructor for class askalon.graph.chartpack.examples.XYDiagramFromFile
 
XYDiagramFromFile2 - class askalon.graph.chartpack.examples.XYDiagramFromFile2.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XYDiagramFromFile2(String) - Constructor for class askalon.graph.chartpack.examples.XYDiagramFromFile2
 
XYDiagramFromStream - class askalon.graph.chartpack.examples.XYDiagramFromStream.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
XYDiagramFromStream(String, int) - Constructor for class askalon.graph.chartpack.examples.XYDiagramFromStream
 
xYLayout1 - Variable in class askalon.graph.chartpack.AboutBox
 

Y

Y - Static variable in class askalon.graph.chartpack.diagram3d.Point3D
 
ymax - Variable in class askalon.graph.chartpack.diagram3d.Shape3D
 
ymin - Variable in class askalon.graph.chartpack.diagram3d.Shape3D
 

Z

Z - Static variable in class askalon.graph.chartpack.diagram3d.Point3D
 
zMaxComparator - class askalon.graph.chartpack.diagram3d.zMaxComparator.
Copyright (c) 2002 Thomas Fahringer, Institute for Software Science, University of Vienna, Austria We provide the ASKALON Visualization Diagramm Class Library (below described as ASKALON") on an AS IS basis, and do not warrant its validity or performance.
zMaxComparator() - Constructor for class askalon.graph.chartpack.diagram3d.zMaxComparator
 
zmax - Variable in class askalon.graph.chartpack.diagram3d.Shape3D
 
zmin - Variable in class askalon.graph.chartpack.diagram3d.Shape3D
 

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