Serialized Form


Package net.sf.jtreemap.swing

Class net.sf.jtreemap.swing.ColorProvider extends Object implements Serializable

Class net.sf.jtreemap.swing.DefaultToolTip extends JToolTip implements Serializable

serialVersionUID: -2492627777999093973L

Serialized Fields

jTreeMap

JTreeMap jTreeMap

labelFont

Font labelFont

valueFont

Font valueFont

weightPrefix

String weightPrefix

valuePrefix

String valuePrefix

showWeight

boolean showWeight

Class net.sf.jtreemap.swing.DefaultToolTipBuilder extends Object implements Serializable

serialVersionUID: -1646772942428571187L

Serialized Fields

jTreeMap

JTreeMap jTreeMap

weightPrefix

String weightPrefix

valuePrefix

String valuePrefix

showWeight

boolean showWeight

Class net.sf.jtreemap.swing.DefaultValue extends Value implements Serializable

serialVersionUID: 367321198951855282L

Serialized Fields

value

double value

Class net.sf.jtreemap.swing.JTreeMap extends JComponent implements Serializable

serialVersionUID: 7255952672238300249L

Serialized Fields

treeView

JTree treeView
The optional tree representation of the hierarchical data.


activeLeaf

TreeMapNode activeLeaf

colorProvider

ColorProvider colorProvider

displayedRoot

TreeMapNode displayedRoot

root

TreeMapNode root

strategy

SplitStrategy strategy

toolTipBuilder

IToolTipBuilder toolTipBuilder

zoom

net.sf.jtreemap.swing.JTreeMap.Zoom zoom

Class net.sf.jtreemap.swing.SplitByNumber extends SplitStrategy implements Serializable

serialVersionUID: -6484279333222332702L

Class net.sf.jtreemap.swing.SplitBySlice extends SplitStrategy implements Serializable

serialVersionUID: 8484486418097321160L

Class net.sf.jtreemap.swing.SplitBySortedWeight extends SplitStrategy implements Serializable

serialVersionUID: 1600419780258843122L

Class net.sf.jtreemap.swing.SplitByWeight extends SplitStrategy implements Serializable

serialVersionUID: 1136669403687512925L

Class net.sf.jtreemap.swing.SplitSquarified extends SplitStrategy implements Serializable

serialVersionUID: 1711898915283018450L

Serialized Fields

w1

int w1

h1

int h1

x

int x

y

int y

w

int w

h

int h

x2

int x2

y2

int y2

w2

int w2

h2

int h2

Class net.sf.jtreemap.swing.SplitStrategy extends Object implements Serializable

Class net.sf.jtreemap.swing.TreeMapNode extends DefaultMutableTreeNode implements Serializable

serialVersionUID: 742372833853976103L

Serialized Fields

height

int height

value

Value value

weight

double weight

width

int width

x

int x

y

int y

Class net.sf.jtreemap.swing.TreeMapNodeBuilder extends Object implements Serializable

serialVersionUID: -1340499387405510692L

Serialized Fields

root

TreeMapNode root

Class net.sf.jtreemap.swing.UniqueColorProvider extends ColorProvider implements Serializable

serialVersionUID: -7571926934516139432L

Serialized Fields

color

Color color

legend

JPanel legend

Class net.sf.jtreemap.swing.Value extends Object implements Serializable

Class net.sf.jtreemap.swing.ValuePercent extends Value implements Serializable

serialVersionUID: 1087258219010392928L

Serialized Fields

value

double value

nf

NumberFormat nf

Package net.sf.jtreemap.swing.example

Class net.sf.jtreemap.swing.example.BuilderTM3 extends Object implements Serializable

serialVersionUID: -991159075093937695L

Serialized Fields

values

HashMap<K,V> values

builder

TreeMapNodeBuilder builder

Class net.sf.jtreemap.swing.example.JTreeMapAppletExample extends JApplet implements Serializable

serialVersionUID: -8376357344981512167L

Serialized Fields

jTreeMap

JTreeMap jTreeMap

jContentPane

JPanel jContentPane

cmbValue

JComboBox cmbValue

cmbWeight

JComboBox cmbWeight

panelTM3

JPanel panelTM3

builderTM3

BuilderTM3 builderTM3

showTM3CTonf

boolean showTM3CTonf

showTree

boolean showTree

showWeight

boolean showWeight

weightPrefix

String weightPrefix

valuePrefix

String valuePrefix

treeView

JTree treeView

treeModel

DefaultTreeModel treeModel

Class net.sf.jtreemap.swing.example.JTreeMapExample extends JFrame implements Serializable

serialVersionUID: 2813934810390001709L

Serialized Fields

jTreeMap

JTreeMap jTreeMap

treeView

JTree treeView

builderTM3

BuilderTM3 builderTM3

cardLayout

CardLayout cardLayout

cmbColorProvider

JComboBox cmbColorProvider

cmbStrategy

JComboBox cmbStrategy

cmbValue

JComboBox cmbValue

cmbWeight

JComboBox cmbWeight

colorProviders

LinkedHashMap<K,V> colorProviders

panelLegend

JPanel panelLegend

panelTM3

JPanel panelTM3

root

TreeMapNode root

strategies

LinkedHashMap<K,V> strategies

treeModel

DefaultTreeModel treeModel

Package net.sf.jtreemap.swing.provider

Class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider extends ColorProvider implements Serializable

serialVersionUID: 5009655580804320847L

Serialized Fields

jTreeMap

JTreeMap jTreeMap

legend

JPanel legend

maxValue

Value maxValue

minValue

Value minValue

positiveHue

float positiveHue

negativeHue

float negativeHue

positiveSaturation

float positiveSaturation

negativeSaturation

float negativeSaturation

colorDistribution

HSBTreeMapColorProvider.ColorDistributionTypes colorDistribution

Class net.sf.jtreemap.swing.provider.RandomColorProvider extends ColorProvider implements Serializable

serialVersionUID: -8184356270950978553L

Serialized Fields

cursor

int cursor

mapping

TreeMap<K,V> mapping

legend

JPanel legend

jTreeMap

JTreeMap jTreeMap

Class net.sf.jtreemap.swing.provider.RandomColorProvider.Legend extends JPanel implements Serializable

serialVersionUID: 4652239358357480113L

Serialized Fields

x

int x

Class net.sf.jtreemap.swing.provider.RedGreenColorProvider extends ColorProvider implements Serializable

serialVersionUID: 5030306338780462810L

Serialized Fields

jTreeMap

JTreeMap jTreeMap

legend

JPanel legend

maxAbsValue

Value maxAbsValue

minVal

Value minVal

tabColor

int[] tabColor

Class net.sf.jtreemap.swing.provider.ZoomPopupMenu extends JPopupMenu implements Serializable

serialVersionUID: 8468224816342601183L

Serialized Fields

jTreeMap

JTreeMap jTreeMap

showAbout

boolean showAbout



Copyright © 2012. All Rights Reserved.