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

A

AbstractChart - Class in org.askalon.graph.chart.base
The abstract superclass for all charts, implementing some basic functionality.
add(Component, int) - Method in class org.askalon.graph.chart.viewer.LegendPanel
 
add(Component) - Method in class org.askalon.graph.chart.viewer.LegendPanel
 
addAttribute(int, String, String, String) - Method in interface org.askalon.graph.chart.XMLEventChart
Adds an attribute to an event, that will be shown in the events description.
addEntry(String, int) - Method in class org.askalon.graph.chart.viewer.StandardLegend
Add a new entry with text, checkbox and DoubleButton
addEntry(String, Icon[], int) - Method in class org.askalon.graph.chart.viewer.StandardLegend
Like addEntry(String) but with additional Icons
addEntry(String, Icon[], StandardLegend.ToAdd, int) - Method in class org.askalon.graph.chart.viewer.StandardLegend
Like addEntry(String, Icon[], int) but the modern way.
addEntry(String, Icon[], StandardLegend.ToAdd, int, int) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
addEvent(int, String, long, Map<String, String>) - Method in interface org.askalon.graph.chart.XMLEventChart
Adds a new event from a source at a certain timestamp, adding (optional) attributes for descriptions.
addFPSListener(FPSListener) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
addLegendListener(LegendListener) - Method in class org.askalon.graph.chart.viewer.StandardLegend
Adds an actionlistener to this legend.
addLevelEntry(String, Icon[], int) - Method in class org.askalon.graph.chart.viewer.HierarchyLegend
 
addLink(int, String, int, String) - Method in interface org.askalon.graph.chart.XMLEventChart
Adds a link from an event of the entity source to an event of the entity dest.
addMenu(JMenu) - Method in class org.askalon.graph.chart.viewer.ViewerChartMenu
 
addMenu(JMenu, int) - Method in class org.askalon.graph.chart.viewer.ViewerChartMenu
 
addPanelListener(ChartPanelListener) - Method in class org.askalon.graph.chart.viewer.ChartPanel
register a new chart panel listener to this component.
addSectionLegend(ActionListener) - Method in class org.askalon.graph.chart.viewer.LegendPanel
 
addSectionLegend(String, ActionListener, boolean, int) - Method in class org.askalon.graph.chart.viewer.LegendPanel
 
addSetValue(int, String, double, double) - Method in interface org.askalon.graph.chart.XYChart
Adds a new node to the given dataset (entity) at the specified coordinates.
ALMOST_ZERO - Static variable in interface org.askalon.graph.chart.base.Constants
A value acting as an offset if 0 is not enough

C

Chart - Interface in org.askalon.graph.chart
This interface is implemented by every chart and provides some basic common functionality.
chartAutofit() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
ChartConfiguration - Class in org.askalon.graph.chart
Objects of this class describe the whole configuration for a chart and provide a settings dialog, allowing the user to dynamically change settings in a graphical dialog.
ChartConfiguration(GraphicsPanel) - Constructor for class org.askalon.graph.chart.ChartConfiguration
Creates a new chart configuration for the specified graphics panel
chartExchanged(ChartPanel) - Method in interface org.askalon.graph.chart.viewer.ChartPanelListener
will be called if the chart has been exchanged
ChartFactory - Class in org.askalon.graph.chart
This class is used to create implementation specific (hard or soft rendered) objects of charts and chartpanels.
ChartFactory() - Constructor for class org.askalon.graph.chart.ChartFactory
 
ChartNotAvailableException - Exception in org.askalon.graph.chart
This exception is thrown if a chart is not available, maybe due to separating it out in the build process, or because a chart is not available for a specific renderer.
ChartNotAvailableException(String) - Constructor for exception org.askalon.graph.chart.ChartNotAvailableException
 
ChartPanel - Class in org.askalon.graph.chart.viewer
this class represents a wrapper for the GUI component supporting the actual rendering process.
ChartPanel() - Constructor for class org.askalon.graph.chart.viewer.ChartPanel
internal constructor
ChartPanelListener - Interface in org.askalon.graph.chart.viewer
A listener for the ChartPanel to be notified if the chart changes.
ChartType - Enum in org.askalon.graph.chart
This is an enumeration of all available chart types.
ChartValueListener - Interface in org.askalon.graph.chart.viewer
Listener for a ChartValueSupplier (usually an element of a chart, like a MultiCube etc.)
ChartValueSupplier - Interface in org.askalon.graph.chart.viewer
Objects of this type act as "chart-entities"
Cleanable - Interface in org.askalon.graph.chart.base
This interface if implemented by the Chart interface and provides capability for cleaning up the chart's components.
cleanUp() - Method in class org.askalon.graph.chart.base.AbstractChart
 
cleanUp() - Method in interface org.askalon.graph.chart.base.Cleanable
Cleans references of the chart.
cleanUp() - Method in class org.askalon.graph.chart.viewer.ChartPanel
this method is called when finishing up this object
cleanUp() - Method in class org.askalon.graph.chart.viewer.FPSFooter
 
cleanUp() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
cleanUp() - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
cleanUp() - Method in class org.askalon.graph.chart.viewer.SurfaceLegend
 
cleanUp() - Method in class org.askalon.graph.chart.viewer.ViewerChartMenu
 
close() - Method in class org.askalon.graph.chart.viewer.LegendPanel
 
closeAllInfoFrames() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
COLOR_LIGHTBLUE - Static variable in interface org.askalon.graph.chart.base.Constants
 
COLOR_LIGHTESTBLUE - Static variable in interface org.askalon.graph.chart.base.Constants
 
COLOR_LIGHTYELLOW - Static variable in interface org.askalon.graph.chart.base.Constants
 
Constants - Interface in org.askalon.graph.chart.base
This interface contains various constant (default) values for the configuration of the chart.
Constants.Antialiasing - Enum in org.askalon.graph.chart.base
Type of antialiasing used
Constants.ChartDimensions - Enum in org.askalon.graph.chart.base
Defines if the chart is 2d or 3d
Constants.ConfigDefaults - Enum in org.askalon.graph.chart.base
This enum is used to set some initial values based on the power of the current machine
Constants.Debugging - Enum in org.askalon.graph.chart.base
Debugging level
Constants.LegendOrientation - Enum in org.askalon.graph.chart.base
Where should we put the legend?
Constants.Orientation - Enum in org.askalon.graph.chart.base
Sure, one could use some SwingConstants, but that's not safe
Constants.Probability - Enum in org.askalon.graph.chart.base
Probability to remove an item (e.g. used by testers/demos)

D

debugging - Static variable in interface org.askalon.graph.chart.base.Constants
 
decrementOrder(int) - Method in interface org.askalon.graph.chart.OrderedChart
Decrements the order of the entity specified by the index.
DEFAULT_AREA - Static variable in interface org.askalon.graph.chart.base.Constants
 
DEFAULT_AREA_GRID - Static variable in interface org.askalon.graph.chart.base.Constants
 
DEFAULT_AXESLABELS_COLOR - Static variable in interface org.askalon.graph.chart.base.Constants
 
DEFAULT_BACKGROUND - Static variable in interface org.askalon.graph.chart.base.Constants
 
