Serialized Form
|
Package org.openflow.gui.chart |
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 |
|
Package org.openflow.util.string |
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()
layout
javax.swing.JPanel layout
size
java.awt.Dimension size
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
scaleW
float scaleW
- scaling for the paint method
scaleH
float scaleH
- scaling for the paint method
img
java.awt.Image img
size
java.awt.Dimension size
resampledImages
java.util.HashMap<K,V> resampledImages
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
icon
Icon icon
size
java.awt.Dimension size
endTime_millis
long endTime_millis
duration_millis
long duration_millis
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
serialVersionUID: 100L
x
float x
y
float y
serialVersionUID: 100L
x
int x
y
int y
thumbNum
int thumbNum
sliderModels
javax.swing.BoundedRangeModel[] sliderModels
thumbRenderers
javax.swing.Icon[] thumbRenderers
fillColors
java.awt.Color[] fillColors
trackFillColor
java.awt.Color trackFillColor