Serialized Form


Package com.infoviz.piechart

Class com.infoviz.piechart.PieChart extends javax.swing.JComponent implements Serializable

Serialized Fields

model

PieChartModel model

bufImage

java.awt.image.BufferedImage bufImage

colorFactory

ColorFactory colorFactory

nodeGeometryMap

java.util.Map nodeGeometryMap

nodeColorMap

java.util.Map nodeColorMap

focussedNode

PieChartNode focussedNode

focusRenderer

PieGeometryFocusRenderer focusRenderer

labelRenderer

PieGeometryLabelRenderer labelRenderer


Package com.infoviz.util

Class com.infoviz.util.EvaluationException extends java.lang.Exception implements Serializable


Package com.infoviz.treeviz.nestedpie

Class com.infoviz.treeviz.nestedpie.ColorScaleViewer extends java.awt.Canvas implements Serializable

Serialized Fields

scale

ColorScale scale

Class com.infoviz.treeviz.nestedpie.NestedPie extends javax.swing.JComponent implements Serializable

Serialized Fields

model

NestedPieModel model

popupMenu

javax.swing.JPopupMenu popupMenu

scale

ColorScale scale

drawDirection

int drawDirection
the direction in which to draw the nodes


bufImage

java.awt.image.BufferedImage bufImage
Offscreen buffer image


nodeGeometryMap

java.util.Map nodeGeometryMap
keeps a map of node and it's geometry


nodesOrderedByLevel

java.util.Set nodesOrderedByLevel
we keep all the node here. Keeping them sorted by level comes handy while drawing the node borders


nodeOverlayRenderers

java.util.ArrayList nodeOverlayRenderers
these renderers are called when we render a node API users can plugin their renderers and we will call them all when we render a node. This will help API users to specify additional graphics for a node


nodeFocusOverlayRenderers

java.util.ArrayList nodeFocusOverlayRenderers
these renderers are notified when on node focus(mouse over)


labelRenderer

NodeOverlayRenderer labelRenderer
this is always the first node renderer to be called. It renders a label for the node


defaultFocusRendererLabel

javax.swing.JLabel defaultFocusRendererLabel

defaultFocusRenderer

NodeFocusOverlayRenderer defaultFocusRenderer
this renderer is called on mouse over


focussedNode

NestedPieNode focussedNode
the currently focussed node


currentRoot

NonLeafNestedPieNode currentRoot
the current root set by the current path


borderColors

java.awt.Color[] borderColors
the colors to use for different levels of border. The size of this array is the no. of levels we will label. Of course, there must be that many levels


Package com.infoviz.datamodel.tree

Class com.infoviz.datamodel.tree.IVDataModelException extends java.lang.Exception implements Serializable