Serialized Form


Package com.nwoods.jgo

Class com.nwoods.jgo.JGo3DNoteRect extends JGoRectangle implements Serializable

Serialized Fields

myShadowSize

int myShadowSize
The size of the shadow.


myFlapSize

int myFlapSize
The size of the flap.

Class com.nwoods.jgo.JGo3DRect extends JGoRectangle implements Serializable

Serialized Fields

myState

int myState
the current state

Class com.nwoods.jgo.JGoArea extends JGoObject implements Serializable

Serialized Fields

myChildren

JGoObjList myChildren
The list of children objects in this area.


myCurrentListPosition

JGoListPosition myCurrentListPosition
the back-pointer into the container's (probably the document's) list

Class com.nwoods.jgo.JGoBasicNode extends JGoNode implements Serializable

Serialized Fields

myDrawable

JGoDrawable myDrawable

myLabel

JGoText myLabel

myPort

JGoPort myPort

myLabelSpot

int myLabelSpot

myInsets

java.awt.Insets myInsets

Class com.nwoods.jgo.JGoBrush extends java.lang.Object implements Serializable

Serialized Fields

myStyle

int myStyle

myColor

java.awt.Color myColor

Class com.nwoods.jgo.JGoButton extends JGoControl implements Serializable

Serialized Fields

myLabel

java.lang.String myLabel
The text on the button


myFontSize

int myFontSize

Class com.nwoods.jgo.JGoCollection extends java.lang.Object implements Serializable

Serialized Fields

myObjects

JGoObjList myObjects

Class com.nwoods.jgo.JGoControl extends JGoObject implements Serializable

Class com.nwoods.jgo.JGoCopyMap extends java.lang.Object implements Serializable

Serialized Fields

myMap

java.util.HashMap myMap
The HashMap that tracks copied objects.


myDelayeds

java.util.Vector myDelayeds
The vector of objects whose copy operation has been delayed

Class com.nwoods.jgo.JGoDocument extends java.lang.Object implements Serializable

Serialized Fields

myDefaultLayer

JGoLayer myDefaultLayer

myLinksLayer

JGoLayer myLinksLayer

myFirstLayer

JGoLayer myFirstLayer

myLastLayer

JGoLayer myLastLayer

myDocumentSize

java.awt.Dimension myDocumentSize
the size of the document


myDocumentTopLeft

java.awt.Point myDocumentTopLeft

myPaperColor

java.awt.Color myPaperColor
the color of the background


myModifiable

boolean myModifiable

myMaintainsPartID

boolean myMaintainsPartID

myLastPartID

int myLastPartID

myValidCycle

int myValidCycle

Class com.nwoods.jgo.JGoDocumentChangedEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

myUndoManager

JGoUndoManager myUndoManager

myIsBeforeChanging

boolean myIsBeforeChanging

myDoc

JGoDocument myDoc

myHint

int myHint

myFlags

int myFlags

myObject

java.lang.Object myObject

myOldValueInt

int myOldValueInt

myOldValue

java.lang.Object myOldValue

myNewValueInt

int myNewValueInt

myNewValue

java.lang.Object myNewValue

Class com.nwoods.jgo.JGoDocumentEvent extends java.util.EventObject implements Serializable

Serialized Fields

myHint

int myHint

myFlags

int myFlags

myObj

java.lang.Object myObj

myPreviousValue

java.lang.Object myPreviousValue

myPreviousValueInt

int myPreviousValueInt

Class com.nwoods.jgo.JGoDrawable extends JGoObject implements Serializable

Serialized Fields

myCurrentPen

JGoPen myCurrentPen
The current pen to use to draw the lines in this object


myCurrentBrush

JGoBrush myCurrentBrush
The current brush to use to fill this object

Class com.nwoods.jgo.JGoEllipse extends JGoDrawable implements Serializable

Class com.nwoods.jgo.JGoGridView extends JGoView implements Serializable

Class com.nwoods.jgo.JGoHandle extends JGoRectangle implements Serializable

Serialized Fields

myCursorType

int myCursorType
the type of cursor to display


myHandleType

int myHandleType
the position (or type) or the handle


myHandleFor

JGoObject myHandleFor
the object for which this is a handle