DEFAULT_DESCRIPTION_COLOR - Static variable in interface org.askalon.graph.chart.base.Constants
 
DEFAULT_FLOOR - Static variable in interface org.askalon.graph.chart.base.Constants
 
DEFAULT_FLOOR_GRID - Static variable in interface org.askalon.graph.chart.base.Constants
 
DEFAULT_GHOST_COLOR - Static variable in interface org.askalon.graph.chart.base.Constants
 
DEFAULT_GRIDLABELS_COLOR - Static variable in interface org.askalon.graph.chart.base.Constants
 
DEFAULT_LEGEND_BACKGROUND - Static variable in interface org.askalon.graph.chart.base.Constants
 
DEFAULT_LEGEND_FONT - Static variable in interface org.askalon.graph.chart.base.Constants
 
DEFAULT_LINEWIDTH - Static variable in interface org.askalon.graph.chart.base.Constants
default width of lines
DEFAULT_TRANSPARENCY - Static variable in interface org.askalon.graph.chart.base.Constants
Default transparency for the coordinate grid
DefaultFooter - Class in org.askalon.graph.chart.viewer
The defaultfooter used by charts.
DefaultFooter() - Constructor for class org.askalon.graph.chart.viewer.DefaultFooter
 
DefaultHeader - Class in org.askalon.graph.chart.viewer
Default header used by charts.
DefaultHeader() - Constructor for class org.askalon.graph.chart.viewer.DefaultHeader
 
DESC_FONT_SIZE - Static variable in interface org.askalon.graph.chart.base.Constants
size of the descriptions of elements (3 dim. text)
DescriptionMode - Enum in org.askalon.graph.chart
Description mode: Should the descriptions contain text or the data point postion?
DescriptionModeChart - Interface in org.askalon.graph.chart
This interface is implemented by all charts that support different modes for descriptions.
detach() - Method in interface org.askalon.graph.chart.viewer.ChartValueListener
Detach (remove) the listener
detach() - Method in class org.askalon.graph.chart.viewer.InfoFrame
 
detach() - Method in class org.askalon.graph.chart.viewer.XMLInfoFrame
 
detach() - Method in interface org.askalon.graph.chart.viewer.XMLValueListener
Detach (remove) the listener
DOUBLE_BUTTON_SIZE - Static variable in interface org.askalon.graph.chart.base.Constants
Sidelength of one doublebutton-field

E

elementSelected(boolean) - Method in interface org.askalon.graph.chart.viewer.ChartValueListener
Notify of a selection
elementSelected(boolean) - Method in class org.askalon.graph.chart.viewer.InfoFrame
 
enableFPSCounter(boolean) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
equals(HierarchyLayout) - Method in class org.askalon.graph.chart.HierarchyLayout
Tests the equality of the ratios of two layouts.

F

FONT_NAME - Static variable in interface org.askalon.graph.chart.base.Constants
The default font used if nothing else is specified
FONT_SIZE - Static variable in interface org.askalon.graph.chart.base.Constants
size of the labels for the axis (3 dim. text)
Footer - Class in org.askalon.graph.chart.viewer
Footer is the abstract superclass for the chart's footer.
Footer() - Constructor for class org.askalon.graph.chart.viewer.Footer
 
FOUR_TO_ONE - Static variable in class org.askalon.graph.chart.HierarchyLayout
Layouting of components in 4:1 (X axis : Z axis) ratio
FPSChanged(double) - Method in class org.askalon.graph.chart.viewer.FPSFooter
 
FPSFooter - Class in org.askalon.graph.chart.viewer
 
FPSFooter() - Constructor for class org.askalon.graph.chart.viewer.FPSFooter
 

G

getAreaColor() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the color of the coordinate grids area.
getAreagridColor() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the color of the areas grid.
getAttributes() - Method in interface org.askalon.graph.chart.viewer.XMLValueSupplier
Gets the attributes associated with this XML Event node
getAttributes(int, String) - Method in interface org.askalon.graph.chart.XMLEventChart
Gets a copy of the attributes of the chosen node
getAxisFontColor() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the color used for the axis text.
getAxisLabelsFont() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the font of the axis labels of the coordinate grid.
getBackgroundColor() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the color used for background of the chart.
getChart() - Method in class org.askalon.graph.chart.viewer.ChartPanel
get the chart installed in this panel
getChart() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
a shortcut to get the chart from the ChartPanel.
getChartConfiguration() - Method in class org.askalon.graph.chart.base.AbstractChart
 
getChartConfiguration() - Method in interface org.askalon.graph.chart.Chart
 
getChartConfiguration() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
getChartConfiguration() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
getChartMenu() - Method in interface org.askalon.graph.chart.Chart
Gets the menu item for this chart.
getChartName() - Method in interface org.askalon.graph.chart.Chart
Gets the name of this chart.
getChartPanel() - Method in class org.askalon.graph.chart.ChartFactory
 
getChartPanel() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
get used ChartPanel
getColor() - Method in interface org.askalon.graph.chart.viewer.XMLValueSupplier
 
getColorForHeight(double) - Method in class org.askalon.graph.chart.SurfaceColorCalculator
Gets the color for a given height, based on the current minimum and maximum value.
getColorForLevel(int) - Method in interface org.askalon.graph.chart.HierarchyChart
Gets the (floor) color for a level.
getColorForPercent(double) - Static method in class org.askalon.graph.chart.SurfaceColorCalculator
Gets the color for a given (normalized) value between 0.0 and 1.0.
getCurrentView() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
getDataCountX() - Method in interface org.askalon.graph.chart.SurfacesChart
Gets the number of data elements in x-direction.
getDataCountZ() - Method in interface org.askalon.graph.chart.SurfacesChart
Gets the number of data elements in z-direction.
getDatapoints() - Method in interface org.askalon.graph.chart.RibbonChart
 
getDefaultText() - Method in class org.askalon.graph.chart.viewer.DefaultFooter
 
getDefaultText() - Method in class org.askalon.graph.chart.viewer.DefaultHeader
 
getDefaultText() - Method in class org.askalon.graph.chart.viewer.FPSFooter
 
getDefaultText() - Method in class org.askalon.graph.chart.viewer.Header
Returns the default header text.
getDefaultText() - Method in class org.askalon.graph.chart.viewer.MemFooter
 
getDescription(String[]) - Method in interface org.askalon.graph.chart.HierarchyChart
Gets the description of the element at path in the tree.
getDescription(int) - Method in interface org.askalon.graph.chart.LineBarChart
Gets the description for the given index
getDescription(int) - Method in interface org.askalon.graph.chart.RibbonChart
Gets the description for the given index
getDescription(int, String) - Method in interface org.askalon.graph.chart.XYChart
Gets the description of a given node.
getDescriptionFont() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the font used for the descriptions text.
getDescriptionFontColor() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the color used for the descriptions.
getDescriptionMode() - Method in interface org.askalon.graph.chart.DescriptionModeChart
Gets the description mode.
getEntryText(int) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
getEventId() - Method in interface org.askalon.graph.chart.viewer.XMLValueSupplier
 
