Serialized Form
contentTypeIndex
int contentTypeIndex
fileName
java.lang.String fileName
board
PEDrawingBoard board
fileName
java.lang.String fileName
command
java.lang.String command
Package jpicedt.format.input.util |
context
Context context
- the current Context being used by the parser which raised an exception
expr
AbstractRegularExpression expr
- the expression that raised the exception
Package jpicedt.format.output.eepic |
thinLinesTF
DecimalNumberField thinLinesTF
thickLinesTF
DecimalNumberField thickLinesTF
prologTA
javax.swing.JTextArea prologTA
epilogTA
javax.swing.JTextArea epilogTA
preferences
java.util.Properties preferences
Package jpicedt.format.output.latex |
linethicknessTF
DecimalNumberField linethicknessTF
emLineLengthTF
DecimalNumberField emLineLengthTF
maxEmLineSlopeTF
DecimalNumberField maxEmLineSlopeTF
maxLatexDiskDiameterTF
DecimalNumberField maxLatexDiskDiameterTF
emCircleSegLengthTF
DecimalNumberField emCircleSegLengthTF
maxLatexCircleDiameterTF
DecimalNumberField maxLatexCircleDiameterTF
prologTA
javax.swing.JTextArea prologTA
epilogTA
javax.swing.JTextArea epilogTA
preferences
java.util.Properties preferences
Package jpicedt.format.output.pstricks |
thinLinesTF
DecimalNumberField thinLinesTF
thickLinesTF
DecimalNumberField thickLinesTF
prologTA
javax.swing.JTextArea prologTA
epilogTA
javax.swing.JTextArea epilogTA
preferences
java.util.Properties preferences
widthMmTF
DecimalNumberField widthMmTF
heightMmTF
DecimalNumberField heightMmTF
leftMarginMmTF
DecimalNumberField leftMarginMmTF
bottomMarginMmTF
DecimalNumberField bottomMarginMmTF
preferences
java.util.Properties preferences
pageFormat
PageFormat pageFormat
drawing
Drawing drawing
- the model for this canvas
pageFormat
PageFormat pageFormat
- pageFormat encapsulates board size and margin data
contentType
ContentType contentType
- the current content-type for this PECanvas (determines the EditorKit behaviour)
model2ViewTransform
java.awt.geom.AffineTransform model2ViewTransform
- the AffineTransform used to translate from model-coordinates to view-coordinates ;
gets updated each time either the zoom factor or the page format changes
view2ModelTransform
java.awt.geom.AffineTransform view2ModelTransform
- the AffineTransform used to translate from mouse-coordinates to model-coordinates ;
gets updated each time model2ViewTransform changes
grid
Grid grid
- the grid attached to this canvas
kit
EditorKit kit
- the current editor kit for this component
undoableEditSupport
javax.swing.undo.UndoableEditSupport undoableEditSupport
- the UndoableEditSupport delegate for UndoableEditEvent firing
undoManager
javax.swing.undo.UndoManager undoManager
- the UndoManager delegate for undo/redo operation
stateEdit
javax.swing.undo.StateEdit stateEdit
- the UndoableEdit in progress
renderingHints
java.awt.RenderingHints renderingHints
- a Map storing RenderingHints to be applied to the graphic context when rendering the drawing
zoom
double zoom
- the zoom factor ; this determines the zoom factor to be applied to Graphics2D through an AffineTransform
scale
double scale
- the total scale factor, including DPMM and zoom ; updated each time zoom changes
mouseInputListener
PEMouseInputListener mouseInputListener
- chained list of PEMouseInputListener's for this component
peMousePoint
PicPoint peMousePoint
- tmp. buffer used by processMouseEvent
tmpCoords
double[] tmpCoords
- tmp. buffer used by repaintFromModelRect
repaintRectangle
java.awt.Rectangle repaintRectangle
canvas
PECanvas canvas
horRuler
jpicedt.graphic.PEScrollPane.Rule horRuler
vertRuler
jpicedt.graphic.PEScrollPane.Rule vertRuler
horRulerTransform
java.awt.geom.AffineTransform horRulerTransform
vertRulerTransform
java.awt.geom.AffineTransform vertRulerTransform
horRulerOrg
double horRulerOrg
vertRulerOrg
double vertRulerOrg
horRulerScale
double horRulerScale
vertRulerScale
double vertRulerScale
isAlreadyCentered
boolean isAlreadyCentered
scrollPane
PEScrollPane scrollPane
Package jpicedt.graphic.event |
awtEvent
java.awt.event.MouseEvent awtEvent
pt
PicPoint pt
type
SelectionEvent.EventType type
- the event type
elements
Element[] elements
- the elements that were (un)selected
oldZoom
double oldZoom
- the old zoom factor
newZoom
double newZoom
- the new zoom factor
ptCenter
PicPoint ptCenter
- the coordinate of the point that was at the center of the canvas before the zoom changed
Package jpicedt.graphic.io.formatter |
defaultAttributes
PicAttributeSet defaultAttributes
Package jpicedt.graphic.io.parser |
Package jpicedt.graphic.model |
xMinTF
DecimalNumberField xMinTF
yMinTF
DecimalNumberField yMinTF
xMaxTF
DecimalNumberField xMaxTF
yMaxTF
DecimalNumberField yMaxTF
automaticCB
javax.swing.JCheckBox automaticCB
Package jpicedt.graphic.toolkit |
customizers
AbstractCustomizer[] customizers
buttonOk
javax.swing.JButton buttonOk
buttonCancel
javax.swing.JButton buttonCancel
buttonDefault
javax.swing.JButton buttonDefault
buttonReload
javax.swing.JButton buttonReload
cancelled
boolean cancelled
keyHandler
jpicedt.graphic.toolkit.CustomizerDialog.KeyHandler keyHandler
okButtonClosesDialog
boolean okButtonClosesDialog
clipboard
java.awt.datatransfer.Clipboard clipboard
clipboard
java.awt.datatransfer.Clipboard clipboard
type
java.lang.String type
clipboard
java.awt.datatransfer.Clipboard clipboard
mouseToolName
java.lang.String mouseToolName
actionDispatcher
ActionDispatcher actionDispatcher
isDirty
boolean isDirty
title
java.lang.String title
isSaved
boolean isSaved
canvas
PECanvas canvas
scrollPane
PEScrollPane scrollPane
popupFactory
PopupMenuFactory popupFactory
statusBar
PEDrawingBoard.StatusBar statusBar
gridZoomToolbar
PEDrawingBoard.GridZoomToolBar gridZoomToolbar
actionDispatcher
DefaultActionDispatcher actionDispatcher
actionDispatcher
ActionDispatcher actionDispatcher
gridVisibleTB
javax.swing.JToggleButton gridVisibleTB
snapOnOffTB
javax.swing.JToggleButton snapOnOffTB
gridVisibleAction
PEToggleAction gridVisibleAction
snapOnOffAction
PEToggleAction snapOnOffAction
snapStepCB
javax.swing.JComboBox snapStepCB
gridStepCB
javax.swing.JComboBox gridStepCB
gridStepAction
jpicedt.ui.PEDrawingBoard.GridZoomToolBar.GridStepAction gridStepAction
snapStepAction
jpicedt.ui.PEDrawingBoard.GridZoomToolBar.SnapStepAction snapStepAction
zoomCB
javax.swing.JComboBox zoomCB
zoomAction
jpicedt.ui.PEDrawingBoard.GridZoomToolBar.ZoomAction zoomAction
mouseCoord
javax.swing.JLabel mouseCoord
toolTip
javax.swing.JLabel toolTip
ptBuffer
PicPoint ptBuffer
nf
java.text.DecimalFormat nf
Package jpicedt.ui.action |
Package jpicedt.ui.dialog |
buttonOk
javax.swing.JButton buttonOk
fileDirectoryTF
javax.swing.JTextField fileDirectoryTF
buttonDirectoryBrowse
javax.swing.JButton buttonDirectoryBrowse
tmpDirectoryTF
javax.swing.JTextField tmpDirectoryTF
buttonTmpdirBrowse
javax.swing.JButton buttonTmpdirBrowse
preferences
java.util.Properties preferences
inputAttributes
PicAttributeSet inputAttributes
titleLbl
javax.swing.JLabel titleLbl
hatchPropertiesPanel
DockableAttributesCustomizer.HatchPropertiesPanel hatchPropertiesPanel
tabbedPane
javax.swing.JTabbedPane tabbedPane
box
javax.swing.Box box
canvas
PECanvas canvas
isEditingUnderway
boolean isEditingUnderway
leftArrowCB
javax.swing.JComboBox leftArrowCB
rightArrowCB
javax.swing.JComboBox rightArrowCB
tabbedPane
javax.swing.JTabbedPane tabbedPane
arrowIconsLeft
javax.swing.ImageIcon[] arrowIconsLeft
arrowIconsRight
javax.swing.ImageIcon[] arrowIconsRight
globalScaleWidthTF
IncrementableTextField globalScaleWidthTF
globalScaleLengthTF
IncrementableTextField globalScaleLengthTF
headWidthMinimumMmTF
IncrementableTextField headWidthMinimumMmTF
headWidthLineWidthScaleTF
IncrementableTextField headWidthLineWidthScaleTF
lengthScaleTF
IncrementableTextField lengthScaleTF
insetScaleTF
IncrementableTextField insetScaleTF
tbarWidthMinimumMmTF
IncrementableTextField tbarWidthMinimumMmTF
tbarWidthLineWidthScaleTF
IncrementableTextField tbarWidthLineWidthScaleTF
bracketLengthScaleTF
IncrementableTextField bracketLengthScaleTF
roundedBracketLengthScaleTF
IncrementableTextField roundedBracketLengthScaleTF
dotSizeMinimumMmTF
IncrementableTextField dotSizeMinimumMmTF
dotSizeLineWidthScaleTF
IncrementableTextField dotSizeLineWidthScaleTF
fillStyleCB
javax.swing.JComboBox fillStyleCB
colorChooser
javax.swing.JColorChooser colorChooser
hatchWidthTF
IncrementableTextField hatchWidthTF
hatchSepTF
IncrementableTextField hatchSepTF
hatchAngleTF
IncrementableTextField hatchAngleTF
colorChooser
javax.swing.JColorChooser colorChooser
isSuperimposedDotsCB
javax.swing.JCheckBox isSuperimposedDotsCB
isDottedCB
javax.swing.JCheckBox isDottedCB
angleDNF
IncrementableTextField angleDNF
scaleHorDNF
IncrementableTextField scaleHorDNF
scaleVertDNF
IncrementableTextField scaleVertDNF
sizePrefactorDNF
IncrementableTextField sizePrefactorDNF
sizeRelativeDNF
IncrementableTextField sizeRelativeDNF
dotStyleCombo
javax.swing.JComboBox dotStyleCombo
availableDotStyles
java.lang.String[] availableDotStyles
pstCustomTA
javax.swing.JTextArea pstCustomTA
pstCustomSP
javax.swing.JScrollPane pstCustomSP
applyButton
javax.swing.JButton applyButton
shadowSizeTF
IncrementableTextField shadowSizeTF
shadowAngleTF
IncrementableTextField shadowAngleTF
shadowB
javax.swing.JToggleButton shadowB
colorChooser
javax.swing.JColorChooser colorChooser
lineWidthTF
IncrementableTextField lineWidthTF
dashTF
IncrementableTextField dashTF
dashOpaqueRatioTF
IncrementableTextField dashOpaqueRatioTF
dotSepTF
IncrementableTextField dotSepTF
overStrikeWidthTF
IncrementableTextField overStrikeWidthTF
lineStyleCB
javax.swing.JComboBox lineStyleCB
overStrikeCB
javax.swing.JCheckBox overStrikeCB
colorChooser
javax.swing.JColorChooser colorChooser
availableVertAlignValues
java.lang.String[] availableVertAlignValues
vertAlignementIcons
javax.swing.ImageIcon[] vertAlignementIcons
availableHorAlignValues
java.lang.String[] availableHorAlignValues
horAlignementIcons
javax.swing.ImageIcon[] horAlignementIcons
availableBoxValues
java.lang.String[] availableBoxValues
boxTypeIcons
javax.swing.ImageIcon[] boxTypeIcons
horAlignementCombo
javax.swing.JComboBox horAlignementCombo
vertAlignementCombo
javax.swing.JComboBox vertAlignementCombo
boxTypeCombo
javax.swing.JComboBox boxTypeCombo
angleTF
IncrementableTextField angleTF
buttons
java.util.ArrayList<E> buttons
currentMouseTool
java.lang.String currentMouseTool
preferences
java.util.Properties preferences
l
javax.swing.JLabel l
lookAndFeelList
javax.swing.JComboBox lookAndFeelList
mdiManagerList
javax.swing.JComboBox mdiManagerList
languageList
javax.swing.JComboBox languageList
contentTypeList
javax.swing.JComboBox contentTypeList
maxUndoStepJS
javax.swing.JSlider maxUndoStepJS
maxUndoStepL
javax.swing.JLabel maxUndoStepL
fontSelector
FontSelector fontSelector
snapStepList
javax.swing.JComboBox snapStepList
gridStyleList
javax.swing.JComboBox gridStyleList
gridStepList
javax.swing.JComboBox gridStepList
newGridIsOnCB
javax.swing.JCheckBox newGridIsOnCB
newSnapIsOnCB
javax.swing.JCheckBox newSnapIsOnCB
zoomFactorList
javax.swing.JComboBox zoomFactorList
preferences
java.util.Properties preferences
formatPercent
java.text.NumberFormat formatPercent
filters
PEFileFilter[] filters
preferences
java.util.Properties preferences
l
javax.swing.JLabel l
antiAliasingCB
javax.swing.JCheckBox antiAliasingCB
qualityCB
javax.swing.JCheckBox qualityCB
textAntiAliasingCB
javax.swing.JCheckBox textAntiAliasingCB
fractionalMetricsCB
javax.swing.JCheckBox fractionalMetricsCB
ditherCB
javax.swing.JCheckBox ditherCB
table
javax.swing.JTable table
model
jpicedt.ui.dialog.ShortcutsCustomizer.ShortcutsTableModel model
preferences
java.util.Properties preferences
miArray
javax.swing.JMenuItem[] miArray
shortCuts
java.lang.String[] shortCuts
gridColorB
javax.swing.JButton gridColorB
selectionColorB
javax.swing.JButton selectionColorB
endPointColorB
javax.swing.JButton endPointColorB
boundingareaColorB
javax.swing.JButton boundingareaColorB
desktopColorB
javax.swing.JButton desktopColorB
textColorB
javax.swing.JButton textColorB
preferences
java.util.Properties preferences
canvas
PECanvas canvas
ta
javax.swing.JTextArea ta
buttonOk
javax.swing.JButton buttonOk
buttonReload
javax.swing.JButton buttonReload
buttonParse
javax.swing.JButton buttonParse
Package jpicedt.ui.internal |
actionRegistry
ActionRegistry actionRegistry
submenuRecentFiles
javax.swing.JMenu submenuRecentFiles
- mutable menu & menuitems
menuFile
PEMenu menuFile
menuEdit
PEMenu menuEdit
menuTools
PEMenu menuTools
menuCommands
PEMenu menuCommands
menuFragments
PEMenu menuFragments
menuScripts
PEMenu menuScripts
menuWindow
PEMenu menuWindow
menuHelp
PEMenu menuHelp
undoMenuItem
javax.swing.JMenuItem undoMenuItem
redoMenuItem
javax.swing.JMenuItem redoMenuItem
undoMenuItemText
java.lang.String undoMenuItemText
redoMenuItemText
java.lang.String redoMenuItemText
localizer
ActionLocalizer localizer
interpreter
bsh.Interpreter interpreter
textPane
javax.swing.JEditorPane textPane
statusLbl
javax.swing.JLabel statusLbl
maximum
int maximum
progressValue
int progressValue
progressMsg
java.lang.String progressMsg
title
java.lang.String title
logoPanel
jpicedt.ui.util.PEProgressBar.LogoPanel logoPanel
panelStream
javax.swing.JPanel panelStream
- panelStream contains an editable JTextArea and a JScrollPane
streamTA
javax.swing.JTextArea streamTA
scrollStream
javax.swing.JScrollPane scrollStream
areaBuffer
java.lang.StringBuffer areaBuffer
panelButtons
javax.swing.JPanel panelButtons
- panel containing the buttons
buttonKill
javax.swing.JButton buttonKill
strBuf
java.lang.StringBuffer strBuf
- buffer for typed chars (see KeyTyped)
visible
boolean visible
toolkit
java.awt.Toolkit toolkit
doubleFormatter
java.text.NumberFormat doubleFormatter
positiveOnly
boolean positiveOnly
historyModel
HistoryModel historyModel
popup
javax.swing.JPopupMenu popup
instantPopups
boolean instantPopups
enterAddsToHistory
boolean enterAddsToHistory
current
java.lang.String current
index
int index
sp
javax.swing.JSpinner sp
model
javax.swing.SpinnerNumberModel model
prefixLabel
javax.swing.JLabel prefixLabel
postfixLabel
javax.swing.JLabel postfixLabel
dialogTitle
java.lang.String dialogTitle
actionCommand
java.lang.String actionCommand
minimum
java.lang.Double minimum
maximum
java.lang.Double maximum
glass
javax.swing.JPanel glass
toolkit
java.awt.Toolkit toolkit
integerFormatter
java.text.NumberFormat integerFormatter
Submit a bug : syd@jpicedt.org