Class com.nwoods.jgo.JGoIconicNode extends JGoNode implements Serializable

Serialized Fields

myIcon

JGoObject myIcon

myLabel

JGoText myLabel

myPort

JGoPort myPort

myLabelOffset

java.awt.Dimension myLabelOffset

myDraggableLabel

boolean myDraggableLabel

Class com.nwoods.jgo.JGoImage extends JGoObject implements Serializable

Serialized Fields

myURL

java.net.URL myURL
the url of the image, if loaded from the net, null otherwise.


myFilename

java.lang.String myFilename
the filename of the image, if loaded from a file, null otherwise.


myTransparentColor

java.awt.Color myTransparentColor
The color that replaces transparent pixels.

Class com.nwoods.jgo.JGoJPEGView extends JGoView implements Serializable

Serialized Fields

myViewSize

java.awt.Dimension myViewSize

Class com.nwoods.jgo.JGoLabeledLink extends JGoLink implements Serializable

Serialized Fields

myFromLabel

JGoObject myFromLabel

myMidLabel

JGoObject myMidLabel

myToLabel

JGoObject myToLabel

Class com.nwoods.jgo.JGoLayer extends java.lang.Object implements Serializable

Serialized Fields

myObjects

JGoObjList myObjects

myDocument

JGoDocument myDocument

myNextLayer

JGoLayer myNextLayer

myPrevLayer

JGoLayer myPrevLayer

myVisible

boolean myVisible

myTransparency

float myTransparency

myModifiable

boolean myModifiable

myIdentifier

java.lang.Object myIdentifier

myTempRect1

java.awt.Rectangle myTempRect1

myTempRect2

java.awt.Rectangle myTempRect2

Class com.nwoods.jgo.JGoLink extends JGoStroke implements Serializable

Serialized Fields

myPartID

int myPartID

myUserObject

java.lang.Object myUserObject

myLinkFlags

int myLinkFlags

myFromPort

JGoPort myFromPort

myToPort

JGoPort myToPort

myCurviness

int myCurviness

Class com.nwoods.jgo.JGoLinkLabel extends JGoText implements Serializable

Serialized Fields

myLabeledLink

JGoObject myLabeledLink

Class com.nwoods.jgo.JGoListPosition extends java.lang.Object implements Serializable

Serialized Fields

obj

JGoObject obj

next

JGoListPosition next

prev

JGoListPosition prev

Class com.nwoods.jgo.JGoNode extends JGoArea implements Serializable

Serialized Fields

myPartID

int myPartID

myUserObject

java.lang.Object myUserObject

myToolTipText

java.lang.String myToolTipText

Class com.nwoods.jgo.JGoObject extends java.lang.Object implements Serializable

Serialized Fields

myParentArea

JGoArea myParentArea
The area that owns this object; if this object is not a child of any area, myParentArea will be null.


myLayer

JGoLayer myLayer
The document layer that owns this object; if this object is a view object, myLayer will be null.


myBoundingRect

java.awt.Rectangle myBoundingRect
The bounding rectangle of this object.


myInternalFlags

int myInternalFlags
The internal true/false options of this object.


myExternalFlags

int myExternalFlags
The user-visible field.

Class com.nwoods.jgo.JGoOverview extends JGoView implements Serializable

Serialized Fields

myObserved

JGoView myObserved

myOverviewRect

JGoOverviewRectangle myOverviewRect

Class com.nwoods.jgo.JGoOverviewRectangle extends JGoRectangle implements Serializable

Serialized Fields

myChanging

boolean myChanging

Class com.nwoods.jgo.JGoPalette extends JGoView implements Serializable

Serialized Fields

myOrientation

int myOrientation

mySingleRowCol

boolean mySingleRowCol

mySampleItems

java.util.ArrayList mySampleItems

Class com.nwoods.jgo.JGoPen extends java.lang.Object implements Serializable

Serialized Fields

myStyle

int myStyle

myWidth

int myWidth

myColor

java.awt.Color myColor

Class com.nwoods.jgo.JGoPolygon extends JGoStroke implements Serializable

Class com.nwoods.jgo.JGoPort extends JGoDrawable implements Serializable

Serialized Fields

myPartID

int myPartID

myStyle

int myStyle
the style of the port --- how it is drawn


myObject