getFactory() - Method in enum org.askalon.graph.chart.Renderer
Call this to get an instance of a renderer specific ChartFactory.
getFileMenu() - Method in class org.askalon.graph.chart.viewer.ViewerChartMenu
 
getFloorColor() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the color of the coordinate grids floor.
getFloorgridColor() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the color of the floors grid.
getFooter() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
getFrame() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
getFrameCaption() - Method in class org.askalon.graph.chart.viewer.LegendPanel
 
getGridFontColor() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the color used for grid text.
getGridLabelsFont() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the font used for the grid lables text.
getGrouping() - Method in interface org.askalon.graph.chart.LinearChart
Gets the current grouping mode.
getHeader() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
getHierarchyChart(int, int, int) - Method in class org.askalon.graph.chart.ChartFactory
 
getHierarchyChart(int, int, int, InputStream) - Method in class org.askalon.graph.chart.ChartFactory
 
getIcon() - Method in interface org.askalon.graph.chart.viewer.ChartValueSupplier
 
getImage() - Method in class org.askalon.graph.chart.viewer.ChartPanel
this method should provide a image showing the current rendering output.
getLayoutForLevel(int) - Method in interface org.askalon.graph.chart.HierarchyChart
Gets the current layout for the level.
getLayoutRatioX() - Method in class org.askalon.graph.chart.HierarchyLayout
Gets the X-ratio
getLayoutRatioZ() - Method in class org.askalon.graph.chart.HierarchyLayout
Gets the Z-ratio
getLegend() - Method in class org.askalon.graph.chart.base.AbstractChart
 
getLegend() - Method in interface org.askalon.graph.chart.Chart
Gets the legend of this chart.
getLegendBackgroundColor() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the color used for the legends background.
getLegendFont() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the font used for the legend text.
getLegendFontColor() - Method in class org.askalon.graph.chart.ChartConfiguration
Gets the color used for legend text.
getLegendOrientation() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
getLevelName(int) - Method in interface org.askalon.graph.chart.HierarchyChart
Gets the current name of the level specified by the index.
getLevelNames() - Method in interface org.askalon.graph.chart.HierarchyChart
Gets the current names of all levels for this chart.
getLinearChart(int, int) - Method in class org.askalon.graph.chart.ChartFactory
 
getLinearChart(int, int, InputStream) - Method in class org.askalon.graph.chart.ChartFactory
 
getLineBarChart(int, int) - Method in class org.askalon.graph.chart.ChartFactory
 
getLineBarChart(int, int, InputStream) - Method in class org.askalon.graph.chart.ChartFactory
 
getLinesTransparent() - Method in interface org.askalon.graph.chart.MultipleSurfaceChart
Gets the current transparency mode for the lines of the surfaces.
getLinkLineWidth() - Method in interface org.askalon.graph.chart.XYXMLChart
Gets the current linewidth of the link-lines.
getLogLevel() - Method in enum org.askalon.graph.chart.base.Constants.Debugging
 
getMaximumSize() - Method in class org.askalon.graph.chart.viewer.LegendPanel
 
getMean(double[]) - Method in enum org.askalon.graph.chart.HierarchyMeanFormula
Gets the mean of the given values.
getMeanFormula() - Method in interface org.askalon.graph.chart.HierarchyChart
Gets the mean formula for this hierarchy chart.
getMenu() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
getMenuBar() - Method in class org.askalon.graph.chart.viewer.ViewerChartMenu
 
getMessage() - Method in exception org.askalon.graph.chart.ChartNotAvailableException
 
getMultipleSurfaceChart(int, int) - Method in class org.askalon.graph.chart.ChartFactory
 
getMultipleSurfaceChart(double[], double[]) - Method in class org.askalon.graph.chart.ChartFactory
 
getMultipleSurfaceChart(double[], double[], InputStream) - Method in class org.askalon.graph.chart.ChartFactory
 
getMultipleSurfaceChart(int, int, InputStream) - Method in class org.askalon.graph.chart.ChartFactory
 
getNodeType(int) - Method in interface org.askalon.graph.chart.XYXMLChart
Gets the node-type of a section.
getNumLevels() - Method in interface org.askalon.graph.chart.HierarchyChart
Gets the number of levels (constant depth of the tree) for this hierachy chart.
getOrder(int) - Method in interface org.askalon.graph.chart.OrderedChart
Returns the order of the entity specified the index.
getPanelComponent() - Method in class org.askalon.graph.chart.viewer.ChartPanel
this method should provide the actual rendering panel
getPieChart() - Method in class org.askalon.graph.chart.ChartFactory
 
getPieChart(InputStream) - Method in class org.askalon.graph.chart.ChartFactory
 
getPopupMenu() - Method in class org.askalon.graph.chart.viewer.ViewerChartMenu
 
getPredecessors() - Method in interface org.askalon.graph.chart.viewer.XMLValueSupplier
 
getRenderOptionMenu() - Method in class org.askalon.graph.chart.viewer.ChartPanel
This method provides a JMenu listing all kind of rendering options supported by this ChartPanel.
getRibbonChart(int) - Method in class org.askalon.graph.chart.ChartFactory
 
getRibbonChart(int, InputStream) - Method in class org.askalon.graph.chart.ChartFactory
 
getRibbonChart(double[]) - Method in class org.askalon.graph.chart.ChartFactory
 
getRibbonChart(double[], InputStream) - Method in class org.askalon.graph.chart.ChartFactory
 
getSectionColor(int) - Method in interface org.askalon.graph.chart.SectionChart
Gets the color of a section if section is in range.
getSectionCount() - Method in interface org.askalon.graph.chart.SectionChart
Returns the number of sections of this chart
getSectionName(int) - Method in interface org.askalon.graph.chart.SectionChart
Gets the name of the section specified by index.
getShowingLevel() - Method in interface org.askalon.graph.chart.HierarchyChart
Gets the current showing level, which is the lowest level of the tree which is graphically displayed.
getShowPercentInLegend() - Method in interface org.askalon.graph.chart.PieChart
 
getSource() - Method in interface org.askalon.graph.chart.viewer.XMLValueSupplier
 
getStandardDeviation(int, int) - Method in interface org.askalon.graph.chart.HierarchyChart
Gets the standard deviation for one section of the level specified by the index.
getStandardDeviation(int) - Method in interface org.askalon.graph.chart.HierarchyChart
Gets the standard deviation for all sections of the level and the total standard deviation for these sections.
getSuccessors() - Method in interface org.askalon.graph.chart.viewer.XMLValueSupplier
 
getSurfaceChart(int, int) - Method in class org.askalon.graph.chart.ChartFactory
 
getSurfaceChart(double[], double[]) - Method in class org.askalon.graph.chart.ChartFactory
 
getSurfaceChart(double[], double[], InputStream) - Method in class org.askalon.graph.chart.ChartFactory
 
getSurfaceChart(int, int, InputStream) - Method in class org.askalon.graph.chart.ChartFactory
 
getTimestamp() - Method in interface org.askalon.graph.chart.viewer.XMLValueSupplier
Gets the node's timestamp
getTitle() - Method in interface org.askalon.graph.chart.viewer.ChartValueSupplier
 
getTitle() - Method in class org.askalon.graph.chart.viewer.Legend
 
