Serialized Form


Package org.openflow.gui.chart

Class org.openflow.gui.chart.MultiPointerDial extends org.jfree.chart.ChartPanel implements Serializable

Serialized Fields

title

java.lang.String title
chart title


unitsLabel

java.lang.String unitsLabel
units of the chart


max

int max
maximum value of the dial


majorStep

int majorStep
increment between major tick marks


values

org.jfree.data.general.DefaultValueDataset[] values
pointer values


Package org.openflow.gui.drawables

Class org.openflow.gui.drawables.Link.LinkExistsException extends java.lang.Exception implements Serializable


Package org.openflow.util.string

Class org.openflow.util.string.IllegalArgValException extends java.lang.Exception implements Serializable


Package org.pzgui

Class org.pzgui.PZWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

manager

PZManager manager
the manager which is managing this window


customTitle

java.lang.String customTitle
custom string to use for the title (if null, BASE_TITLE will be used)


lblCanvas

org.pzgui.PZWindow.JLabelWithPZWindowParent lblCanvas
canvas to draw the scene on


img

java.awt.image.BufferedImage img
the image where the scene will be drawn


imgLock

java.lang.Object imgLock
a lock to prevent img from being changed in the middle of a redraw


saveScreenshotName

java.lang.String saveScreenshotName
if non-null, a screenshot will be saved to the specified filename


reservedWidthRight

int reservedWidthRight
how much of the right side of the window is reserved for other content


reservedHeightBottom

int reservedHeightBottom
how much of the bottom side of the window is reserved for other content


dockLocation

DockLocation dockLocation
How this window is docked to the previous window; 0=not docked, else see SwingConstants (TOP, BOTTOM, LEFT, or RIGHT)


drawOffset

Vector2i drawOffset
current pan (not including any additional pan in progress)


drawOffsetExtra

Vector2i drawOffsetExtra
additional pan (in progress of being set)


zoom

float zoom
current zoom


zoomPanAnimationEndTime

long zoomPanAnimationEndTime
time at which the current zoom/pan animation finishes


zoomPanAnimationStartTime

long zoomPanAnimationStartTime
time at which the current zoom/pan animation finishes


zoomFrom

float zoomFrom
where the zoom is coming from and going to


zoomTo

float zoomTo
where the zoom is coming from and going to


panFrom

Vector2i panFrom
where the pan is coming from and going to


panTo

Vector2i panTo
where the pan is coming from and going to


zoomPanAnimationInterpolationPower

float zoomPanAnimationInterpolationPower
see the description of startPanZoomAnimation()


Package org.pzgui.icon

Class org.pzgui.icon.CompositeIcon extends Icon implements Serializable

Serialized Fields

layout

javax.swing.JPanel layout

Class org.pzgui.icon.EmptyIcon extends Icon implements Serializable

Serialized Fields

size

java.awt.Dimension size

Class org.pzgui.icon.GeometricIcon extends Icon implements Serializable

Serialized Fields

poly

java.awt.Polygon poly

borderColor

java.awt.Color borderColor

fillColor

java.awt.Color fillColor

borderStroke

java.awt.Stroke borderStroke

size

java.awt.Dimension size

center

boolean center

resampledPolygons

java.util.HashMap<K,V> resampledPolygons

Class org.pzgui.icon.Icon extends java.awt.Component implements Serializable

Serialized Fields

scaleW

float scaleW
scaling for the paint method


scaleH

float scaleH
scaling for the paint method

Class org.pzgui.icon.ImageIcon extends Icon implements Serializable

Serialized Fields

img

java.awt.Image img

size

java.awt.Dimension size

resampledImages

java.util.HashMap<K,V> resampledImages

Class org.pzgui.icon.ShapeIcon extends Icon implements Serializable

Serialized Fields

shape

java.awt.Shape shape

fillColor

java.awt.Paint fillColor

outlineColor

java.awt.Paint outlineColor

size

java.awt.Dimension size

resampledShapes

java.util.HashMap<K,V> resampledShapes

Class org.pzgui.icon.TemporalIcon extends Icon implements Serializable

Serialized Fields

icon

Icon icon

size

java.awt.Dimension size

endTime_millis

long endTime_millis

duration_millis

long duration_millis

Class org.pzgui.icon.TextIcon extends Icon implements Serializable

Serialized Fields

text

java.lang.String text

fontSize

int fontSize

fillColor

java.awt.Color fillColor

outlineColor

java.awt.Color outlineColor

size

java.awt.Dimension size

font

java.awt.Font font

Package org.pzgui.math

Class org.pzgui.math.Vector2f extends java.awt.geom.Point2D implements Serializable

serialVersionUID: 100L

Serialized Fields

x

float x

y

float y

Class org.pzgui.math.Vector2i extends java.lang.Object implements Serializable

serialVersionUID: 100L

Serialized Fields

x

int x

y

int y

Package org.tame

Class org.tame.MThumbSlider extends javax.swing.JSlider implements Serializable

Serialized Fields

thumbNum

int thumbNum

sliderModels

javax.swing.BoundedRangeModel[] sliderModels

thumbRenderers

javax.swing.Icon[] thumbRenderers

fillColors

java.awt.Color[] fillColors

trackFillColor

java.awt.Color trackFillColor