JGoObject myObject
if StyleObject, this is the object to draw


myFromLinkSpot

int myFromLinkSpot
Which spot should a from link link to


myToLinkSpot

int myToLinkSpot
Which spot should a to link link to


myLinks

JGoObjList myLinks
A list of all the links connected to this object


myEndSegmentLength

int myEndSegmentLength

Class com.nwoods.jgo.JGoPrintPreview extends javax.swing.JDialog implements Serializable

Serialized Fields

m_wPage

int m_wPage

m_hPage

int m_hPage

m_orientation

int m_orientation

m_target

java.awt.print.Printable m_target

m_cbScale

javax.swing.JComboBox m_cbScale

m_preview

JGoPrintPreview.PreviewContainer m_preview

m_pageFormat

java.awt.print.PageFormat m_pageFormat

m_pageCount

int m_pageCount

Class com.nwoods.jgo.JGoRectangle extends JGoDrawable implements Serializable

Class com.nwoods.jgo.JGoRoundRect extends JGoDrawable implements Serializable

Serialized Fields

myArcDimension

java.awt.Dimension myArcDimension
the height and width of the corners

Class com.nwoods.jgo.JGoScrollBar extends JGoControl implements Serializable

Serialized Fields

myVertical

boolean myVertical

myValue

int myValue

myExtent

int myExtent

myMinimum

int myMinimum

myMaximum

int myMaximum

myUnitIncrement

int myUnitIncrement

myBlockIncrement

int myBlockIncrement

Class com.nwoods.jgo.JGoSelection extends java.lang.Object implements Serializable

Serialized Fields

mySelectedObjects

JGoObjList mySelectedObjects

myHandles

java.util.HashMap myHandles

myBoundingHandlePen

JGoPen myBoundingHandlePen

myResizeHandlePen

JGoPen myResizeHandlePen

myResizeHandleBrush

JGoBrush myResizeHandleBrush

myResizeHandleSizeInViewCoords

boolean myResizeHandleSizeInViewCoords

Class com.nwoods.jgo.JGoStroke extends JGoDrawable implements Serializable

Serialized Fields

myPoints

java.util.ArrayList myPoints
the list of points in this stroke.


myHighlightPen

JGoPen myHighlightPen
the pen used for drawing any highlight


myArrowInfo

JGoStroke.ArrowInfo myArrowInfo

Class com.nwoods.jgo.JGoSubGraph extends JGoSubGraphBase implements Serializable

Serialized Fields

myState

int myState

myHandle

JGoSubGraphHandle myHandle

myLabel

JGoText myLabel

myPort

JGoPort myPort

myCollapsedObject

JGoObject myCollapsedObject

myBackgroundColor

java.awt.Color myBackgroundColor

myOpacity

double myOpacity

myBorderPen

JGoPen myBorderPen

myLabelSpot

int myLabelSpot

myCollapsedLabelSpot

int myCollapsedLabelSpot

myInsets

java.awt.Insets myInsets

myCollapsedInsets

java.awt.Insets myCollapsedInsets

myBoundsHashtable

java.util.HashMap myBoundsHashtable

myPathsHashtable

java.util.HashMap myPathsHashtable

Class com.nwoods.jgo.JGoSubGraphBase extends JGoNode implements Serializable

Class com.nwoods.jgo.JGoSubGraphHandle extends JGoRectangle implements Serializable

Class com.nwoods.jgo.JGoText extends JGoObject implements Serializable

Serialized Fields

myString

java.lang.String myString

myFaceName

java.lang.String myFaceName

myFontSize

int myFontSize

myAlignment

int myAlignment

myTextColor

java.awt.Color myTextColor

myBkColor

java.awt.Color myBkColor

myTextFlags

int myTextFlags

myUserTextFlags

int myUserTextFlags

myWrappingWidth

int myWrappingWidth

Class com.nwoods.jgo.JGoTextEdit extends JGoControl implements Serializable

Serialized Fields

myMultiline

boolean myMultiline

myOriginalText

java.lang.String myOriginalText

myStyle

int myStyle

myTextObject

JGoText myTextObject

Class com.nwoods.jgo.JGoTextNode extends JGoNode implements Serializable

Serialized Fields

myLabel

JGoText myLabel

myBack