getTotalNumElementsForLevel(int) - Method in interface org.askalon.graph.chart.HierarchyChart
Gets the total number of elements in the tree for this level.
getTransparency(int) - Method in interface org.askalon.graph.chart.MultipleSurfaceChart
Gets the current transparency of a surface specified by the index.
getTransparency() - Method in interface org.askalon.graph.chart.PieChart
 
getUnit() - Method in class org.askalon.graph.chart.base.AbstractChart
 
getUnit() - Method in interface org.askalon.graph.chart.Chart
Gets the unit string displayed next to the values.
getValue() - Method in enum org.askalon.graph.chart.base.Constants.Probability
 
getValue(String[], int) - Method in interface org.askalon.graph.chart.HierarchyChart
Gets the value of the section at path.
getValue(int, int, int) - Method in interface org.askalon.graph.chart.MultipleSurfaceChart
Gets the current value of a surface datapoint determined by the indices.
getValue(int) - Method in interface org.askalon.graph.chart.PieChart
Gets the value for the given section
getValue(int, int) - Method in interface org.askalon.graph.chart.SurfaceChart
Gets the current value of the datapoint determined by the indices.
getValues(int, int, int) - Method in interface org.askalon.graph.chart.MultipleSurfaceChart
Gets the values of all neighbour datapoints of the given datapoint for one surface.
getValues(int, String) - Method in interface org.askalon.graph.chart.XYChart
Returns the values of section idx, element elementID
getXAxisText() - Method in class org.askalon.graph.chart.base.AbstractChart
 
getXAxisText() - Method in interface org.askalon.graph.chart.Chart
Gets the text of the x-axis.
getXAxisText() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
getXDescription(int) - Method in interface org.askalon.graph.chart.SurfacesChart
Gets the x-description for the given index
getXLinesVisible() - Method in interface org.askalon.graph.chart.UnalignedChart
Gets the visibility of the lines in x-direction.
getXMLEventChart(int) - Method in class org.askalon.graph.chart.ChartFactory
Create a new XMLEventChart
getXMLEventChart(int, InputStream) - Method in class org.askalon.graph.chart.ChartFactory
Create a new XMLEventChart
getXYChart(int) - Method in class org.askalon.graph.chart.ChartFactory
Create a new XYChart
getXYChart(int, InputStream) - Method in class org.askalon.graph.chart.ChartFactory
Create a new XYChart
getYAxisText() - Method in class org.askalon.graph.chart.base.AbstractChart
 
getYAxisText() - Method in interface org.askalon.graph.chart.Chart
Gets the text of the y-axis.
getYAxisText() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
getZDescription(int) - Method in interface org.askalon.graph.chart.SurfacesChart
Gets the z-description for the given index
getZLinesVisible() - Method in interface org.askalon.graph.chart.UnalignedChart
Gets the visibility of the lines in z-direction.
GraphicsPanel - Class in org.askalon.graph.chart.viewer
The graphicspanel is the glue between header, chartPanel (containing chart and legend) and footer.
GraphicsPanel(ChartPanel) - Constructor for class org.askalon.graph.chart.viewer.GraphicsPanel
creates a new GraphicsPanel using the given ChartPanel
GridValueElement - Class in org.askalon.graph.chart
The GridValueElement describes one datapoint value in the grid.
GridValueElement(int, int, double) - Constructor for class org.askalon.graph.chart.GridValueElement
Create a new element for a datapoint.

H

handleAction(LegendEvent) - Method in interface org.askalon.graph.chart.viewer.LegendListener
 
handleChartValueSupplier(ChartValueSupplier) - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
handleMultipleSurfaceChartValueSupplier(ChartValueSupplier, int, int) - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
handleXMLValueSupplier(XMLValueSupplier) - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
Header - Class in org.askalon.graph.chart.viewer
Header is the abstract superclass for the chart's header.
Header() - Constructor for class org.askalon.graph.chart.viewer.Header
 
HierarchyChart - Interface in org.askalon.graph.chart
Provides an interface for the hierarchy chart, providing access to basic functionality like the setting of values, descriptions, showing level and layouts.
HierarchyLayout - Class in org.askalon.graph.chart
Allows to specify a layout for a level of the hierarchy chart using the ratio of number of elements to be placed on X-axis : number of elements Z-axis.
HierarchyLayout(int, int) - Constructor for class org.askalon.graph.chart.HierarchyLayout
Creates a new HierarchyLayout.
HierarchyLegend - Class in org.askalon.graph.chart.viewer
 
HierarchyLegend(String, String, HierarchyChart) - Constructor for class org.askalon.graph.chart.viewer.HierarchyLegend
 
HierarchyMeanFormula - Enum in org.askalon.graph.chart
Contains various types of supported mean forumals for the hierarchy chart.
HORIZONTAL - Static variable in class org.askalon.graph.chart.HierarchyLayout
Horizontal layouting of components

I

incrementOrder(int) - Method in interface org.askalon.graph.chart.OrderedChart
Increments the order of the entity specified by the index.
InfoFrame - Class in org.askalon.graph.chart.viewer
 
isAccumulated() - Method in interface org.askalon.graph.chart.RibbonChart
Gets the state of the accumulated mode (ribbons are located on top of each other).
isApplicable(Chart) - Method in class org.askalon.graph.chart.viewer.Legend
 
isApplicable(Chart) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
isApplicable(Chart) - Method in class org.askalon.graph.chart.viewer.SurfaceLegend
 
isArrowsShown() - Method in interface org.askalon.graph.chart.XMLEventChart
Returns whether the arrows are shown or hidden by the chart.
isChartAvailable(Class<? extends Chart>) - Method in enum org.askalon.graph.chart.Renderer
Determines the availability of a chart-type for this renderer.
isChartAvailable(ChartType) - Method in enum org.askalon.graph.chart.Renderer
Determines the availability of a chart-type for this renderer.
isCoordinateGridVisible() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
isDescriptionsVisible() - Method in class org.askalon.graph.chart.viewer.ChartPanel
check if descriptions are currently visible
isDisableUpdate() - Method in class org.askalon.graph.chart.base.AbstractChart
 
isDisableUpdate() - Method in interface org.askalon.graph.chart.Chart
Gets the state of updates (enabled/disabled) for the chart.
isEdgesVisible() - Method in class org.askalon.graph.chart.base.AbstractChart
 
isEdgesVisible() - Method in interface org.askalon.graph.chart.Chart
Gets the visibility of edges.
isFloorVisible() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
isFooterVisible() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
isFunctional() - Method in enum org.askalon.graph.chart.Renderer
Determines the availability of a renderer-type.
isGradientLinks() - Method in interface org.askalon.graph.chart.XMLEventChart
Gets to current coloring mode of event links.
isHeaderVisible() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
isKeyBehaviourEnabled() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
isMousePanEnabled() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
isMouseRotateEnabled() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
isMouseZoomEnabled() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
isNodesShown() - Method in interface org.askalon.graph.chart.XYChart
Gets the current visibility of the nodes objects.
isNormalized() - Method in interface org.askalon.graph.chart.NormalizeableChart
Determines whether this chart currently normalizes the values.
isPopupEnabled() - Method in class org.askalon.graph.chart.viewer.ViewerChartMenu
 
