- ChildDoodle - Class in com.sharkysoft.fig.core.doodle
-
Implements container relationship.
- ChildDoodle() - Constructor for class com.sharkysoft.fig.core.doodle.ChildDoodle
-
- clearTransients() - Method in class com.sharkysoft.fig.core.doodle.ViewDoodle
-
- com.sharkysoft.fig.awt - package com.sharkysoft.fig.awt
-
- com.sharkysoft.fig.core - package com.sharkysoft.fig.core
-
Complex figure drawing and viewing.
- com.sharkysoft.fig.core.doodle - package com.sharkysoft.fig.core.doodle
-
Figure components.
- com.sharkysoft.fig.extra.dev - package com.sharkysoft.fig.extra.dev
-
- com.sharkysoft.fig.extra.math - package com.sharkysoft.fig.extra.math
-
- com.sharkysoft.fig.extra.shape - package com.sharkysoft.fig.extra.shape
-
- com.sharkysoft.fig.extra.util - package com.sharkysoft.fig.extra.util
-
- com.sharkysoft.fig.interactive - package com.sharkysoft.fig.interactive
-
- com.sharkysoft.fig.interactive.event - package com.sharkysoft.fig.interactive.event
-
- com.sharkysoft.fig.interactive.excite - package com.sharkysoft.fig.interactive.excite
-
- com.sharkysoft.fig.interactive.interactor - package com.sharkysoft.fig.interactive.interactor
-
Interactive view transform control.
- com.sharkysoft.fig.svg - package com.sharkysoft.fig.svg
-
- com.sharkysoft.fig.swt - package com.sharkysoft.fig.swt
-
- com.sharkysoft.fig.swt.graphics - package com.sharkysoft.fig.swt.graphics
-
- componentResized() - Method in class com.sharkysoft.fig.core.FigureTransform
-
- CompoundDoodle - Class in com.sharkysoft.fig.core.doodle
-
Multiple doodles modeled as one.
- CompoundDoodle() - Constructor for class com.sharkysoft.fig.core.doodle.CompoundDoodle
-
- CompoundShape - Class in com.sharkysoft.fig.extra.shape
-
Represents multiple shapes as a single shape.
- CompoundShape() - Constructor for class com.sharkysoft.fig.extra.shape.CompoundShape
-
Initializes empty compound.
- contains(AffineTransform, Point2D) - Method in class com.sharkysoft.fig.core.doodle.CompoundDoodle
-
Determines whether point is contained in compound.
- contains(AffineTransform, Point2D) - Method in interface com.sharkysoft.fig.core.doodle.Doodle
-
Tests point for contact with doodle.
- contains(AffineTransform, Point2D) - Method in class com.sharkysoft.fig.core.doodle.DoodleDecorator
-
- contains(AffineTransform, Point2D) - Method in class com.sharkysoft.fig.core.doodle.ImageDoodle
-
Determines whether point is contained in image area.
- contains(AffineTransform, Point2D) - Method in class com.sharkysoft.fig.core.doodle.ShapeDoodle
-
- contains(AffineTransform, Point2D) - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Tests point for containment.
- contains(AffineTransform, Point2D) - Method in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- contains(AffineTransform, Point2D) - Method in class com.sharkysoft.fig.core.doodle.ViewDoodle
-
- contains(double, double) - Method in class com.sharkysoft.fig.extra.shape.CompoundShape
-
Determines whether point is contained in compound.
- contains(Point2D) - Method in class com.sharkysoft.fig.extra.shape.CompoundShape
-
Determines whether point is contained in compound.
- contains(double, double, double, double) - Method in class com.sharkysoft.fig.extra.shape.CompoundShape
-
Determines whether rectangle is contained in compound.
- contains(Rectangle2D) - Method in class com.sharkysoft.fig.extra.shape.CompoundShape
-
Determines whether rectangle is contained in compound.
- contains(double, double) - Method in class com.sharkysoft.fig.extra.shape.ShapeAdaptor
-
Forwards call.
- contains(Point2D) - Method in class com.sharkysoft.fig.extra.shape.ShapeAdaptor
-
Forwards call.
- contains(double, double, double, double) - Method in class com.sharkysoft.fig.extra.shape.ShapeAdaptor
-
Forwards call.
- contains(Rectangle2D) - Method in class com.sharkysoft.fig.extra.shape.ShapeAdaptor
-
Forwards call.
- contains(AffineTransform, Point2D) - Method in class com.sharkysoft.fig.svg.BatikDoodle
-
- controlMoved(ControlEvent) - Method in class com.sharkysoft.fig.swt.SwtFigureViewDelegate
-
- controlResized(ControlEvent) - Method in class com.sharkysoft.fig.swt.SwtFigureViewDelegate
-
- createCentered(DoodleType) - Static method in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
Centers origin in new instance.
- createFigMouseEventForm(EventObject, int, int) - Method in class com.sharkysoft.fig.interactive.InteractiveFigureViewDelegate
-
Prepares parameter form for FigMouseEvent constructor.
- createShape(Font, String, Point2D, double) - Static method in class com.sharkysoft.fig.extra.shape.TextOutline
-
Generates text outline as generic Shape.
- createShape(Font, String) - Static method in class com.sharkysoft.fig.extra.shape.TextOutline
-
- FigBufferedImage - Class in com.sharkysoft.fig.core
-
Renders figure to off-screen buffer.
- FigBufferedImage(BufferedImage) - Constructor for class com.sharkysoft.fig.core.FigBufferedImage
-
Sets image buffer.
- FigCanvas - Class in com.sharkysoft.fig.swt
-
FigCanvas.
- FigCanvas(Composite, int) - Constructor for class com.sharkysoft.fig.swt.FigCanvas
-
- FigGraphics - Interface in com.sharkysoft.fig.core
-
Drawing context for figure view.
- FigGraphicsDecorator - Class in com.sharkysoft.fig.core
-
- FigGraphicsDecorator(FigGraphics) - Constructor for class com.sharkysoft.fig.core.FigGraphicsDecorator
-
- FigGraphicsImpl - Class in com.sharkysoft.fig.core
-
Drawing context for figure view.
- FigGraphicsImpl(Graphics2D, FigureView) - Constructor for class com.sharkysoft.fig.core.FigGraphicsImpl
-
Sets Java 2D graphics context and destination view.
- FigJPanel - Class in com.sharkysoft.fig.awt
-
JPanel that displays a figure.
- FigJPanel() - Constructor for class com.sharkysoft.fig.awt.FigJPanel
-
- FigJPanel(boolean) - Constructor for class com.sharkysoft.fig.awt.FigJPanel
-
Configures default transform interactor.
- FigListenerRegistry<ListenerType> - Class in com.sharkysoft.fig.interactive
-
Maps shapes to listeners.
- FigListenerRegistry() - Constructor for class com.sharkysoft.fig.interactive.FigListenerRegistry
-
Default constructor.
- FigMouseButtonAdaptor - Class in com.sharkysoft.fig.interactive.event
-
- FigMouseButtonAdaptor() - Constructor for class com.sharkysoft.fig.interactive.event.FigMouseButtonAdaptor
-
- FigMouseButtonListener - Interface in com.sharkysoft.fig.interactive.event
-
Responds to mouse button events.
- FigMouseEvent - Class in com.sharkysoft.fig.interactive.event
-
Mouse event in a figure view.
- FigMouseEvent(FigMouseEvent.ConstructorForm) - Constructor for class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
Initializes all fields.
- FigMouseEvent.ConstructorForm - Class in com.sharkysoft.fig.interactive.event
-
Parameter form for FigMouseEvent's constructor.
- FigMouseEvent.ConstructorForm() - Constructor for class com.sharkysoft.fig.interactive.event.FigMouseEvent.ConstructorForm
-
- FigMouseListener - Interface in com.sharkysoft.fig.interactive.event
-
Listens to mouse events.
- FigMouseMotionAdaptor - Class in com.sharkysoft.fig.interactive.event
-
Trivially implements FigMouseMotionListener.
- FigMouseMotionAdaptor() - Constructor for class com.sharkysoft.fig.interactive.event.FigMouseMotionAdaptor
-
- FigMouseMotionListener - Interface in com.sharkysoft.fig.interactive.event
-
Responds to mouse movement events.
- FigMouseWheelListener - Interface in com.sharkysoft.fig.interactive.event
-
No summary entered.
- Figure - Class in com.sharkysoft.fig.core
-
Models figure as collection of shapes.
- Figure() - Constructor for class com.sharkysoft.fig.core.Figure
-
- FigureObserver - Interface in com.sharkysoft.fig.core
-
Monitors Figure for changes.
- FigureTransform - Class in com.sharkysoft.fig.core
-
Manages view transformation.
- FigureTransform(FigureView) - Constructor for class com.sharkysoft.fig.core.FigureTransform
-
- FigureView - Interface in com.sharkysoft.fig.core
-
Toolkit component showing figure.
- FigureViewDelegate - Class in com.sharkysoft.fig.core
-
Generic figure drawing and mouse support.
- FigureViewDelegate(FigureView, FigureTransform) - Constructor for class com.sharkysoft.fig.core.FigureViewDelegate
-
- FigureViewManager - Interface in com.sharkysoft.fig.core
-
Client interface to figure view.
- FlatDoodle - Class in com.sharkysoft.fig.core.doodle
-
Generic Doodle implementation.
- FlatDoodle() - Constructor for class com.sharkysoft.fig.core.doodle.FlatDoodle
-
Default constructor.
- FlatDoodle(float) - Constructor for class com.sharkysoft.fig.core.doodle.FlatDoodle
-
Specifies Z-order.
- getActiveShape() - Method in class com.sharkysoft.fig.interactive.excite.ExcitableFigGraphics
-
- getAlignment() - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Returns current alignment.
- getAngleDegrees() - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Returns rotation angle in degrees.
- getAngleRadians() - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Returns rotation angle in radians.
- getBackground() - Method in class com.sharkysoft.fig.core.FigBufferedImage
-
- getBounds(AffineTransform, Rectangle2D) - Method in class com.sharkysoft.fig.core.doodle.CompoundDoodle
-
Computes bounds of entire compound.
- getBounds(AffineTransform, Rectangle2D) - Method in interface com.sharkysoft.fig.core.doodle.Doodle
-
Returns rectangular extent.
- getBounds(AffineTransform, Rectangle2D) - Method in class com.sharkysoft.fig.core.doodle.DoodleDecorator
-
- getBounds(AffineTransform, Rectangle2D) - Method in class com.sharkysoft.fig.core.doodle.ImageDoodle
-
Computes rectangular bounds.
- getBounds(AffineTransform, Rectangle2D) - Method in class com.sharkysoft.fig.core.doodle.ShapeDoodle
-
- getBounds() - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
- getBounds(AffineTransform, Rectangle2D) - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
- getBounds(AffineTransform, Rectangle2D) - Method in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- getBounds(AffineTransform, Rectangle2D) - Method in class com.sharkysoft.fig.core.doodle.ViewDoodle
-
- getBounds() - Method in class com.sharkysoft.fig.extra.shape.CompoundShape
-
Computes bounds of entire compound.
- getBounds() - Method in class com.sharkysoft.fig.extra.shape.ShapeAdaptor
-
Forwards call.
- getBounds(AffineTransform, Rectangle2D) - Method in class com.sharkysoft.fig.svg.BatikDoodle
-
- getBounds2D() - Method in class com.sharkysoft.fig.extra.shape.CompoundShape
-
Computes bounds of entire compound.
- getBounds2D() - Method in class com.sharkysoft.fig.extra.shape.ShapeAdaptor
-
Forwards call.
- getButton() - Method in class com.sharkysoft.fig.awt.AwtFigMouseEvent
-
- getButton() - Method in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
- getButton() - Method in class com.sharkysoft.fig.swt.SwtFigMouseEvent
-
- getCachedHint(Object) - Method in class com.sharkysoft.fig.interactive.InteractiveFigureViewDelegate
-
- getDefaultOrigin() - Method in class com.sharkysoft.fig.core.doodle.ChildDoodle
-
- getDefaultOrigin() - Method in interface com.sharkysoft.fig.core.doodle.DefaultOriginDoodle
-
- getDefaultOrigin() - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
- getDetailLevel() - Method in interface com.sharkysoft.fig.core.FigGraphics
-
Retrieves DetailLevel property.
- getDetailLevel() - Method in class com.sharkysoft.fig.core.FigGraphicsDecorator
-
- getDetailLevel() - Method in class com.sharkysoft.fig.core.FigGraphicsImpl
-
Retrieves DetailLevel property.
- getDetailLevel() - Method in class com.sharkysoft.fig.core.FigureViewDelegate
-
- getDetailLevel() - Method in interface com.sharkysoft.fig.core.FigureViewManager
-
Returns current detail level.
- getDimensions() - Method in class com.sharkysoft.fig.awt.FigJPanel
-
- getDimensions() - Method in class com.sharkysoft.fig.core.FigBufferedImage
-
- getDimensions() - Method in interface com.sharkysoft.fig.core.FigureView
-
- getDimensions() - Method in class com.sharkysoft.fig.swt.FigCanvas
-
- getDoodle() - Method in class com.sharkysoft.fig.core.doodle.DoodleDecorator
-
- getDoodle() - Method in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
Returns affected shape.
- getDoodles() - Method in class com.sharkysoft.fig.core.doodle.CompoundDoodle
-
- getDoodlesAt(AffineTransform, Point2D) - Method in class com.sharkysoft.fig.core.doodle.CompoundDoodle
-
Lists doodles at point.
- getEdgePaint() - Method in class com.sharkysoft.fig.core.doodle.ShapeDoodle
-
- getExcitedView() - Method in class com.sharkysoft.fig.interactive.excite.ExcitableFigGraphics
-
- getExcitement(Doodle) - Method in class com.sharkysoft.fig.interactive.excite.ExcitableFigGraphics
-
- getFigure() - Method in class com.sharkysoft.fig.core.FigureViewDelegate
-
- getFigure() - Method in interface com.sharkysoft.fig.core.FigureViewManager
-
Returns figure in view.
- getFigure() - Method in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
Returns affected figure.
- getFigureViewManager() - Method in class com.sharkysoft.fig.awt.FigJPanel
-
- getFigureViewManager() - Method in class com.sharkysoft.fig.core.FigBufferedImage
-
- getFigureViewManager() - Method in interface com.sharkysoft.fig.core.FigureView
-
Returns view's manager.
- getFigureViewManager() - Method in interface com.sharkysoft.fig.interactive.InteractiveFigureView
-
Returns view's manager.
- getFigureViewManager() - Method in class com.sharkysoft.fig.swt.FigCanvas
-
- getFillPaint() - Method in class com.sharkysoft.fig.core.doodle.ShapeDoodle
-
- getFocus() - Method in class com.sharkysoft.fig.core.FigureTransform
-
Returns view's focus.
- getFont() - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Returns font.
- getFont() - Method in class com.sharkysoft.fig.extra.shape.TextOutline
-
Returns font.
- getFrame() - Method in class com.sharkysoft.fig.core.doodle.ImageDoodle
-
Returns the current frame.
- getGraphics() - Method in interface com.sharkysoft.fig.core.FigGraphics
-
Retrieves Graphics property.
- getGraphics() - Method in class com.sharkysoft.fig.core.FigGraphicsDecorator
-
- getGraphics() - Method in class com.sharkysoft.fig.core.FigGraphicsImpl
-
Retrieves Graphics property.
- getGuiEvent() - Method in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
Returns GuiEvent property.
- getGvtTree() - Method in class com.sharkysoft.fig.svg.SvgConcreteTranscoder
-
Returns GVT tree.
- getImage() - Method in class com.sharkysoft.fig.core.doodle.ImageDoodle
-
Returns current image.
- getImageAdaptor() - Method in class com.sharkysoft.fig.swt.SwtFigureViewDelegate
-
- getListeners(Doodle) - Method in class com.sharkysoft.fig.interactive.FigListenerRegistry
-
Returns listeners for shape.
- getLocation() - Method in interface com.sharkysoft.fig.core.doodle.LocationDoodle
-
- getLocation() - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Returns location.
- getLocation() - Method in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- getLogicalPoint() - Method in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
- getLogicalX() - Method in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
- getLogicalY() - Method in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
- getMask() - Method in class com.sharkysoft.fig.core.doodle.ImageDoodle
-
Returns current mask.
- getOrigin() - Method in interface com.sharkysoft.fig.core.doodle.LocationDoodle
-
- getOrigin() - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Returns effective origin.
- getOrigin() - Method in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- getOrigin() - Method in class com.sharkysoft.fig.core.doodle.ViewDoodle
-
- getOrigin() - Method in class com.sharkysoft.fig.extra.shape.TextOutline
-
Returns origin.
- getOutline() - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
- getPaint() - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Returns paint.
- getParent() - Method in class com.sharkysoft.fig.core.doodle.ChildDoodle
-
Returns parent.
- getPathIterator(AffineTransform) - Method in class com.sharkysoft.fig.extra.shape.CompoundShape
-
Iterates path of entire shape.
- getPathIterator(AffineTransform, double) - Method in class com.sharkysoft.fig.extra.shape.CompoundShape
-
Iterates path of entire shape.
- getPathIterator(AffineTransform) - Method in class com.sharkysoft.fig.extra.shape.ShapeAdaptor
-
Forwards call.
- getPathIterator(AffineTransform, double) - Method in class com.sharkysoft.fig.extra.shape.ShapeAdaptor
-
Forwards call.
- getPhysicalX() - Method in class com.sharkysoft.fig.awt.AwtFigMouseEvent
-
- getPhysicalX() - Method in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
- getPhysicalX() - Method in class com.sharkysoft.fig.swt.SwtFigMouseEvent
-
- getPhysicalY() - Method in class com.sharkysoft.fig.awt.AwtFigMouseEvent
-
- getPhysicalY() - Method in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
- getPhysicalY() - Method in class com.sharkysoft.fig.swt.SwtFigMouseEvent
-
- getPixelSize() - Method in class com.sharkysoft.fig.core.FigureTransform
-
Returns logical size of pixel.
- getRenderingHint(RenderingHints.Key) - Method in class com.sharkysoft.fig.core.FigBufferedImage
-
- getRotation() - Method in interface com.sharkysoft.fig.core.FigGraphics
-
Computes rendering angle.
- getRotation() - Method in class com.sharkysoft.fig.core.FigGraphicsDecorator
-
- getRotation() - Method in class com.sharkysoft.fig.core.FigGraphicsImpl
-
Computes rendering angle.
- getRotation() - Method in class com.sharkysoft.fig.core.FigureTransform
-
Returns viewing angle.
- getRotation() - Method in class com.sharkysoft.fig.extra.shape.TextOutline
-
Returns rotation.
- getRotationDegrees() - Method in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- getRotationFixed() - Method in class com.sharkysoft.fig.core.doodle.ViewDoodle
-
- getRotationRadians() - Method in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- getRotationStep() - Method in class com.sharkysoft.fig.core.FigureTransform
-
Returns current rotation value.
- getScale() - Method in interface com.sharkysoft.fig.core.FigGraphics
-
Computes rendering scale.
- getScale() - Method in class com.sharkysoft.fig.core.FigGraphicsDecorator
-
- getScale() - Method in class com.sharkysoft.fig.core.FigGraphicsImpl
-
Computes rendering scale.
- getScale() - Method in class com.sharkysoft.fig.core.FigureTransform
-
Returns current viewing scale.
- getScaleFixed() - Method in class com.sharkysoft.fig.core.doodle.ViewDoodle
-
- getScaleStep() - Method in class com.sharkysoft.fig.core.FigureTransform
-
Returns current viewing scale step.
- getScaleX() - Method in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- getScaleY() - Method in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- getText() - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Returns text.
- getText() - Method in class com.sharkysoft.fig.extra.shape.TextOutline
-
Returns text.
- getToolTip() - Method in class com.sharkysoft.fig.awt.SwingFigureViewDelegate
-
- getToolTip() - Method in class com.sharkysoft.fig.core.doodle.FlatDoodle
-
Retrieves ToolTip property.
- getToolTip() - Method in interface com.sharkysoft.fig.core.ToolTip
-
Retrieves tool tip text.
- getToolTip() - Method in class com.sharkysoft.fig.swt.SwtFigureViewDelegate
-
- getTransform() - Method in class com.sharkysoft.fig.core.doodle.TextDoodle
-
- getTransform() - Method in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- getTransform() - Method in class com.sharkysoft.fig.core.FigureTransform
-
- getTransform() - Method in class com.sharkysoft.fig.core.FigureViewDelegate
-
- getTransform() - Method in interface com.sharkysoft.fig.core.FigureViewManager
-
Returns transform manager.
- getView() - Method in interface com.sharkysoft.fig.core.FigGraphics
-
Retrieves View property.
- getView() - Method in class com.sharkysoft.fig.core.FigGraphicsDecorator
-
- getView() - Method in class com.sharkysoft.fig.core.FigGraphicsImpl
-
Retrieves View property.
- getView() - Method in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
Returns view.
- getWheelRotation() - Method in class com.sharkysoft.fig.awt.AwtFigMouseEvent
-
- getWheelRotation() - Method in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
- getWheelRotation() - Method in class com.sharkysoft.fig.swt.SwtFigMouseEvent
-
- getWidget() - Method in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
- getZOrder() - Method in class com.sharkysoft.fig.core.doodle.CompoundDoodle
-
- getZOrder() - Method in interface com.sharkysoft.fig.core.doodle.Doodle
-
Determines rendering priority for overlapping shapes.
- getZOrder() - Method in class com.sharkysoft.fig.core.doodle.DoodleDecorator
-
- getZOrder() - Method in class com.sharkysoft.fig.core.doodle.FlatDoodle
-
Returns Z-order property.
- mAligned - Variable in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Indicates whether alignment is active.
- mAngleRadians - Variable in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Rotation angle.
- MAX_SCALE - Static variable in class com.sharkysoft.fig.core.FigureTransform
-
Maximum supported scale.
- mDoodle - Variable in class com.sharkysoft.fig.core.doodle.DoodleDecorator
-
- mDoodles - Variable in class com.sharkysoft.fig.core.doodle.CompoundDoodle
-
Doodles in figure.
- mDoodlesSorted - Variable in class com.sharkysoft.fig.core.doodle.CompoundDoodle
-
True iff doodle list has been sorted.
- mEdgeCold - Variable in class com.sharkysoft.fig.core.doodle.ShapeDoodle
-
- mFigGraphics - Variable in class com.sharkysoft.fig.core.FigGraphicsDecorator
-
- mFigure - Variable in class com.sharkysoft.fig.core.FigureViewDelegate
-
Details:
mFigure
is the figure being displayed in the widget.
- mFillCold - Variable in class com.sharkysoft.fig.core.doodle.ShapeDoodle
-
- mFont - Variable in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Font.
- mGraphics - Variable in class com.sharkysoft.fig.core.FigGraphicsImpl
-
Graphics context for rendering.
- mGuiEvent - Variable in class com.sharkysoft.fig.interactive.event.FigMouseEvent
-
Original toolkit event.
- miDoodle - Variable in class com.sharkysoft.fig.interactive.event.FigMouseEvent.ConstructorForm
-
Doodle under event.
- miFigure - Variable in class com.sharkysoft.fig.interactive.event.FigMouseEvent.ConstructorForm
-
Figure in view.
- miLogical - Variable in class com.sharkysoft.fig.interactive.event.FigMouseEvent.ConstructorForm
-
Logical point of event.
- MIN_SCALE - Static variable in class com.sharkysoft.fig.core.FigureTransform
-
Minimum supported scale.
- miPlatformEvent - Variable in class com.sharkysoft.fig.interactive.event.FigMouseEvent.ConstructorForm
-
Toolkit-specific event object.
- miView - Variable in class com.sharkysoft.fig.interactive.event.FigMouseEvent.ConstructorForm
-
View where event took place.
- mLocation - Variable in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Location of text.
- mLocation - Variable in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- mOrigin - Variable in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- mOrigin - Variable in class com.sharkysoft.fig.core.doodle.ViewDoodle
-
- mOriginOrAlignment - Variable in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Text origin.
- mouseButtonPressed(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.event.FigMouseButtonAdaptor
-
- mouseButtonPressed(FigMouseEvent) - Method in interface com.sharkysoft.fig.interactive.event.FigMouseButtonListener
-
Mouse button pressed.
- mouseButtonPressed(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.AwtTransformInteractor
-
Arms translation or rotation.
- mouseButtonPressed(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.DragTransformInteractor2D
-
Begins drag-translating.
- mouseButtonPressed(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.SwtTransformInteractor
-
Arms translation or rotation.
- mouseButtonPressed(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.WheelTransformInteractor
-
Arms or disarms.
- mouseButtonReleased(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.event.FigMouseButtonAdaptor
-
- mouseButtonReleased(FigMouseEvent) - Method in interface com.sharkysoft.fig.interactive.event.FigMouseButtonListener
-
Mouse button released.
- mouseButtonReleased(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.AwtTransformInteractor
-
Disarms translation or rotation.
- mouseButtonReleased(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.DragTransformInteractor2D
-
Ends drag-translating.
- mouseButtonReleased(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.SwtTransformInteractor
-
Disarms translation or rotation.
- mouseButtonReleased(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.WheelTransformInteractor
-
Arms or disarms.
- mouseClicked(MouseEvent) - Method in class com.sharkysoft.fig.awt.AwtFigureViewDelegate
-
- mouseCursorEntered(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.event.FigMouseMotionAdaptor
-
- mouseCursorEntered(FigMouseEvent) - Method in interface com.sharkysoft.fig.interactive.event.FigMouseMotionListener
-
Mouse cursor entered doodle.
- mouseCursorEntered(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.AwtTransformInteractor
-
Ignored.
- mouseCursorEntered(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.DragTransformInteractor2D
-
Ignored.
- mouseCursorEntered(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.SwtTransformInteractor
-
Ignored.
- mouseCursorExited(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.event.FigMouseMotionAdaptor
-
- mouseCursorExited(FigMouseEvent) - Method in interface com.sharkysoft.fig.interactive.event.FigMouseMotionListener
-
Mouse cursor exited doodle.
- mouseCursorExited(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.AwtTransformInteractor
-
Ignored.
- mouseCursorExited(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.DragTransformInteractor2D
-
Ignored.
- mouseCursorExited(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.SwtTransformInteractor
-
Ignored.
- mouseCursorMoved(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.event.FigMouseMotionAdaptor
-
- mouseCursorMoved(FigMouseEvent) - Method in interface com.sharkysoft.fig.interactive.event.FigMouseMotionListener
-
Mouse cursor moved in doodle.
- mouseCursorMoved(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.AwtTransformInteractor
-
Translates view.
- mouseCursorMoved(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.DragTransformInteractor2D
-
Continues drag-translating.
- mouseCursorMoved(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.SwtTransformInteractor
-
Translates view.
- mouseDoubleClick(MouseEvent) - Method in class com.sharkysoft.fig.swt.SwtFigureViewDelegate
-
- mouseDown(MouseEvent) - Method in class com.sharkysoft.fig.swt.SwtFigureViewDelegate
-
- mouseDragged(MouseEvent) - Method in class com.sharkysoft.fig.awt.AwtFigureViewDelegate
-
- mouseEntered(MouseEvent) - Method in class com.sharkysoft.fig.awt.AwtFigureViewDelegate
-
- mouseExited(MouseEvent) - Method in class com.sharkysoft.fig.awt.AwtFigureViewDelegate
-
- mouseMove(MouseEvent) - Method in class com.sharkysoft.fig.swt.SwtFigureViewDelegate
-
- mouseMoved(MouseEvent) - Method in class com.sharkysoft.fig.awt.AwtFigureViewDelegate
-
- mouseMoved(InteractiveFigureView, Point2D, AffineTransform) - Method in class com.sharkysoft.fig.interactive.excite.ExcitableFigure
-
Enables responses to mouse movement.
- mouseMoved(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.InteractiveFigureViewDelegate
-
- mousePressed(MouseEvent) - Method in class com.sharkysoft.fig.awt.AwtFigureViewDelegate
-
- mousePressed(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.InteractiveFigureViewDelegate
-
- mouseReleased(MouseEvent) - Method in class com.sharkysoft.fig.awt.AwtFigureViewDelegate
-
- mouseReleased(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.InteractiveFigureViewDelegate
-
- mouseUp(MouseEvent) - Method in class com.sharkysoft.fig.swt.SwtFigureViewDelegate
-
- mouseWheelMoved(MouseWheelEvent) - Method in class com.sharkysoft.fig.awt.AwtFigureViewDelegate
-
- mouseWheelMoved(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.InteractiveFigureViewDelegate
-
- mouseWheelRotated(FigMouseEvent) - Method in interface com.sharkysoft.fig.interactive.event.FigMouseWheelListener
-
Mouse wheel rotated.
- mouseWheelRotated(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.AwtTransformInteractor
-
Scales or rotates view.
- mouseWheelRotated(FigMouseEvent) - Method in class com.sharkysoft.fig.interactive.interactor.WheelTransformInteractor
-
Sends transform messages subclass if armed.
- mPaint - Variable in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Paint used to draw text.
- mParent - Variable in class com.sharkysoft.fig.core.doodle.ChildDoodle
-
Parent container.
- mpFigureViewDelegate - Variable in class com.sharkysoft.fig.swt.FigCanvas
-
- mpGvtTree - Variable in class com.sharkysoft.fig.svg.BatikDoodle
-
- mRotationFixed - Variable in class com.sharkysoft.fig.core.doodle.ViewDoodle
-
- mRotationRadians - Variable in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- mScaleFixed - Variable in class com.sharkysoft.fig.core.doodle.ViewDoodle
-
- mScaleX - Variable in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- mScaleY - Variable in class com.sharkysoft.fig.core.doodle.TransformedDoodle
-
- mShape - Variable in class com.sharkysoft.fig.core.doodle.ShapeDoodle
-
- mShape - Variable in class com.sharkysoft.fig.extra.shape.ShapeAdaptor
-
Represented Shape.
- mShapes - Variable in class com.sharkysoft.fig.extra.shape.CompoundShape
-
- mText - Variable in class com.sharkysoft.fig.core.doodle.TextDoodle
-
Displayed text.
- mToolTip - Variable in class com.sharkysoft.fig.core.doodle.FlatDoodle
-
Tool tip text.
- mTransform - Variable in class com.sharkysoft.fig.core.FigureViewDelegate
-
Figure transform.
- mWidget - Variable in class com.sharkysoft.fig.core.FigureViewDelegate
-
UI component displaying figure.
- mZOrder - Variable in class com.sharkysoft.fig.core.doodle.FlatDoodle
-
Z-order.