JGoObject myBack

myTopPort

JGoPort myTopPort

myRightPort

JGoPort myRightPort

myBottomPort

JGoPort myBottomPort

myLeftPort

JGoPort myLeftPort

myInsets

java.awt.Insets myInsets

Class com.nwoods.jgo.JGoUndoManager extends javax.swing.undo.UndoManager implements Serializable

Serialized Fields

myViewEditPresentationNames

java.lang.String[] myViewEditPresentationNames
An array of user-visible JGoView action presentation names. If you are using undo/redo and are showing these presentation names, you will want to substitute your own strings when localizing your application.


myUndoing

boolean myUndoing

myRedoing

boolean myRedoing

myCompoundEdit

JGoUndoManager.JGoCompoundEdit myCompoundEdit

myLevel

int myLevel

Class com.nwoods.jgo.JGoUndoManager.JGoCompoundEdit extends javax.swing.undo.CompoundEdit implements Serializable

Serialized Fields

myName

java.lang.String myName

Class com.nwoods.jgo.JGoView extends javax.swing.JComponent implements Serializable

Serialized Fields

myBackgroundImage

java.awt.Image myBackgroundImage

myCanvas

JGoView.JGoViewCanvas myCanvas

myVertScroll

javax.swing.JScrollBar myVertScroll

myHorizScroll

javax.swing.JScrollBar myHorizScroll

myCornerBox

javax.swing.JComponent myCornerBox

myDocument

JGoDocument myDocument

myObjects

JGoObjList myObjects
the internal list of view-specific objects (always on top of document objects)


myOrigin

java.awt.Point myOrigin

myHorizScale

double myHorizScale

myVertScale

double myVertScale

myIncludingNegativeCoords

boolean myIncludingNegativeCoords

myHidingDisabledScrollbars

boolean myHidingDisabledScrollbars

myAutoscrollInsets

java.awt.Insets myAutoscrollInsets

myUpdatingScrollbars

boolean myUpdatingScrollbars

myMouseEnabled

boolean myMouseEnabled

myIgnoreNextMouseDown

boolean myIgnoreNextMouseDown

myMouseActions

int myMouseActions

myDragsSelectionImage

boolean myDragsSelectionImage

myDragEnabled

boolean myDragEnabled

myDropEnabled

boolean myDropEnabled

myDragsRealtime

boolean myDragsRealtime

myKeyEnabled

boolean myKeyEnabled

mySelection

JGoSelection mySelection

myPrimarySelectionColor

java.awt.Color myPrimarySelectionColor

mySecondarySelectionColor

java.awt.Color mySecondarySelectionColor

myHideSelectionOnMouse

boolean myHideSelectionOnMouse

myDefaultCursor

java.awt.Cursor myDefaultCursor

myDrawsXorMode

boolean myDrawsXorMode

myDebugFlags

int myDebugFlags

myGridWidth

int myGridWidth
the horizontal spacing of the grid.


myGridHeight

int myGridHeight
the vertical spacing of the grid.


myGridStyle

int myGridStyle
the style of the grid


mySpotNumber

int mySpotNumber
which spot in each object to snap


myGridOrigin

java.awt.Point myGridOrigin
the origin of the grid, default (0,0)


myGridPen

JGoPen myGridPen
the pen to use for drawing the grid


mySnapMove

int mySnapMove
how to snap objects when moving


mySnapResize

int mySnapResize
how to snap objects when resizing

Class com.nwoods.jgo.JGoView.JGoViewCanvas extends javax.swing.JComponent implements Serializable

Serialized Fields

myView

JGoView myView

myNumControls

int myNumControls

Class com.nwoods.jgo.JGoViewEvent extends java.util.EventObject implements Serializable

Serialized Fields

myHint

int myHint

myFlags

int myFlags

myObj

java.lang.Object myObj

myVC

java.awt.Point myVC

myDC

java.awt.Point myDC

myModifiers

int myModifiers

myConsumed

boolean myConsumed


Package com.nwoods.jgo.instruments

Class com.nwoods.jgo.instruments.AbstractGraduatedScale extends JGoDrawable implements Serializable

Serialized Fields

myMax

double myMax

myMin

double myMin

myTickUnit

double myTickUnit

myTickBase

double myTickBase