isRotationInverted() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
isRotationRestricted() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
isSelected() - Method in interface org.askalon.graph.chart.viewer.ChartValueSupplier
 
isSelected() - Method in interface org.askalon.graph.chart.viewer.XMLValueSupplier
 
isSolid() - Method in interface org.askalon.graph.chart.RibbonChart
Gets the state of the view: ribbon or solid.
isVisible(int) - Method in interface org.askalon.graph.chart.SectionChart
Gets the visibility of a section.

L

Legend - Class in org.askalon.graph.chart.viewer
All legend's parent.
Legend() - Constructor for class org.askalon.graph.chart.viewer.Legend
 
Legend(String) - Constructor for class org.askalon.graph.chart.viewer.Legend
 
LEGEND_COLOR_SIZE - Static variable in interface org.askalon.graph.chart.base.Constants
Size of the color-fields in legends and info-frames
LEGEND_FONT_SIZE - Static variable in interface org.askalon.graph.chart.base.Constants
size of the legend text
LegendEvent - Class in org.askalon.graph.chart.viewer
 
LegendEvent.TYPE - Enum in org.askalon.graph.chart.viewer
 
LegendListener - Interface in org.askalon.graph.chart.viewer
Special class to handle actions on doublebuttons.
LegendPanel - Class in org.askalon.graph.chart.viewer
The legendPanel gives a scrollbar and some other nice things to a legend.
LegendPanel(GraphicsPanel) - Constructor for class org.askalon.graph.chart.viewer.LegendPanel
 
LinearChart - Interface in org.askalon.graph.chart
Provides an interface for the linear chart, providing access to basic functionality like the setting of values, order, visability and grouping.
LinearGrouping - Enum in org.askalon.graph.chart
Defines grouping modes available for the linear chart.
LineBarChart - Interface in org.askalon.graph.chart
Provides an interface for the line-bar chart, providing access to basic functionality like the setting of values, order and visability.

M

MAX_DESC_LENGTH - Static variable in interface org.askalon.graph.chart.base.Constants
max. length of the description of an element
MemFooter - Class in org.askalon.graph.chart.viewer
The defaultfooter used by charts.
MemFooter() - Constructor for class org.askalon.graph.chart.viewer.MemFooter
 
MultipleSurfaceChart - Interface in org.askalon.graph.chart
The multiple surface chart is similar to the surface chart, but it additionally allows to display multiple surfaces, each one with a configurable color.

N

NodeType - Enum in org.askalon.graph.chart
This is an enumeration of the available node types for charts which support different node types (XY and XML event chart).
NormalizeableChart - Interface in org.askalon.graph.chart
This interface is implemented by all charts which support the normalisation of values.

O

ONE_TO_FOUR - Static variable in class org.askalon.graph.chart.HierarchyLayout
Layouting of components in 1:4 (X axis : Z axis) ratio
ONE_TO_TWO - Static variable in class org.askalon.graph.chart.HierarchyLayout
Layouting of components in 1:2 (X axis : Z axis) ratio
OrderedChart - Interface in org.askalon.graph.chart
This is a super-interface for all charts that support multiple sections that can be arranged in different orders.
org.askalon.graph.chart - package org.askalon.graph.chart
This package defines the main parts needed to create charts.
org.askalon.graph.chart.base - package org.askalon.graph.chart.base
This package defines some base classes needed used in both implementations.
org.askalon.graph.chart.viewer - package org.askalon.graph.chart.viewer
This package defines the viewer part of the askalon charts.

P

PieChart - Interface in org.askalon.graph.chart
Interface for the pie chart, which is a is a circular chart divided into sections that display relative magnitudes or percents.

R

refresh() - Method in class org.askalon.graph.chart.viewer.XMLInfoFrame
 
refresh() - Method in interface org.askalon.graph.chart.viewer.XMLValueListener
Refreshes the shown data
refreshConfiguration() - Method in class org.askalon.graph.chart.base.AbstractChart
 
refreshConfiguration() - Method in interface org.askalon.graph.chart.Chart
Refreshes the configuration of this chart, which makes changes visible.
refreshConfiguration() - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
refreshConfiguration() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
refreshInfoFrame(ChartValueSupplier) - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
remove(Component) - Method in class org.askalon.graph.chart.viewer.LegendPanel
 
removeAllChildren(String[]) - Method in interface org.askalon.graph.chart.HierarchyChart
Removes all children of an element from the tree.
removeAllEntries() - Method in class org.askalon.graph.chart.viewer.StandardLegend
remove all entries from this legend
removeChartValueListener() - Method in interface org.askalon.graph.chart.viewer.ChartValueSupplier
Remove the previously set ChartValueListener
removeDataSet(int) - Method in interface org.askalon.graph.chart.XYChart
Removes the whole dataset specified by the id and all its nodes.
removeElement(String[]) - Method in interface org.askalon.graph.chart.HierarchyChart
Removes an element from the tree.
removeEntity(int) - Method in interface org.askalon.graph.chart.LineBarChart
Removes the entity specified by index.
removeEntity(int) - Method in interface org.askalon.graph.chart.MultipleSurfaceChart
Remove a surface specified by the id.
removeEntity(int) - Method in interface org.askalon.graph.chart.PieChart
Removes the section specified by the index.
removeEntity(int) - Method in interface org.askalon.graph.chart.RibbonChart
Removes the entity (ribbon) at the specified index.
removeEntry(int) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
removeEventSource(int) - Method in interface org.askalon.graph.chart.XMLEventChart
Removes one source (entity) with all its events and links.
removeFPSListener(FPSListener) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
removeLegendListener(LegendListener) - Method in class org.askalon.graph.chart.viewer.StandardLegend
remove a registered legend listener
removeMenu(JMenu) - Method in class org.askalon.graph.chart.viewer.ViewerChartMenu
 
removePanelListener(ChartPanelListener) - Method in class org.askalon.graph.chart.viewer.ChartPanel
unregister a chart listener from this component.
removeXMLValueListener() - Method in interface org.askalon.graph.chart.viewer.XMLValueSupplier
Remove the previously set XMLValueListener
Renderer - Enum in org.askalon.graph.chart
This enum should be used to create renderer-specific ChartFactories.
reset() - Method in class org.askalon.graph.chart.ChartConfiguration
Resets all configuration values to their default values.
resetConfiguration() - Method in interface org.askalon.graph.chart.Chart
Resets the whole configuration (fonts, colors, ...) for the chart to the default values.
resetConfiguration() - Method in class org.askalon.graph.chart.viewer.ChartPanel
reset current configuration of this Chart Panel
RibbonChart - Interface in org.askalon.graph.chart
Interface for the ribbon chart, providing access to basic functionality like the setting of values, visibility and accumulation.

S

section - Variable in class org.askalon.graph.chart.viewer.LegendEvent
 
