|
|||||||||
Home >> All >> jpicedt >> [ graphic overview ] | PREV NEXT |
A
- AbstractSelectionHandler - class jpicedt.graphic.AbstractSelectionHandler.
- provides some basic implementation for methods that can access or modify the content
of this Handler via the
asCollection
method. - AbstractSelectionHandler() - Constructor for class jpicedt.graphic.AbstractSelectionHandler
- addPEMouseInputListener(PEMouseInputListener) - Method in class jpicedt.graphic.PECanvas
- Adds the specified mouse listener to receive mouse events from this component.
- addSelectionListener(SelectionListener) - Method in class jpicedt.graphic.PECanvas
- adds a SelectionListener to the Canvas
- addToSelection(Element) - Method in class jpicedt.graphic.AbstractSelectionHandler
- Add the given Element to the current selection
- addToSelection(Element) - Method in interface jpicedt.graphic.SelectionHandler
- Add the given Element to the current selection
- addUndoableEditListener(UndoableEditListener) - Method in class jpicedt.graphic.PECanvas
- Register an UndoableEditListener for the Drawing hosted by this canvas.
- addZoomListener(ZoomListener) - Method in class jpicedt.graphic.PECanvas
- adds a ZoomListener to the Canvas
- asArray() - Method in class jpicedt.graphic.AbstractSelectionHandler
- asArray() - Method in interface jpicedt.graphic.SelectionHandler
- asCollection() - Method in class jpicedt.graphic.AbstractSelectionHandler
- asCollection() - Method in interface jpicedt.graphic.SelectionHandler
B
- beginUndoableUpdate(String) - Method in class jpicedt.graphic.PECanvas
- Create a new UndoableEdit that holds the current state of the Drawing.
- bottomMarginMm - Variable in class jpicedt.graphic.PageFormat
- bottomMarginMmDEFAULT - Static variable in class jpicedt.graphic.PageFormat
- bottomMarginMmTF - Variable in class jpicedt.graphic.PageFormat.Customizer
C
- CONTENT_TYPE_CHANGE - Static variable in class jpicedt.graphic.PECanvas
- property name for content-type change
- ContentType - interface jpicedt.graphic.ContentType.
- Specifies content-type for Drawing's created by editor-kits.
- canRedo() - Method in class jpicedt.graphic.PECanvas
- canUndo() - Method in class jpicedt.graphic.PECanvas
- canvas - Variable in class jpicedt.graphic.PEScrollPane
- configure(Properties) - Method in interface jpicedt.graphic.ContentType
- Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given Properties
- configure(Properties) - Method in class jpicedt.graphic.DefaultContentType
- Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given Properties.
- contentType - Variable in class jpicedt.graphic.PECanvas
- the current content-type for this PECanvas (determines the EditorKit behaviour)
- copy(Clipboard) - Method in class jpicedt.graphic.PECanvas
- Copy the content of the current selection (through a GraphicTransferable) to the System's clipboard (after a formatting to text), AND to the given clipboard if non-null (the latter can be a local clipboard supporting more data-flavors than the system clipboard)
- copy() - Method in class jpicedt.graphic.PECanvas
- Copy the content of the current selection to the System's clipboard (after a formatting to text)
- createButtonCorner() - Method in class jpicedt.graphic.PEScrollPane
- create a snapOn button located in the scrollpane top-left corner
- createComboBox(Object[]) - Static method in class jpicedt.graphic.PEToolKit
- creates a JComboBox
- createCustomizer() - Method in class jpicedt.graphic.PageFormat
- createCustomizer(Properties) - Static method in class jpicedt.graphic.PageFormat
- createDefaultEditorKit() - Method in class jpicedt.graphic.PECanvas
- Creates the default editor kit (
EditorKit
) for when the component is first created. - createEditorKit() - Method in interface jpicedt.graphic.ContentType
- creates an EditorKit that's suited for this content-type
- createEditorKit() - Method in class jpicedt.graphic.DefaultContentType
- creates an EditorKit that's suited for this content-type default implementation returns null.
- createEditorKitForContentType(ContentType) - Static method in class jpicedt.graphic.PECanvas
- createFlattenedPath(Shape, double) - Static method in class jpicedt.graphic.PEToolKit
- createFormatter() - Method in interface jpicedt.graphic.ContentType
- creates a FormatterFactory that's suited for this content-type
- createFormatter() - Method in class jpicedt.graphic.DefaultContentType
- creates a FormatterFactory that's suited for this content-type default implementation returns null.
- createImageIcon(String) - Static method in class jpicedt.graphic.PEToolKit
- create an ImageIcon built from "/jpicedt/images/"+icon+".gif"
- createJLabel(String) - Static method in class jpicedt.graphic.PEToolKit
- create a JLabel with an Icon built from "/jpicedt/images/"+icon+".gif"
- createPath(Shape) - Static method in class jpicedt.graphic.PEToolKit
- cut(Clipboard) - Method in class jpicedt.graphic.PECanvas
- Cut the content of the current selection (through a GraphicTransferable) to the System clipboard, AND to the given ClipBoard if non-null.
- cut() - Method in class jpicedt.graphic.PECanvas
- Cut the content of the current selection to the System clipboard, after formatting to text.
D
- DPMM - Static variable in class jpicedt.graphic.PageFormat
- screen dot per mm ; used during coordinates translation from model to view.
the effect is to render 1 cm as a "true" cm (or approximately) on the screen - DRAWING_CHANGE - Static variable in class jpicedt.graphic.PECanvas
- property name for drawing change
- DefaultContentType - class jpicedt.graphic.DefaultContentType.
- Specifies content-type for Drawing's created by editor-kits.
- DefaultContentType() - Constructor for class jpicedt.graphic.DefaultContentType
- delete(Drawing) - Method in class jpicedt.graphic.AbstractSelectionHandler
- Delete all selected Element's from the given Drawing, and remove the reference to them from the SelectionHandler.
- delete(Drawing) - Method in interface jpicedt.graphic.SelectionHandler
- Delete all selected Element's from the given Drawing, and remove the reference to them from the SelectionHandler.
- deleteSelection() - Method in class jpicedt.graphic.PECanvas
- remove all selected objects from the drawing
- doubleToString(double) - Static method in class jpicedt.graphic.PEToolKit
- doubleToString(Double) - Static method in class jpicedt.graphic.PEToolKit
- drawing - Variable in class jpicedt.graphic.PECanvas
- the model for this canvas
- dummy - Static variable in class jpicedt.graphic.PEToolKit
E
- EDITOR_KIT_CHANGE - Static variable in class jpicedt.graphic.PECanvas
- property name for editor kit change
- elements() - Method in class jpicedt.graphic.AbstractSelectionHandler
- elements() - Method in interface jpicedt.graphic.SelectionHandler
- endUndoableUpdate() - Method in class jpicedt.graphic.PECanvas
- Ends the current UndoableEdit and fire an event to registered listeners.
F
- fireSelectionUpdate(Element, SelectionEvent.EventType) - Method in class jpicedt.graphic.PECanvas
- Notify all listeners that have registered interest for notification on this event type.
- fireSelectionUpdate(Element[], SelectionEvent.EventType) - Method in class jpicedt.graphic.PECanvas
- Notify all listeners that have registered interest for notification on this event type.
- fireZoomUpdate(double, double, PicPoint) - Method in class jpicedt.graphic.PECanvas
- Notify all listeners that have registered interest for notification on this event type.
G
- getBottomMarginMm() - Method in class jpicedt.graphic.PageFormat
- getContentType() - Method in class jpicedt.graphic.PECanvas
- getDirector(PicPoint, PicPoint) - Static method in class jpicedt.graphic.PEToolKit
- getDirector(PicPoint, PicPoint, PicPoint) - Static method in class jpicedt.graphic.PEToolKit
- getDirector(double, double, double, double, PicPoint) - Static method in class jpicedt.graphic.PEToolKit
- getDrawing() - Method in class jpicedt.graphic.PECanvas
- getEditorKit() - Method in class jpicedt.graphic.PECanvas
- Fetches the currently installed kit for handling content.
- getGrid() - Method in class jpicedt.graphic.PECanvas
- getHeightMm() - Method in class jpicedt.graphic.PageFormat
- getHeightPx(double) - Method in class jpicedt.graphic.PageFormat
- getLeftMarginMm() - Method in class jpicedt.graphic.PageFormat
- getMime() - Method in interface jpicedt.graphic.ContentType
- getMime() - Method in class jpicedt.graphic.DefaultContentType
- getModel2ViewTransform(double) - Method in class jpicedt.graphic.PageFormat
- x' = zoom * DPMM * (x + leftMarginMm)
y' = zoom * DPMM * (-y + heightMm-bottomMarginMm)
- getModelToViewTransform() - Method in class jpicedt.graphic.PECanvas
- getOrgPx(double) - Method in class jpicedt.graphic.PageFormat
- getOrthogonal(PicPoint, PicPoint) - Static method in class jpicedt.graphic.PEToolKit
- getPageFormat() - Method in class jpicedt.graphic.PECanvas
- getPreferredScrollableViewportSize() - Method in class jpicedt.graphic.PECanvas
- getPresentationName() - Method in interface jpicedt.graphic.ContentType
- getPresentationName() - Method in class jpicedt.graphic.DefaultContentType
- getRedoPresentationName() - Method in class jpicedt.graphic.PECanvas.PEStateEdit
- getRedoPresentationName() - Method in class jpicedt.graphic.PECanvas
- getRenderingHints() - Method in class jpicedt.graphic.PECanvas
- Return the RenderingHints applied to the graphic context when rendering this component
- getScaleFactor() - Method in class jpicedt.graphic.PECanvas
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class jpicedt.graphic.PECanvas
- getScrollableTracksViewportHeight() - Method in class jpicedt.graphic.PECanvas
- getScrollableTracksViewportWidth() - Method in class jpicedt.graphic.PECanvas
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class jpicedt.graphic.PECanvas
- getSelectionSize() - Method in class jpicedt.graphic.PECanvas
- getSheetOrigin() - Method in class jpicedt.graphic.PECanvas
- getSizePx(double) - Method in class jpicedt.graphic.PageFormat
- getTitle() - Method in class jpicedt.graphic.PageFormat.Customizer
- getUndoPresentationName() - Method in class jpicedt.graphic.PECanvas.PEStateEdit
- getUndoPresentationName() - Method in class jpicedt.graphic.PECanvas
- getView2ModelTransform(double) - Method in class jpicedt.graphic.PageFormat
- x' = zoom * DPMM * (x + leftMarginMm)
y' = zoom * DPMM * (-y + heightMm-bottomMarginMm)
- getViewToModelTransform() - Method in class jpicedt.graphic.PECanvas
- getWidthMm() - Method in class jpicedt.graphic.PageFormat
- getWidthPx(double) - Method in class jpicedt.graphic.PageFormat
- getXOrgPx(double) - Method in class jpicedt.graphic.PageFormat
- getYOrgPx(double) - Method in class jpicedt.graphic.PageFormat
- getZoomFactor() - Method in class jpicedt.graphic.PECanvas
- getZoomIndex(double) - Static method in class jpicedt.graphic.PECanvas
- utilities to retrieve the index of the given zoom in PREDEFINED_ZOOMS ; this may be used by GUI widgets, e.g.
- grid - Variable in class jpicedt.graphic.PECanvas
- the grid attached to this canvas
- groupSelection() - Method in class jpicedt.graphic.PECanvas
- group all selected objects into a new PicGroup and add it to the drawing.
H
- HORIZONTAL - Static variable in class jpicedt.graphic.PEScrollPane.Rule
- heightMm - Variable in class jpicedt.graphic.PageFormat
- heightMmDEFAULT - Static variable in class jpicedt.graphic.PageFormat
- heightMmTF - Variable in class jpicedt.graphic.PageFormat.Customizer
- horRuler - Variable in class jpicedt.graphic.PEScrollPane
- horRulerFont - Variable in class jpicedt.graphic.PEScrollPane.Rule
- horRulerOrg - Variable in class jpicedt.graphic.PEScrollPane
- horRulerScale - Variable in class jpicedt.graphic.PEScrollPane
- horRulerTransform - Variable in class jpicedt.graphic.PEScrollPane
I
- increment - Variable in class jpicedt.graphic.PEScrollPane.Rule
- initGui() - Method in class jpicedt.graphic.PageFormat.Customizer
- insert(Reader, Parser) - Method in class jpicedt.graphic.PECanvas
- insert content from a reader into the current drawing
- intToString(double) - Static method in class jpicedt.graphic.PEToolKit
- isRequestFocusEnabled() - Method in class jpicedt.graphic.PECanvas
- Overriden from JComponent Signals that this component can receive focus (useful for handling keyevents)
- isSelected(Element, boolean) - Method in class jpicedt.graphic.AbstractSelectionHandler
- isSelected(Element) - Method in class jpicedt.graphic.PECanvas
- isSelected(Element, boolean) - Method in interface jpicedt.graphic.SelectionHandler
J
- jpicedt.graphic - package jpicedt.graphic
K
- KEY_CONTENT_TYPE - Static variable in class jpicedt.graphic.PECanvas
- key for Properties's content-type value
- KEY_PAGE_FORMAT - Static variable in class jpicedt.graphic.PageFormat
- key used to retrieve parameters from Properties
- KEY_UNDOABLE_STEPS - Static variable in class jpicedt.graphic.PECanvas
- key for Properties's nb of undoable steps value
- KEY_ZOOM - Static variable in class jpicedt.graphic.PECanvas
- key for Properties's zoom value
- kit - Variable in class jpicedt.graphic.PECanvas
- the current editor kit for this component
L
- labelFont - Variable in class jpicedt.graphic.PEScrollPane.Rule
- leftMarginMm - Variable in class jpicedt.graphic.PageFormat
- leftMarginMmDEFAULT - Static variable in class jpicedt.graphic.PageFormat
- leftMarginMmTF - Variable in class jpicedt.graphic.PageFormat.Customizer
- line - Variable in class jpicedt.graphic.PEScrollPane.Rule
- load() - Method in class jpicedt.graphic.PageFormat.Customizer
- Load widgets value, presumably from a "preferences" file or a dedicated storage class
- loadDefault() - Method in class jpicedt.graphic.PageFormat.Customizer
- Load widgets display content with a default value, presumably from a "default preferences" file or a dedicated storage class.
M
- MAX_UNDOABLE_STEPS_DEFAULT - Static variable in class jpicedt.graphic.PECanvas
- default undoable events to remember
- mime - Variable in class jpicedt.graphic.DefaultContentType
- model2ViewTransform - Variable in class jpicedt.graphic.PECanvas
- the AffineTransform used to translate from model-coordinates to view-coordinates ; gets updated each time either the zoom factor or the page format changes
- modelToView(PicPoint, PicPoint) - Method in class jpicedt.graphic.PECanvas
- Converts a point from the model-coordinate system to the pixel-coordinate system.
- modelToView(Shape) - Method in class jpicedt.graphic.PECanvas
- Converts a Shape from the model-coordinate system to the pixel-coordinate system.
- mouseDragged(MouseEvent) - Method in class jpicedt.graphic.PEScrollPane.AutoScrollHandler
- mouseInputListener - Variable in class jpicedt.graphic.PECanvas
- chained list of PEMouseInputListener's for this component
N
- name - Variable in class jpicedt.graphic.DefaultContentType
O
- orientation - Variable in class jpicedt.graphic.PEScrollPane.Rule
P
- PECanvas - class jpicedt.graphic.PECanvas.
- This is a JComponent on which graphic elements are drawn.
- PECanvas(double, PageFormat, Grid, ContentType) - Constructor for class jpicedt.graphic.PECanvas
- Construct a new PECanvas with the default editor-kit and drawing as content storage.
- PECanvas.PEStateEdit - class jpicedt.graphic.PECanvas.PEStateEdit.
- overriden so as to display our own undo- and redo- presentation names
- PECanvas.PEStateEdit(StateEditable, String) - Constructor for class jpicedt.graphic.PECanvas.PEStateEdit
- PEScrollPane - class jpicedt.graphic.PEScrollPane.
- A scrollpane that can host a PECanvas.
- PEScrollPane(PECanvas) - Constructor for class jpicedt.graphic.PEScrollPane
- Construct a new PEScrollPane using the given canvas for the View.
- PEScrollPane.AutoScrollHandler - class jpicedt.graphic.PEScrollPane.AutoScrollHandler.
- Start autoscrolling when the mouse exits the visible part of the View (i.e.
- PEScrollPane.AutoScrollHandler() - Constructor for class jpicedt.graphic.PEScrollPane.AutoScrollHandler
- PEScrollPane.Corner - class jpicedt.graphic.PEScrollPane.Corner.
- An inner class implementing a component that draws scollpane corners
- PEScrollPane.Corner() - Constructor for class jpicedt.graphic.PEScrollPane.Corner
- PEScrollPane.PropertyChangeHandler - class jpicedt.graphic.PEScrollPane.PropertyChangeHandler.
- Listen to PageFormat changes in PECanvas (not used anymore)
- PEScrollPane.PropertyChangeHandler() - Constructor for class jpicedt.graphic.PEScrollPane.PropertyChangeHandler
- PEScrollPane.Rule - class jpicedt.graphic.PEScrollPane.Rule.
- An inner class implementing scrollpane rulers
- PEScrollPane.Rule(int) - Constructor for class jpicedt.graphic.PEScrollPane.Rule
- PEScrollPane.ZoomUpdateHandler - class jpicedt.graphic.PEScrollPane.ZoomUpdateHandler.
- Listen to zoom changes sourced from PECanvas.
- PEScrollPane.ZoomUpdateHandler() - Constructor for class jpicedt.graphic.PEScrollPane.ZoomUpdateHandler
- PEToolKit - class jpicedt.graphic.PEToolKit.
- Utilities
- PEToolKit() - Constructor for class jpicedt.graphic.PEToolKit
- PEToolKit.Dummy - class jpicedt.graphic.PEToolKit.Dummy.
- PEToolKit.Dummy() - Constructor for class jpicedt.graphic.PEToolKit.Dummy
- PREDEFINED_ZOOMS - Static variable in class jpicedt.graphic.PECanvas
- PREDEFINED_ZOOM_STRINGS - Static variable in class jpicedt.graphic.PECanvas
- PageFormat - class jpicedt.graphic.PageFormat.
- Size and margins data for a PECanvas.
- PageFormat() - Constructor for class jpicedt.graphic.PageFormat
- Construct a new PageFormat with the default values (170,100,5,5)
- PageFormat(Properties) - Constructor for class jpicedt.graphic.PageFormat
- Construct a new PageFormat with values fetched from the given Properties :
Key = KEY_PAGE_FORMAT
Value = width height leftMargin bottomMargin (separated with spaces)
If some values aren't found (including Properties's default), the local default values are used. - PageFormat(double, double, double, double) - Constructor for class jpicedt.graphic.PageFormat
- Construct a new PageFormat with length in mm.
- PageFormat(double, double) - Constructor for class jpicedt.graphic.PageFormat
- Constructor a new PageFormat with length in mm.
- PageFormat.Customizer - class jpicedt.graphic.PageFormat.Customizer.
- a dialog box used to change a PageFormat
- PageFormat.Customizer(Properties) - Constructor for class jpicedt.graphic.PageFormat.Customizer
- PageFormat.Customizer(PageFormat) - Constructor for class jpicedt.graphic.PageFormat.Customizer
- PicPoint - class jpicedt.graphic.PicPoint.
- Enhancement of Point2D.Double
- PicPoint() - Constructor for class jpicedt.graphic.PicPoint
- Construct a (0,0) point.
- PicPoint(PicPoint) - Constructor for class jpicedt.graphic.PicPoint
- Clone the given point.
- PicPoint(Point) - Constructor for class jpicedt.graphic.PicPoint
- Clone the given point.
- PicPoint(double, double) - Constructor for class jpicedt.graphic.PicPoint
- Construct (x,y)
- PicPoint(Number, Number) - Constructor for class jpicedt.graphic.PicPoint
- Construct a point from the given pair of Number (using their double value).
- PicPoint(float[]) - Constructor for class jpicedt.graphic.PicPoint
- Construct a point from the first two elements of the given array.
- PicPoint(double[]) - Constructor for class jpicedt.graphic.PicPoint
- Construct a point from the first two elements of the given array.
- pageFormat - Variable in class jpicedt.graphic.PECanvas
- pageFormat encapsulates board size and margin data
- pageFormat - Variable in class jpicedt.graphic.PageFormat.Customizer
- paintComponent(Graphics) - Method in class jpicedt.graphic.PECanvas
- paintComponent(Graphics g) is called by AWTEventDispatchThread via "paint(g)" it's absolutely necessary to call super.paintComponent(g) so that the background gets properly painted (PECanvas is opaque)
- paintComponent(Graphics) - Method in class jpicedt.graphic.PEScrollPane.Corner
- paintComponent(Graphics) - Method in class jpicedt.graphic.PEScrollPane.Rule
- paint the ruler ; no transform version
- parseValues(Properties) - Static method in class jpicedt.graphic.PageFormat
- paste(Clipboard, boolean) - Method in class jpicedt.graphic.PECanvas
- Add the content of the given ClipBoard to the current drawing, then select it.
- paste(boolean) - Method in class jpicedt.graphic.PECanvas
- Add the content of the System's ClipBoard to the current drawing, then select it.
- peMousePoint - Variable in class jpicedt.graphic.PECanvas
- tmp.
- preferences - Variable in class jpicedt.graphic.PageFormat.Customizer
- processMouseEvent(MouseEvent) - Method in class jpicedt.graphic.PECanvas
- Processes mouse events occurring on this component by
dispatching them to any registered
PEMouseListener
objects. - processMouseMotionEvent(MouseEvent) - Method in class jpicedt.graphic.PECanvas
- Processes mouse motion events occurring on this component by
dispatching them to any registered
PEMouseInputListener
objects. - propertyChange(PropertyChangeEvent) - Method in class jpicedt.graphic.PEScrollPane.PropertyChangeHandler
R
- read(Reader, Parser) - Method in class jpicedt.graphic.PECanvas
- read drawing content from a reader and erase old one.
- redo() - Method in class jpicedt.graphic.PECanvas
- Redo last change [underway]
- removePEMouseInputListener(PEMouseInputListener) - Method in class jpicedt.graphic.PECanvas
- Removes the specified mouse listener so that it no longer receives mouse events from this component.
- removeSelectionListener(SelectionListener) - Method in class jpicedt.graphic.PECanvas
- removes a SelectionListener from the Canvas
- removeUndoableEditListener(UndoableEditListener) - Method in class jpicedt.graphic.PECanvas
- Register an UndoableEditListener for the Drawing hosted by this canvas.
- removeZoomListener(ZoomListener) - Method in class jpicedt.graphic.PECanvas
- removes a ZoomListener from the Canvas
- renderingHints - Variable in class jpicedt.graphic.PECanvas
- a Map storing RenderingHints to be applied to the graphic context when rendering the drawing
- repaintFromModelRect(Rectangle2D) - Method in class jpicedt.graphic.PECanvas
- add the given rectangle, given in model-coordinates, to the list of dirty regions.
- repaintRectangle - Variable in class jpicedt.graphic.PECanvas
- replaceSelection(Element) - Method in class jpicedt.graphic.AbstractSelectionHandler
- Replace the current selection with the given element.
- replaceSelection(Element) - Method in interface jpicedt.graphic.SelectionHandler
- Replace the current selection with the given element.
S
- SIZE - Static variable in class jpicedt.graphic.PEScrollPane.Rule
- SelectionHandler - interface jpicedt.graphic.SelectionHandler.
- a SelectionHandler stores references on selected Element's belonging to a Drawing
- scale - Variable in class jpicedt.graphic.PECanvas
- the total scale factor, including DPMM and zoom ; updated each time zoom changes
- select(Collection, boolean) - Method in class jpicedt.graphic.PECanvas
- select the elements in the given collection (if they belong to the drawing)
- select(Element, boolean) - Method in class jpicedt.graphic.PECanvas
- select the given object
- selectAll(Drawing) - Method in class jpicedt.graphic.AbstractSelectionHandler
- Select all Element's in the given drawing.
- selectAll(boolean) - Method in class jpicedt.graphic.PECanvas
- select or unselect every object in this drawing
- selectAll(Drawing) - Method in interface jpicedt.graphic.SelectionHandler
- Select all Element's that belong to the given drawing.
- selection() - Method in class jpicedt.graphic.PECanvas
- setBottomMarginMm(double) - Method in class jpicedt.graphic.PageFormat
- set bottom margin in mm
- setContentType(ContentType) - Method in class jpicedt.graphic.PECanvas
- change the current content-type
- setDrawing(Drawing) - Method in class jpicedt.graphic.PECanvas
- set the Drawing model for this component.
- setEditorKit(EditorKit) - Method in class jpicedt.graphic.PECanvas
- Sets the currently installed kit for handling content.
- setHeightMm(double) - Method in class jpicedt.graphic.PageFormat
- setLeftMarginMm(double) - Method in class jpicedt.graphic.PageFormat
- set left margin in mm
- setMarginsMm(double, double) - Method in class jpicedt.graphic.PageFormat
- set page margins in mm
- setPageFormat(PageFormat) - Method in class jpicedt.graphic.PECanvas
- Set the size of the drawing board.
- setPreferredHeight(int) - Method in class jpicedt.graphic.PEScrollPane.Rule
- set the preferred height for the vertical ruler (row)
- setPreferredWidth(int) - Method in class jpicedt.graphic.PEScrollPane.Rule
- set the preferred width for the horizontal ruler (column)
- setSizeMm(double, double) - Method in class jpicedt.graphic.PageFormat
- Sets page size in millimeters
- setUndoLimit(int) - Method in class jpicedt.graphic.PECanvas
- set the number of undoable events to remember
- setWidthMm(double) - Method in class jpicedt.graphic.PageFormat
- setZoomFactor(double) - Method in class jpicedt.graphic.PECanvas
- Convenience call to setZoomFactor(zoom,null)
- setZoomFactor(double, PicPoint) - Method in class jpicedt.graphic.PECanvas
- sets the current zoom factor to the given double, then updates various properties (model <-> view transforms, dimension, preferredSize...), finally, sources a ZoomEvent to give a chance to receiver to update their state accordingly (this may be used e.g.
- size() - Method in class jpicedt.graphic.AbstractSelectionHandler
- size() - Method in interface jpicedt.graphic.SelectionHandler
- stateEdit - Variable in class jpicedt.graphic.PECanvas
- the UndoableEdit in progress
- store() - Method in class jpicedt.graphic.PageFormat.Customizer
- Store current widgets value, presumably to a file or to a dedicated storage class
T
- testDistanceToPath(Shape, PicPoint, double) - Static method in class jpicedt.graphic.PEToolKit
- tickLength - Variable in class jpicedt.graphic.PEScrollPane.Rule
- tmpCoords - Variable in class jpicedt.graphic.PECanvas
- tmp.
- toDoubleArray(double[]) - Method in class jpicedt.graphic.PicPoint
- toFloatArray(float[]) - Method in class jpicedt.graphic.PicPoint
- toMm(double) - Method in class jpicedt.graphic.PicPoint
- convert a PicPoint with coordinate in the given unitlenth (expressed in mm) to a new PicPoint in mm coordinate.
- toMm(double, double) - Method in class jpicedt.graphic.PicPoint
- convert a PicPoint with coordinate in the given unitlenths along X and Y axis (expressed in mm) to a new PicPoint in mm coordinate.
- toString() - Method in class jpicedt.graphic.PicPoint
- translate(double, double) - Method in class jpicedt.graphic.PicPoint
- translates this point by (dx,dy)
U
- unGroup(PicGroup) - Method in class jpicedt.graphic.PECanvas
- fetch all Element's belonging to the given PicGroup and add them to its parent, removing the given PicGroup from its parent afterward.
- unSelect(Element) - Method in class jpicedt.graphic.AbstractSelectionHandler
- Unselect the given Element, i.e.
- unSelect(Element) - Method in class jpicedt.graphic.PECanvas
- unselect the given object
- unSelect(Element) - Method in interface jpicedt.graphic.SelectionHandler
- Unselect the given Element, i.e.
- unSelectAll() - Method in class jpicedt.graphic.AbstractSelectionHandler
- Unselect all Element's in the given drawing.
- unSelectAll() - Method in interface jpicedt.graphic.SelectionHandler
- Unselect all selected Element's
- undo() - Method in class jpicedt.graphic.PECanvas
- Undo last change [underway]
- undoManager - Variable in class jpicedt.graphic.PECanvas
- the UndoManager delegate for undo/redo operation
- undoableEditSupport - Variable in class jpicedt.graphic.PECanvas
- the UndoableEditSupport delegate for UndoableEditEvent firing
- updateAffineTransforms() - Method in class jpicedt.graphic.PEScrollPane
- update the two affine-transforms that map model-coord.
V
- VERTICAL - Static variable in class jpicedt.graphic.PEScrollPane.Rule
- vertRuler - Variable in class jpicedt.graphic.PEScrollPane
- vertRulerFont - Variable in class jpicedt.graphic.PEScrollPane.Rule
- vertRulerOrg - Variable in class jpicedt.graphic.PEScrollPane
- vertRulerScale - Variable in class jpicedt.graphic.PEScrollPane
- vertRulerTransform - Variable in class jpicedt.graphic.PEScrollPane
- view2Model(PicPoint, PicPoint) - Method in class jpicedt.graphic.PECanvas
- Converts a point from the pixel-coordinate system to the model-coordinate system.
- view2ModelTransform - Variable in class jpicedt.graphic.PECanvas
- the AffineTransform used to translate from mouse-coordinates to model-coordinates ; gets updated each time model2ViewTransform changes
- viewToModel(Shape) - Method in class jpicedt.graphic.PECanvas
- Converts a Shape from the pixel-coordinate system to the model-coordinate system.
W
- widthMm - Variable in class jpicedt.graphic.PageFormat
- widthMmDEFAULT - Static variable in class jpicedt.graphic.PageFormat
- widthMmTF - Variable in class jpicedt.graphic.PageFormat.Customizer
- write(Writer, boolean) - Method in class jpicedt.graphic.PECanvas
- Write drawing content to the given stream
Z
- ZOOM_DEFAULT - Static variable in class jpicedt.graphic.PECanvas
- zoom - Variable in class jpicedt.graphic.PECanvas
- the zoom factor ; this determines the zoom factor to be applied to Graphics2D through an AffineTransform
- zoomUpdate(ZoomEvent) - Method in class jpicedt.graphic.PEScrollPane.ZoomUpdateHandler
- Called when canvas's zoom factor has changed.
1/ update ruler's size according to view's (=canvas) preferred size
2/ update view's position (i.e.
A B C D E F G H I J K L M N O P R S T U V W Z
|
|||||||||
Home >> All >> jpicedt >> [ graphic overview ] | PREV NEXT |