Serialized Form


Package jimgpnt

Class jimgpnt.FontChooserPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

box

javax.swing.JComboBox box

bold

javax.swing.JToggleButton bold

italic

javax.swing.JToggleButton italic

size

javax.swing.JSpinner size

propName

java.lang.String propName

Class jimgpnt.JImagePaint extends javax.swing.JPanel implements Serializable

Serialized Fields

panel

JImagePaintPanel panel

mode

JImagePaintModeToolbar mode

options

JImagePaintOptionsToolbar options

file

JImagePaintFileToolbar file

Class jimgpnt.JImagePaintFileToolbar extends javax.swing.JToolBar implements Serializable

Serialized Fields

newFile

javax.swing.JButton newFile

openFile

javax.swing.JButton openFile

appendFile

javax.swing.JButton appendFile

saveFile

javax.swing.JButton saveFile

panel

JImagePaintPanel panel

Class jimgpnt.JImagePaintLocationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label

nullText

java.lang.String nullText

Class jimgpnt.JImagePaintMenu extends javax.swing.JMenuBar implements Serializable

Serialized Fields

panel

JImagePaintPanel panel

pasteImage

javax.swing.JMenuItem pasteImage

props

PropertiesGUI props

Class jimgpnt.JImagePaintModeToolbar extends javax.swing.JToolBar implements Serializable

Serialized Fields

select

javax.swing.JToggleButton select

line

javax.swing.JToggleButton line

scribble

javax.swing.JToggleButton scribble

rect

javax.swing.JToggleButton rect

oval

javax.swing.JToggleButton oval

text

javax.swing.JToggleButton text

erase

javax.swing.JToggleButton erase

flood

javax.swing.JToggleButton flood

point

javax.swing.JToggleButton point

arrow

javax.swing.JToggleButton arrow

colorpick

javax.swing.JToggleButton colorpick

paintPanel

JImagePaintPanel paintPanel

Class jimgpnt.JImagePaintOptionsToolbar extends javax.swing.JToolBar implements Serializable

Serialized Fields

anti

javax.swing.JToggleButton anti

font

FontChooserPanel font

paintPanel

JImagePaintPanel paintPanel

fgColor

ColorButton fgColor

stroke

StrokeChooserPanel stroke

fill

javax.swing.JToggleButton fill

alpha

javax.swing.JSlider alpha

Class jimgpnt.JImagePaintPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

img

java.awt.image.BufferedImage img

currentMode

int currentMode

oldMode

int oldMode

zoom

int zoom

bgColor

java.awt.Color bgColor

drawColor

java.awt.Color drawColor

antialiased

boolean antialiased

arcWidth

int arcWidth

arcHeight

int arcHeight

filled

boolean filled

stroke

java.awt.Stroke stroke

alpha

float alpha

paintObjects

java.util.ArrayList paintObjects

selectedObjects

java.util.ArrayList selectedObjects

tempObjects

java.util.ArrayList tempObjects

displayObjects

java.util.ArrayList displayObjects

scroll

javax.swing.JScrollPane scroll

mousePoint

java.awt.Point mousePoint

eraseRad

int eraseRad

currentFile

java.io.File currentFile

locationPanel

JImagePaintLocationPanel locationPanel

dragDown

java.awt.Point dragDown

preCursor

java.awt.Cursor preCursor

saveChooser

javax.swing.JFileChooser saveChooser

clip

java.awt.datatransfer.Clipboard clip

properties

java.util.Properties properties

Class jimgpnt.JImagePopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

panel

JImagePaintPanel panel

drag

boolean drag

pasteImage

javax.swing.JMenuItem pasteImage

clip

java.awt.datatransfer.Clipboard clip

clickPoint

java.awt.geom.Point2D clickPoint

Package jimgpnt.util

Class jimgpnt.util.ColorButton extends javax.swing.JButton implements Serializable

Serialized Fields

color

java.awt.Color color

chooserParent

java.awt.Component chooserParent

chooserTitle

java.lang.String chooserTitle

propName

java.lang.String propName

chooserDialog

javax.swing.JDialog chooserDialog

chooser

javax.swing.JColorChooser chooser

Class jimgpnt.util.PropertiesGUI extends javax.swing.JDialog implements Serializable

Serialized Fields

fields

java.util.ArrayList fields

Class jimgpnt.util.StrokeChooserPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

strokeWidth

javax.swing.JSpinner strokeWidth

propName

java.lang.String propName

stroke

java.awt.Stroke stroke



Copyright © 2004 Alistair Dickie. All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the Software), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

1. The origin of this Software must not be misrepresented; you must not claim that you wrote the original software. If you use the Software in a product, an acknowledgment in the product documentation would be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original Software.

3. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Alistair Dickie - See alistairdickie.com for contact details.