SectionChart - Interface in org.askalon.graph.chart
The super-interface of all charts that support multiple sections with different colors.
setAccumulated(boolean) - Method in interface org.askalon.graph.chart.RibbonChart
Turn the accumulated mode (ribbons are located on top of each other) on or off.
setAreaColor(Color) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the color of the coordinate grids area.
setAreagridColor(Color) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the color of the areas grid.
setArrowsShown(boolean) - Method in interface org.askalon.graph.chart.XMLEventChart
Enables/disables the arrow-view of the chart.
setAxisFontColor(Color) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the color used for the axis text.
setAxisLabelsFont(Font) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the font of the axis labels of the coordinate grid.
setBackground(Color) - Method in class org.askalon.graph.chart.viewer.HierarchyLegend
 
setBackground(Color) - Method in class org.askalon.graph.chart.viewer.LegendPanel
 
setBackground(Color) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
setBackground(Color) - Method in class org.askalon.graph.chart.viewer.SurfaceLegend
 
setBackgroundColor(Color) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the color used for background of the chart.
setChart(Chart) - Method in class org.askalon.graph.chart.viewer.ChartPanel
exchange the chart currently rendered.
setChartAutofit(boolean) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setChartConfiguration(ChartConfiguration) - Method in class org.askalon.graph.chart.base.AbstractChart
 
setChartConfiguration(ChartConfiguration) - Method in interface org.askalon.graph.chart.Chart
Sets a new configuration for this chart.
setChartValueListener(ChartValueListener) - Method in interface org.askalon.graph.chart.viewer.ChartValueSupplier
Set the ChartValueListener associated with this ChartValueSupplier
setChoices(Object...) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
setColor(Color) - Method in class org.askalon.graph.chart.viewer.XMLInfoFrame
 
setColorForLevel(int, Color) - Method in interface org.askalon.graph.chart.HierarchyChart
Sets the (floor) color for a level.
setCoordinateGridVisible(boolean) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setDatapoints(double[]) - Method in interface org.askalon.graph.chart.RibbonChart
Sets the datapoint positions
setDescription(String[], String) - Method in interface org.askalon.graph.chart.HierarchyChart
Sets the description for an element of the tree.
setDescription(int, String) - Method in interface org.askalon.graph.chart.LineBarChart
Sets the description of the entity specified by the index to the new value.
setDescription(int, String) - Method in interface org.askalon.graph.chart.RibbonChart
Sets the description of the datapoint specified by index.
setDescription(String, int) - Method in interface org.askalon.graph.chart.viewer.ChartValueListener
Notify of a new description
setDescription(String, int) - Method in class org.askalon.graph.chart.viewer.InfoFrame
 
setDescription(int, String, String) - Method in interface org.askalon.graph.chart.XYChart
Sets the description of a node.
setDescriptionFont(Font) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the font used for the descriptions text.
setDescriptionFontColor(Color) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the color used for the descriptions.
setDescriptionMode(DescriptionMode) - Method in interface org.askalon.graph.chart.DescriptionModeChart
Sets the description mode: should the descriptions contain text or the data point postion (x-position)?
setDescriptionsVisible(boolean) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setDisableUpdate(boolean) - Method in class org.askalon.graph.chart.base.AbstractChart
 
setDisableUpdate(boolean) - Method in interface org.askalon.graph.chart.Chart
Disables updates for the chart.
setDoubleButtonOrientation(boolean) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
setDoubleButtonOrientation(Constants.Orientation) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
setEdgesVisible(boolean) - Method in class org.askalon.graph.chart.base.AbstractChart
 
setEdgesVisible(boolean) - Method in interface org.askalon.graph.chart.Chart
Enables/disables the visibility of edges for this chart.
setEnabled(boolean) - Method in class org.askalon.graph.chart.viewer.DefaultFooter
 
setEnabled(boolean) - Method in class org.askalon.graph.chart.viewer.Footer
Enables or disables the footer.
setEnabled(boolean) - Method in class org.askalon.graph.chart.viewer.FPSFooter
 
setEnabled(boolean) - Method in class org.askalon.graph.chart.viewer.MemFooter
 
setEntryCheckboxState(boolean, int) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
setEntryIcon(int, Icon...) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
setEntrySliderPos(int, int) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
setEntryText(String, int) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
setFloorColor(Color) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the color of the coordinate grids floor.
setFloorgridColor(Color) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the color of the floors grid.
setFloorVisible(boolean) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setFont(Font) - Method in class org.askalon.graph.chart.viewer.HierarchyLegend
 
setFont(Font) - Method in class org.askalon.graph.chart.viewer.LegendPanel
 
setFont(Font) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
setFont(Font) - Method in class org.askalon.graph.chart.viewer.SurfaceLegend
 
setFontColor(Color) - Method in class org.askalon.graph.chart.viewer.DefaultFooter
 
setFontColor(Color) - Method in class org.askalon.graph.chart.viewer.DefaultHeader
 
setFontColor(Color) - Method in class org.askalon.graph.chart.viewer.Header
Sets the color of the header's font.
setFontColor(Color) - Method in class org.askalon.graph.chart.viewer.HierarchyLegend
 
setFontColor(Color) - Method in class org.askalon.graph.chart.viewer.MemFooter
 
setFontColor(Color) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
setFontColor(Color) - Method in class org.askalon.graph.chart.viewer.SurfaceLegend
 
setFooter(Footer) - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
setFooterVisible(boolean) - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
setFrameCaption(String) - Method in class org.askalon.graph.chart.viewer.LegendPanel
 
setGradientLinks(boolean) - Method in interface org.askalon.graph.chart.XMLEventChart
Sets the color of links to gradient mode, where the link-lines are colored using a gradient color from the sources color to the destination color.
setGridFontColor(Color) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the color used for the grid text.
setGridLabelsFont(Font) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the font used for the grid lables text.
setGrouping(LinearGrouping) - Method in interface org.askalon.graph.chart.LinearChart
Sets the grouping mode for the linear chart.
setHeader(Header) - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
setHeaderText(String) - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
update header text
setHeaderVisible(boolean) - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
setIcon(Icon, int) - Method in interface org.askalon.graph.chart.viewer.ChartValueListener
Manually set a icon for a section.
setIcon(Icon) - Method in interface org.askalon.graph.chart.viewer.ChartValueListener
Notify of a new icon
setIcon(Icon, int) - Method in class org.askalon.graph.chart.viewer.InfoFrame
 
setIcon(Icon) - Method in class org.askalon.graph.chart.viewer.InfoFrame
 
setKeyBehaviourEnabled(boolean) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setLabelFont(Font) - Method in class org.askalon.graph.chart.viewer.DefaultFooter
 
setLabelFont(Font) - Method in class org.askalon.graph.chart.viewer.DefaultHeader
 
setLabelFont(Font) - Method in class org.askalon.graph.chart.viewer.Header
Sets the font for this header.
setLabelFont(Font) - Method in class org.askalon.graph.chart.viewer.MemFooter
 
setLayoutForLevel(int, HierarchyLayout) - Method in interface org.askalon.graph.chart.HierarchyChart
Sets the layout for a given level.
setLegendBackgroundColor(Color) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the color used for the legends background.
setLegendFont(Font) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the font used for the legend text.
setLegendFontColor(Color) - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the color used for the legend text.
setLegendOrientation(Constants.LegendOrientation) - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
setLevelEntryIcon(int, Icon...) - Method in class org.askalon.graph.chart.viewer.HierarchyLegend
 
