Serialized Form


Package ch.aplu.util

Class ch.aplu.util.GPane extends javax.swing.JPanel implements Serializable

Serialized Fields

backgroundColor

java.awt.Color backgroundColor
Property for bean support.


penColor

java.awt.Color penColor
Property for bean support.


xmin

double xmin
Property for bean support.


xmax

double xmax
Property for bean support.


ymin

double ymin
Property for bean support.


ymax

double ymax
Property for bean support.


enableFocus

boolean enableFocus
Property for bean support.


_wWidth

int _wWidth

_wHeight

int _wHeight

_wnd

GWindow _wnd

_title

java.lang.String _title

_userPanel

GPrintable _userPanel

_scale

double _scale

_isPrinting

boolean _isPrinting

_printScreen

boolean _printScreen

_msgDialog

javax.swing.JDialog _msgDialog

_isDisposed

boolean _isDisposed

_panelMode

int _panelMode

_isFullscreen

boolean _isFullscreen

_isReady

boolean _isReady

_isFirst

boolean _isFirst

waitThread

java.lang.Thread waitThread

_gotKey

boolean _gotKey

_mustNotify

boolean _mustNotify

_keyChar

char _keyChar

_keyCode

int _keyCode

_modifiers

int _modifiers

_modifiersText

java.lang.String _modifiersText

monitor

java.lang.Object monitor

Class ch.aplu.util.GWindow extends javax.swing.JFrame implements Serializable

serialVersionUID: 1772883994005116227L

Serialized Fields

DEFAULT_WIDTH

int DEFAULT_WIDTH

DEFAULT_HEIGHT

int DEFAULT_HEIGHT

DEFAULT_ULX

int DEFAULT_ULX

DEFAULT_ULY

int DEFAULT_ULY

DEFAULT_BACKGROUNDCOLOR

java.awt.Color DEFAULT_BACKGROUNDCOLOR

DEFAULT_XMIN

int DEFAULT_XMIN

DEFAULT_XMAX

int DEFAULT_XMAX

DEFAULT_YMIN

int DEFAULT_YMIN

DEFAULT_YMAX

int DEFAULT_YMAX

DEFAULT_BGCOLOR

java.awt.Color DEFAULT_BGCOLOR

DEFAULT_TITLE

java.lang.String DEFAULT_TITLE

_title

java.lang.String _title

_contentPane

javax.swing.JPanel _contentPane

_panel

java.awt.Component _panel

_bi

java.awt.image.BufferedImage _bi

_offG2D

java.awt.Graphics2D _offG2D

_screenG2D

java.awt.Graphics2D _screenG2D

_doRepaint

boolean _doRepaint

_doAdjust

boolean _doAdjust

_a

double _a

_b

double _b

_c

double _c

_d

double _d

_width

int _width

_height

int _height

_ulx

int _ulx

_uly

int _uly

_bgColor

java.awt.Color _bgColor

_xCurrent

double _xCurrent

_yCurrent

double _yCurrent

_color

java.awt.Color _color

_lineWidth

int _lineWidth

_isFullscreen

boolean _isFullscreen

_isUndecorated

boolean _isUndecorated

_leftInset

int _leftInset

_rightInset

int _rightInset

_topInset

int _topInset

_bottomInset

int _bottomInset

_xPix

int _xPix

_yPix

int _yPix

_xmin

double _xmin

_xmax

double _xmax

_ymin

double _ymin

_ymax

double _ymax

_imageWidth

int _imageWidth

_imageHeight

int _imageHeight

_image

java.awt.Image _image

_saveImage

java.awt.image.BufferedImage _saveImage

_saveGraphics

java.awt.Graphics2D _saveGraphics

_reduceSize

int _reduceSize

_emptyBorder

int _emptyBorder

_panelMode

int _panelMode

_doNothingOnClose

boolean _doNothingOnClose

_exitListener

ExitListener _exitListener

_isFirst

boolean _isFirst

statusDialog

ModelessOptionPane statusDialog