myTickColor

java.awt.Color myTickColor

myTickWidth

int myTickWidth

myTickLengthRight

float myTickLengthRight

myTickLengthLeft

float myTickLengthLeft

myTickMajorFrequency

int myTickMajorFrequency

myTickMajorWidth

int myTickMajorWidth

myTickMajorLengthRatio

float myTickMajorLengthRatio

myTickLabels

boolean myTickLabels

myLabelStyle

int myLabelStyle

myLabelFrequency

int myLabelFrequency

myLabelDistance

int myLabelDistance

myLabelFormat

java.lang.String myLabelFormat

myLabelTemplate

JGoText myLabelTemplate

myMaxLabelHeight

int myMaxLabelHeight

myMaxLabelWidth

int myMaxLabelWidth

myLeftPaint

int myLeftPaint

myTopPaint

int myTopPaint

myRightPaint

int myRightPaint

myBottomPaint

int myBottomPaint

Class com.nwoods.jgo.instruments.AbstractIndicator extends JGoDrawable implements Serializable

Serialized Fields

myValue

double myValue

myScale

GraduatedScale myScale

isQuantized

boolean isQuantized

myQuantBase

double myQuantBase

myQuantUnit

double myQuantUnit

myActionEnabled

boolean myActionEnabled

isActivated

boolean isActivated

Class com.nwoods.jgo.instruments.GraduatedScaleElliptical extends AbstractGraduatedScale implements Serializable

Serialized Fields

myStartAngle

double myStartAngle

mySweepAngle

double mySweepAngle

Class com.nwoods.jgo.instruments.GraduatedScaleLinear extends AbstractGraduatedScale implements Serializable

Serialized Fields

myStart

java.awt.Point myStart

myEnd

java.awt.Point myEnd

myLeftTickOffsetW

float myLeftTickOffsetW

myLeftTickOffsetH

float myLeftTickOffsetH

myRightTickOffsetW

float myRightTickOffsetW

myRightTickOffsetH

float myRightTickOffsetH

Class com.nwoods.jgo.instruments.IndicatorBar extends AbstractIndicator implements Serializable

Serialized Fields

myThickness

float myThickness

myStartOffset

java.awt.Dimension myStartOffset

myPhases

java.util.ArrayList myPhases

Class com.nwoods.jgo.instruments.IndicatorBarElliptical extends IndicatorBar implements Serializable

Serialized Fields

myFillClockwise

boolean myFillClockwise

Class com.nwoods.jgo.instruments.IndicatorKnob extends AbstractIndicator implements Serializable

Serialized Fields

myMarkerColor

java.awt.Color myMarkerColor

Class com.nwoods.jgo.instruments.IndicatorNeedle extends AbstractIndicator implements Serializable

Serialized Fields

myPivotPoint

java.awt.Point myPivotPoint

myConstantLength

boolean myConstantLength

myLength

float myLength

myThickness

float myThickness

myStyle

int myStyle

Class com.nwoods.jgo.instruments.IndicatorSlider extends AbstractIndicator implements Serializable

Serialized Fields

myStyle

int myStyle

myDimensions

java.awt.Dimension myDimensions

Class com.nwoods.jgo.instruments.IndicatorSliderElliptical extends IndicatorSlider implements Serializable

Class com.nwoods.jgo.instruments.Meter extends JGoArea implements Serializable

Serialized Fields

myBack

JGoObject myBack

myLabel

JGoText myLabel

myIndicator

AbstractIndicator myIndicator

myScale

AbstractGraduatedScale myScale

myOrientation

int myOrientation

myInsets

java.awt.Insets myInsets

myLabelSpot

int myLabelSpot

myLabelRelativeSpot

int myLabelRelativeSpot

Class com.nwoods.jgo.instruments.MultipleIndicatorMeter extends Meter implements Serializable

Serialized Fields

myIndicators

java.util.ArrayList myIndicators

Class com.nwoods.jgo.instruments.Phase extends java.lang.Object implements Serializable

Serialized Fields

myMin

double myMin

myMax

double myMax

myColor

java.awt.Color myColor


Package com.nwoods.jgo.web

Class com.nwoods.jgo.web.JGoImageServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

myEventProcessor

JGoImageEventProcessor myEventProcessor