setLevelEntryText(String, int) - Method in class org.askalon.graph.chart.viewer.HierarchyLegend
 
setLevelName(int, String) - Method in interface org.askalon.graph.chart.HierarchyChart
Sets the name of the level specified by the index.
setLinesTransparent(boolean) - Method in interface org.askalon.graph.chart.MultipleSurfaceChart
Enables/disables the transparency of lines for all surfaces.
setLinkLineWidth(float) - Method in interface org.askalon.graph.chart.XYXMLChart
Sets the linewidth of all links to the specified value.
setMaxValue(double) - Method in class org.askalon.graph.chart.SurfaceColorCalculator
Sets the maximum value, which is the current highest value.
setMeanFormula(HierarchyMeanFormula) - Method in interface org.askalon.graph.chart.HierarchyChart
Sets the mean formula for this hierarchy chart.
setMinMaxValue(double, double) - Method in class org.askalon.graph.chart.viewer.SurfaceLegend
 
setMinValue(double) - Method in class org.askalon.graph.chart.SurfaceColorCalculator
Sets the minimum value, which is the current lowest height.
setMousePanEnabled(boolean) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setMouseRotateEnabled(boolean) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setMouseZoomEnabled(boolean) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setNodesShown(boolean) - Method in interface org.askalon.graph.chart.XYChart
Enables/disables the visibility of all nodes.
setNodeType(int, NodeType) - Method in interface org.askalon.graph.chart.XYXMLChart
Sets the node-type for a section.
setNormalized(boolean) - Method in interface org.askalon.graph.chart.NormalizeableChart
Activates or disables the normalisation of of values.
setOrder(int, int) - Method in interface org.askalon.graph.chart.OrderedChart
Sets the position of the entity specified by the index to the new position.
setPopupEnabled(boolean) - Method in class org.askalon.graph.chart.viewer.ViewerChartMenu
 
setRotationInverted(boolean) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setRotationRestricted(boolean) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setSectionColor(int, Color) - Method in interface org.askalon.graph.chart.SectionChart
Sets the color of a section if section is in range.
setSectionName(int, String) - Method in interface org.askalon.graph.chart.SectionChart
Sets the entitys name at the specified index.
setSelected(boolean) - Method in interface org.askalon.graph.chart.viewer.ChartValueSupplier
Select or unselect this ChartValueSupplier
setSelected(boolean) - Method in interface org.askalon.graph.chart.viewer.XMLValueSupplier
Select or unselect this XMLValueSupplier
setSelectedCheckBoxesEnabled(boolean) - Method in class org.askalon.graph.chart.viewer.StandardLegend
 
setShowingLevel(int) - Method in interface org.askalon.graph.chart.HierarchyChart
Sets the current showing level, which is the lowest level of the tree which is graphically displayed.
setShowPercentInLegend(boolean) - Method in interface org.askalon.graph.chart.PieChart
Shows or hides percentage values in the legend
setSolid(boolean) - Method in interface org.askalon.graph.chart.RibbonChart
Enables or disables the ribbon/solid view.
setSplitPaneDivider() - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
Sets the splitpanedivider depending on the current LegendOrientation.
setSplitPaneDivider(int) - Method in class org.askalon.graph.chart.viewer.GraphicsPanel
 
setText(String) - Method in class org.askalon.graph.chart.viewer.DefaultFooter
 
setText(String) - Method in class org.askalon.graph.chart.viewer.DefaultHeader
 
setText(String) - Method in class org.askalon.graph.chart.viewer.FPSFooter
 
setText(String) - Method in class org.askalon.graph.chart.viewer.Header
Sets the text of the header.
setText(String) - Method in class org.askalon.graph.chart.viewer.MemFooter
 
SettingsDialog - Class in org.askalon.graph.chart.base
The SettingsDialog allows to customize the chart by setting various color and font properties.
SettingsDialog(JFrame, ChartConfiguration) - Constructor for class org.askalon.graph.chart.base.SettingsDialog
 
setTitle(String) - Method in interface org.askalon.graph.chart.viewer.ChartValueListener
Notify of a new title
setTitle(String) - Method in class org.askalon.graph.chart.viewer.InfoFrame
 
setTitle(String) - Method in class org.askalon.graph.chart.viewer.Legend
 
setTransparency(int, float) - Method in interface org.askalon.graph.chart.MultipleSurfaceChart
Sets the transparency of a surface.
setTransparency(float) - Method in interface org.askalon.graph.chart.PieChart
Sets transparency for all pie pieces
setUnit(String) - Method in class org.askalon.graph.chart.base.AbstractChart
 
setUnit(String) - Method in interface org.askalon.graph.chart.Chart
Sets the current unit of this chart and updates it accordingly.
setValue(String[], int, double) - Method in interface org.askalon.graph.chart.HierarchyChart
Sets the value of a section for low-level element.
setValue(int, int, double) - Method in interface org.askalon.graph.chart.LineBarChart
Sets the value for the section determined by the section of the entity specified by the index idx.
setValue(int, int, int, double) - Method in interface org.askalon.graph.chart.MultipleSurfaceChart
Sets the value of a datapoint of a surface.
setValue(int, double) - Method in interface org.askalon.graph.chart.PieChart
Sets the value of the section with the id idx to the specified value.
setValue(int, int, double) - Method in interface org.askalon.graph.chart.RibbonChart
Sets the value of one ribbon's datapoint specified by the parameters.
setValue(int, int, double) - Method in interface org.askalon.graph.chart.SurfaceChart
Sets the value of a datapoint of the surface.
setValue(double, int) - Method in interface org.askalon.graph.chart.viewer.ChartValueListener
Notify of a new value at index
setValue(double) - Method in interface org.askalon.graph.chart.viewer.ChartValueListener
Notify of a new value
setValue(double) - Method in class org.askalon.graph.chart.viewer.InfoFrame
 
setValue(double, int) - Method in class org.askalon.graph.chart.viewer.InfoFrame
 
setValueCount(int) - Method in interface org.askalon.graph.chart.viewer.ChartValueListener
Sets the count of values used by the ChartValueSupplier
setValueCount(int) - Method in class org.askalon.graph.chart.viewer.InfoFrame
 
setValues(int, List<GridValueElement>) - Method in interface org.askalon.graph.chart.MultipleSurfaceChart
Sets a list of values for one surface, what is more efficient than setting them as single values.
setValues(List<GridValueElement>) - Method in interface org.askalon.graph.chart.SurfaceChart
Sets a list of values, what is more efficient than setting them as single values.
setViewPosition(ViewPosition) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setVisible(boolean) - Method in class org.askalon.graph.chart.base.SettingsDialog
 
setVisible(int, boolean) - Method in interface org.askalon.graph.chart.SectionChart
Enables or disables the visibility for a section.
setXAxisText(String) - Method in class org.askalon.graph.chart.base.AbstractChart
 
