Serialized Form
-
Package com.macrofocus.application
-
Class com.macrofocus.application.SimpleApplicationModel
class SimpleApplicationModel extends Object implements Serializable- serialVersionUID:
- 5085539886313412182L
-
Serialized Fields
-
copyright
String copyright
-
edition
String edition
-
expiration
LicenseModel.Expiration expiration
-
licenseModel
LicenseModel licenseModel
-
mainClass
Class mainClass
-
mainClassName
String mainClassName
-
name
String name
-
validity
LicenseModel.Validity validity
-
version
String version
-
versionModel
VersionModel versionModel
-
-
Class com.macrofocus.application.SimpleVersionModel
class SimpleVersionModel extends Object implements Serializable- serialVersionUID:
- 5085539886313412182L
-
Serialized Fields
-
build
Integer build
-
buildNumberFormat
NumberFormat buildNumberFormat
-
major
Integer major
-
majorNumberFormat
NumberFormat majorNumberFormat
-
minor
Integer minor
-
minorNumberFormat
NumberFormat minorNumberFormat
-
patch
Integer patch
-
patchNumberFormat
NumberFormat patchNumberFormat
-
releaseDate
Date releaseDate
-
-
-
Package com.macrofocus.data.table
-
Class com.macrofocus.data.table.ColumnRenderer
class ColumnRenderer extends DefaultListCellRenderer implements Serializable -
Class com.macrofocus.data.table.ColumnsComboBoxModel
class ColumnsComboBoxModel extends DefaultComboBoxModel implements Serializable -
Class com.macrofocus.data.table.VariableComboBox
class VariableComboBox extends JComboBox implements Serializable
-
-
Package com.macrofocus.data.type
-
Class com.macrofocus.data.type.HtmlString
class HtmlString extends Object implements Externalizable- serialVersionUID:
- -48138843185411339L
-
Serialization Methods
-
readExternal
@GwtIncompatible public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package com.macrofocus.hierarchy
-
Class com.macrofocus.hierarchy.AbstractHierarchy
class AbstractHierarchy extends Object implements Serializable-
Serialized Fields
-
notifyListeners
boolean notifyListeners
-
-
-
Class com.macrofocus.hierarchy.SimpleHierarchy
-
-
Package com.macrofocus.interval.adapter
-
Class com.macrofocus.interval.adapter.BoundedIntervalSpinnerModel
class BoundedIntervalSpinnerModel extends SpinnerNumberModel implements Serializable-
Serialized Fields
-
interval
MutableBoundedInterval interval
-
listener
IntervalListener listener
-
stepSize
Number stepSize
-
type
BoundedIntervalSpinnerModel.Type type
-
updating
boolean updating
-
-
-
-
Package com.macrofocus.properties.swing
-
Class com.macrofocus.properties.swing.BooleanPropertyButtonModel
-
Class com.macrofocus.properties.swing.PropertyButtonModel
class PropertyButtonModel extends JToggleButton.ToggleButtonModel implements Serializable-
Serialized Fields
-
itemListener
ItemListener itemListener
-
property
MutableProperty<V> property
-
propertyListener
PropertyListener<V> propertyListener
-
selected
V selected
-
unselected
V unselected
-
-
-
Class com.macrofocus.properties.swing.PropertyComboBoxModel
class PropertyComboBoxModel extends DefaultComboBoxModel implements Serializable -
Class com.macrofocus.properties.swing.PropertyDimensionSpinnerModel
class PropertyDimensionSpinnerModel extends SpinnerNumberModel implements Serializable-
Serialized Fields
-
axe
PropertyDimensionSpinnerModel.Axe axe
-
property
MutableProperty<Dimension> property
-
-
-
Class com.macrofocus.properties.swing.PropertyNumberSpinnerModel
class PropertyNumberSpinnerModel extends SpinnerNumberModel implements Serializable-
Serialized Fields
-
property
MutableProperty<V extends Number> property
-
-
-
Class com.macrofocus.properties.swing.PropertySpinnerModel
class PropertySpinnerModel extends SpinnerNumberModel implements Serializable-
Serialized Fields
-
listener
PropertyListener listener
-
max
Number max
-
min
Number min
-
property
MutableProperty property
-
stepSize
Number stepSize
-
updating
boolean updating
-
-
-
-
Package com.macrofocus.selection.swing
-
Class com.macrofocus.selection.swing.SelectionListSelectionModel
class SelectionListSelectionModel extends DefaultListSelectionModel implements Serializable-
Serialized Fields
-
model
ListModel model
-
selection
MutableSelection<E> selection
-
-
-
Class com.macrofocus.selection.swing.SingleSelectionButtonModel
class SingleSelectionButtonModel extends JToggleButton.ToggleButtonModel implements Serializable -
Class com.macrofocus.selection.swing.SingleSelectionComboBoxModel
class SingleSelectionComboBoxModel extends DefaultComboBoxModel implements Serializable
-
-
Package com.macrofocus.utils
-
Class com.macrofocus.utils.AbstractMap.SimpleEntry
class SimpleEntry extends Object implements Serializable- serialVersionUID:
- -8499721149061103585L
-
Class com.macrofocus.utils.AbstractMap.SimpleImmutableEntry
class SimpleImmutableEntry extends Object implements Serializable- serialVersionUID:
- 7138329143949025153L
-
Class com.macrofocus.utils.IndexedTreeMap.AscendingSubMap
class AscendingSubMap extends com.macrofocus.utils.IndexedTreeMap.NavigableSubMap<K,V> implements Serializable - serialVersionUID:
- 912986545866124060L
-
Class com.macrofocus.utils.IndexedTreeMap.DescendingSubMap
class DescendingSubMap extends com.macrofocus.utils.IndexedTreeMap.NavigableSubMap<K,V> implements Serializable - serialVersionUID:
- 912986545866120460L
-
Serialized Fields
-
reverseComparator
Comparator<? super K> reverseComparator
-
-
Class com.macrofocus.utils.IndexedTreeMap.SubMap
- serialVersionUID:
- -6520786458950516097L
-
Class com.macrofocus.utils.IndexedTreeSet
-
-
Package com.treemap.swing
-
Class com.treemap.swing.AbstractTreeMapFieldComboBoxModel
class AbstractTreeMapFieldComboBoxModel extends DefaultComboBoxModel<TreeMapField> implements Serializable-
Serialized Fields
-
none
NoTreeMapField none
-
treeMapModel
TreeMapModel<N extends MutableTreeMapNode,
?, ?, ?, ?> treeMapModel -
updating
boolean updating
-
-
-
Class com.treemap.swing.ColorComboBoxModel
class ColorComboBoxModel extends AbstractTreeMapFieldComboBoxModel implements Serializable -
Class com.treemap.swing.DrillDownAction
class DrillDownAction extends AbstractAction implements Serializable-
Serialized Fields
-
_view
TreeMapView<JComponent,
N, Row, Column, Color, Font> _view
-
-
-
Class com.treemap.swing.DrillUpAction
class DrillUpAction extends AbstractAction implements Serializable-
Serialized Fields
-
_view
TreeMapView<JComponent,
N, Row, Column, Color, Font> _view
-
-
-
Class com.treemap.swing.GroupByComboBoxModel
class GroupByComboBoxModel extends AbstractTreeMapFieldComboBoxModel implements Serializable -
Class com.treemap.swing.HeightComboBoxModel
class HeightComboBoxModel extends AbstractTreeMapFieldComboBoxModel implements Serializable -
Class com.treemap.swing.JideTreeMapPopup
class JideTreeMapPopup extends com.jidesoft.popup.JidePopup implements Serializable -
Class com.treemap.swing.SizeComboBoxModel
class SizeComboBoxModel extends AbstractTreeMapFieldComboBoxModel implements Serializable -
Class com.treemap.swing.SwingTreeMapModel.LabelComboBoxModel
class LabelComboBoxModel extends AbstractTreeMapFieldComboBoxModel implements Serializable -
Class com.treemap.swing.SwingTreeMapView.NativeComponent
class NativeComponent extends JComponent implements Serializable -
Class com.treemap.swing.TreeMapPanel
class TreeMapPanel extends JPanel implements Serializable-
Serialized Fields
-
treeMap
TreeMap treeMap
-
-
-
Class com.treemap.swing.VariablesComboBoxModel
class VariablesComboBoxModel extends DefaultComboBoxModel implements Serializable-
Serialized Fields
-
condition
Condition<TreeMapField> condition
-
includeNone
boolean includeNone
-
model
TreeMapModel model
-
-
-
Class com.treemap.swing.ZoomInAction
class ZoomInAction extends AbstractAction implements Serializable-
Serialized Fields
-
_view
TreeMapView<JComponent,
N, Row, Column, Color, Font> _view
-
-
-
Class com.treemap.swing.ZoomOutAction
class ZoomOutAction extends AbstractAction implements Serializable-
Serialized Fields
-
_view
TreeMapView<JComponent,
N, Row, Column, Color, Font> _view
-
-
-
-
Package com.treemap.swing.fastvoronoi.originalconvexhull
-
Exception com.treemap.swing.fastvoronoi.originalconvexhull.NotEnoughPointsException
class NotEnoughPointsException extends RuntimeException implements Serializable
-
-
Package com.treemap.swing.legend
-
Class com.treemap.swing.legend.TextualLegend
class TextualLegend extends JPanel implements Serializable-
Serialized Fields
-
treeMapModel
TreeMapModel treeMapModel
-
-
-
Class com.treemap.swing.legend.WrapLayout
class WrapLayout extends FlowLayout implements Serializable-
Serialized Fields
-
preferredLayoutSize
Dimension preferredLayoutSize
-
-
-
-
Package com.treemap.swing.originalfastvoronoi.convexHull
-
Exception com.treemap.swing.originalfastvoronoi.convexHull.NotEnoughPointsException
class NotEnoughPointsException extends RuntimeException implements Serializable
-
-
Package com.treemap.swing.originalfastvoronoi.pd
-
Class com.treemap.swing.originalfastvoronoi.pd.ImageFrame
class ImageFrame extends JFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
image
BufferedImage image
-
-
-
Package com.treemap.swing.originalfastvoronoi.pd.gui
-
Class com.treemap.swing.originalfastvoronoi.pd.gui.JPolygon
class JPolygon extends JComponent implements Serializable-
Serialized Fields
-
fillColor
Color fillColor
-
height
int height
-
id
Integer id
-
isFinal
boolean isFinal
-
isLast
boolean isLast
-
makeFontSmaller
boolean makeFontSmaller
-
mouseIn
boolean mouseIn
-
polygon
PolygonSimple polygon
-
text
String text
-
textFont
Font textFont
-
-
-
Class com.treemap.swing.originalfastvoronoi.pd.gui.JSite
class JSite extends JPolygon implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pressed
boolean pressed
-
site
Site site
-
-
Class com.treemap.swing.originalfastvoronoi.pd.gui.PowerBox
class PowerBox extends JFrame implements Serializable-
Serialized Fields
-
clipPoly
PolygonSimple clipPoly
-
panel
JPanel panel
-
points
ArrayList<JSite> points
-
sites
OpenList sites
-
vertices
HashMap<Point2D.Double,
HashSet<Site>> vertices
-
-
-
-
Package com.treemap.swing.table
-
Class com.treemap.swing.table.SwingTable.FormattedRenderer
class FormattedRenderer extends JLabel implements Serializable -
Class com.treemap.swing.table.SwingTable.RollOverTable
class RollOverTable extends JTable implements Serializable
-
-
Package com.treemap.swing.tagcloud
-
Class com.treemap.swing.tagcloud.SwingAffineTransform
class SwingAffineTransform extends AffineTransform implements Serializable
-
-
Package com.treemap.swing.treeplot
-
Class com.treemap.swing.treeplot.SwingTreePlotPanel
class SwingTreePlotPanel extends JPanel implements Serializable-
Serialized Fields
-
axisPlotPanel
com.macrofocus.plot.AxisPlotPanel<JComponent> axisPlotPanel
-
-
-
Class com.treemap.swing.treeplot.SwingTreePlotToolTip
class SwingTreePlotToolTip extends JComponent implements Serializable-
Serialized Fields
-
border
LineBorder border
-
mousePosition
Point mousePosition
-
node
N node
-
popup
TreeMapPopup popup
-
preferredWidth
int preferredWidth
-
redispatchMouseEvent
boolean redispatchMouseEvent
-
renderer
ToolTipTreePlotRenderer<N,
Row, Column, Color, Font> renderer -
type
TreeMapToolTip.ToolTipType type
-
view
SwingTreePlotView<N,
Row, Column> view
-
-
-
Class com.treemap.swing.treeplot.SwingTreePlotView.NativeComponent
class NativeComponent extends JComponent implements Serializable
-
-
Package com.treemap.swing.venn
-
Class com.treemap.swing.venn.VennView
class VennView extends JComponent implements Serializable-
Serialized Fields
-
diagram
VennDiagram diagram
-
-
-
-
Package edu.uic.ncdm.venn.display
-
Class edu.uic.ncdm.venn.display.VennCanvas
class VennCanvas extends JPanel implements Serializable-
Serialized Fields
-
bi
BufferedImage bi
-
centers
double[][] centers
-
colors
double[] colors
-
diameters
double[] diameters
-
frc
FontRenderContext frc
-
labels
String[] labels
-
maxs
double maxs
-
mins
double mins
-
size
int size
-
-
-
Class edu.uic.ncdm.venn.display.VennFrame
class VennFrame extends JFrame implements Serializable-
Serialized Fields
-
HEIGHT
int HEIGHT
-
WIDTH
int WIDTH
-
-
-