setXAxisText(String) - Method in interface org.askalon.graph.chart.Chart
Sets the text of the x-axis for this chart.
setXAxisText(String) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setXDescription(int, String) - Method in interface org.askalon.graph.chart.SurfacesChart
Sets a description for a x-line of a datapoint.
setXLinesVisible(boolean) - Method in interface org.askalon.graph.chart.UnalignedChart
Shows or hides the lines in x-direction.
setXMLValueListener(XMLValueListener) - Method in interface org.askalon.graph.chart.viewer.XMLValueSupplier
Set the XMLValueListener associated with this XMLValueSupplier
setYAxisText(String) - Method in class org.askalon.graph.chart.base.AbstractChart
 
setYAxisText(String) - Method in interface org.askalon.graph.chart.Chart
Sets the text of the y-axis for this chart.
setYAxisText(String) - Method in class org.askalon.graph.chart.viewer.ChartPanel
 
setZDescription(int, String) - Method in interface org.askalon.graph.chart.SurfacesChart
Sets a description for a z-line of a datapoint.
setZLinesVisible(boolean) - Method in interface org.askalon.graph.chart.UnalignedChart
Shows or hides the lines in z-direction.
showDialog() - Method in class org.askalon.graph.chart.ChartConfiguration
Sets the settings dialog visible.
showInFrame() - Method in class org.askalon.graph.chart.viewer.LegendPanel
 
SQUARE - Static variable in class org.askalon.graph.chart.HierarchyLayout
Square layouting of components
StandardLegend - Class in org.askalon.graph.chart.viewer
StandardLegend also called section legend displaying one line per legend.
StandardLegend(SectionChart) - Constructor for class org.askalon.graph.chart.viewer.StandardLegend
 
StandardLegend(String, SectionChart) - Constructor for class org.askalon.graph.chart.viewer.StandardLegend
 
StandardLegend(String, ActionListener, SectionChart) - Constructor for class org.askalon.graph.chart.viewer.StandardLegend
 
StandardLegend.ToAdd - Enum in org.askalon.graph.chart.viewer
Like the static int values just a bit more modern.
SurfaceChart - Interface in org.askalon.graph.chart
The surface chart allows to display data that is distributed on a grid as a bended surface.
SurfaceColorCalculator - Class in org.askalon.graph.chart
This class calculates the color of a surface of the SurfaceChart, based on it's current height.
SurfaceColorCalculator() - Constructor for class org.askalon.graph.chart.SurfaceColorCalculator
 
SurfaceLegend - Class in org.askalon.graph.chart.viewer
 
SurfaceLegend(SurfaceChart) - Constructor for class org.askalon.graph.chart.viewer.SurfaceLegend
 
SurfacesChart - Interface in org.askalon.graph.chart
This is the common super-interface for charts that support one or more surfaces consisting of 2 dimensional datapoints.

T

t - Variable in class org.askalon.graph.chart.viewer.LegendEvent
 
toString() - Method in enum org.askalon.graph.chart.base.Constants.Antialiasing
 
toString() - Method in enum org.askalon.graph.chart.base.Constants.ChartDimensions
 
toString() - Method in enum org.askalon.graph.chart.base.Constants.Debugging
 
toString() - Method in enum org.askalon.graph.chart.base.Constants.LegendOrientation
 
toString() - Method in enum org.askalon.graph.chart.base.Constants.Probability
 
toString() - Method in enum org.askalon.graph.chart.ChartType
Gets the name of this chart
toString() - Method in enum org.askalon.graph.chart.DescriptionMode
Gets the name of the description mode
toString() - Method in class org.askalon.graph.chart.HierarchyLayout
Gets the name of this layout.
toString() - Method in enum org.askalon.graph.chart.HierarchyMeanFormula
Gets the name of this mean formula.
toString() - Method in enum org.askalon.graph.chart.LinearGrouping
Gets the name of this grouping mode.
toString() - Method in class org.askalon.graph.chart.viewer.LegendEvent
 
toString() - Method in class org.askalon.graph.chart.viewer.ViewerChartMenu
 
TWO_TO_ONE - Static variable in class org.askalon.graph.chart.HierarchyLayout
Layouting of components in 2:1 (X axis : Z axis) ratio

U

UnalignedChart - Interface in org.askalon.graph.chart
This is the super-interface for all charts that support lines in x- and z-direction in their coordinate grid.
updateUnit() - Method in class org.askalon.graph.chart.viewer.SurfaceLegend
 

V

value - Variable in class org.askalon.graph.chart.GridValueElement
The value of this datapoint
value - Variable in class org.askalon.graph.chart.viewer.LegendEvent
 
valueOf(String) - Static method in enum org.askalon.graph.chart.base.Constants.Antialiasing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.base.Constants.ChartDimensions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.base.Constants.ConfigDefaults
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.base.Constants.Debugging
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.base.Constants.LegendOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.base.Constants.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.base.Constants.Probability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.ChartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.DescriptionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.HierarchyMeanFormula
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.LinearGrouping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.Renderer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.viewer.LegendEvent.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.viewer.StandardLegend.ToAdd
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.askalon.graph.chart.viewer.ViewPosition
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.askalon.graph.chart.base.Constants.Antialiasing
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.base.Constants.ChartDimensions
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.base.Constants.ConfigDefaults
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.base.Constants.Debugging
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.base.Constants.LegendOrientation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.base.Constants.Orientation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.base.Constants.Probability
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.ChartType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.DescriptionMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.HierarchyMeanFormula
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.LinearGrouping
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.NodeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.Renderer
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.viewer.LegendEvent.TYPE
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.viewer.StandardLegend.ToAdd
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.askalon.graph.chart.viewer.ViewPosition
Returns an array containing the constants of this enum type, in the order they're declared.
VERTICAL - Static variable in class org.askalon.graph.chart.HierarchyLayout
Vertical layouting of components
ViewerChartMenu - Class in org.askalon.graph.chart.viewer
The default menu every chart may use.
ViewerChartMenu(GraphicsPanel) - Constructor for class org.askalon.graph.chart.viewer.ViewerChartMenu
 
ViewPosition - Enum in org.askalon.graph.chart.viewer
 

W

WrongHierarchyException - Exception in org.askalon.graph.chart.base
This exception gets thrown by any chart constructor if called directly.

X

x - Variable in class org.askalon.graph.chart.GridValueElement
The x-coordinate of the datapoint
XMLEventChart - Interface in org.askalon.graph.chart
Interface for the xml-event chart, which supports to add events from multiple sources with a timestamp, to link events and add additional attributes for descriptions.
XMLInfoFrame - Class in org.askalon.graph.chart.viewer
 
XMLValueListener - Interface in org.askalon.graph.chart.viewer
Listener for a XMLValueSupplier
XMLValueSupplier - Interface in org.askalon.graph.chart.viewer
Objects of this type act as "xmlevent-entities"
XYChart - Interface in org.askalon.graph.chart
Interface for the XY chart, which can show nodes with x/y coordinates from a variable number of datasets.
XYXMLChart - Interface in org.askalon.graph.chart
This is the common super-interface of the XY- and XMLEventChart, providing functionality that is supported by both charts.

Z

z - Variable in class org.askalon.graph.chart.GridValueElement
The z-coordinate of the datapoint

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

Part of:
Askalon_Logo
ASKALON Visualisation Diagrams