Class TLcdGXYEllipsePainter
- All Implemented Interfaces:
ILcdCloneable,ILcdPropertyChangeSource,ILcdGXYEditor,ILcdGXYEditorProvider,ILcdGXYPainter,ILcdGXYPainterProvider,ILcdGXYPathPainter,Serializable,Cloneable
ILcdEllipse objects and enables visual editing of
ILcd2DEditableEllipse objects in an ILcdGXYView.
Painting an ILcdEllipse
Body
This painter provides three paint modes to paint the body of an ILcdEllipse object. The mode
property can be set using the method setMode and allows the ellipse to be painted
as:
| |
||||
|
|
|
|
|
An outlined ellipse (OUTLINED) |
|
A filled ellipse (FILLED) |
|
A filled and outlined ellipse (OUTLINED_FILLED) |
Objects that are selected or that are being edited, are painted as defined by the selectionMode and editMode properties, respectively. The same values as above can be used for both mode properties.
Handles
This painter defines the four axis points of the ILcdEllipse object as a handle of
the ellipse. The following image clarifies the handle location, the axis points are represented
by red points.
Note that the center point of the ellipse is painted in
BODY mode depending on the drawCenter property. When painted, it can be used as a handle to edit the object.
Snap targets
If the center point is painted (see isDrawCenter()) or when snapping to invisible points is
enabled (see isSnapToInvisiblePoints()), the center point can also be returned. The point
returned as a snap target is highlighted with the snapIcon.
Styling options
The visualization of the ILcdEllipse object is governed by the line style and fill style
set to this painter. Depending on the paint mode chosen one or both of these will be taken into account.
Locating an ILcdEllipse in a view
Anchor point of an ILcdEllipse
The anchor point of the ILcdEllipse object is located at the center point of the bounds,
calculated by boundsSFCT. Note that the center point of the ILcdEllipse
object is not taken into account.
When is an ILcdEllipse touched
Depending on the paint mode, an ellipse is touched when either the contour, one of the axis handles, the center point, or the internal area (when filled) of the ellipse is touched. Note that the center point can only be touched if it is painted.
Visually editing and creating an ILcd2DEditableEllipse
Modifying an ILcd2DEditableEllipse
This editor provides the following edit functionality for the different render modes:
RESHAPED: the ellipse is reshaped, depending on whether one of the axis handles is touched. The image below illustrate the editing behavior. The small black arrow indicates the path of the mouse cursor while reshaping the ellipse.
Moving an axis point. TRANSLATED: the whole ellipse is translated, depending on whether the contour or the interior is touched. The images below illustrate the editing behavior. The small black arrow indicates the path of the mouse cursor while translating the ellipse.
Moving the contour.
Moving the interior.
Note that, if the center point of the ellipse is touched (and painted), the whole ellipse can be translated as if the contour was touched.
Creating an ILcd2DEditableEllipse
When initializing an ellipse via interaction through the view, a number of user interactions are required
to complete the initialization. This number depends on the creation mode and
it is either 2 or 3 for the modes TWO_CLICK or THREE_CLICK.
Accepted snap targets
All points are accepted as snap target as long as:
- the point can be transformed to the reference of the
ILcdEllipseobject with themodel to model transformation, - the point is not the center point of the
ILcdEllipseobject set to this painter.
Additional properties
Caching
This painter implementation supports caching for objects implementing ILcdCache.
Caching can be turned on/off with the setPaintCache method.
Drawing the center point
The drawCenter and drawCenterWhenSelected
properties define when the center point needs to be painted. If the center point is painted, it can
be touched, moved,...
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant value indicating that the body of the ellipse is touched.static final intConstant value indicating that the center point of the ellipse is touched.static final intConstant value indicating that the anchor point should be chosen as the center point of the ellipse.static final intConstant for editing and selection painting modes, indicating that the painting mode for default (not selected and not edited) objects should be copied.static final intDraw theILcdEllipseobject as a filled ellipse, only the area of the ellipse defined by theILcdEllipseis painted.static final intConstant value indicating that the anchor point should be chosen as the focus point of the ellipse.static final intConstant value indicating that the end point of the major axis of the ellipse is touched.static final intConstant value indicating that the opposite end point of the major axis of the ellipse is touched.static final intConstant value indicating that the anchor point should be chosen in the middle of the bounds, calculated byboundsSFCT.static final intConstant value indicating that the end point of the minor axis of the ellipse is touched.static final intConstant value indicating that the opposite end point of the minor axis of the ellipse is touched.static final intConstant value indicating that the ellipse is not touched.static final intDraw theILcdEllipseobject as an outlined ellipse, only the contour of the ellipse defined by theILcdEllipseis painted.static final intDraw theILcdEllipseobject as an outlined and filled ellipse, both the area and the contour of the ellipse defined by theILcdEllipseare painted.static final intConstant for the three click creation mode.static final intConstant for the two click creation mode.Fields inherited from class com.luciad.view.gxy.ALcdGXYPainter
defaultCreationFillStyle, defaultCreationLineStyle, defaultFillStyle, defaultLineStyle, fWorkBoundsFields inherited from interface com.luciad.view.gxy.ILcdGXYEditor
CREATING, END_CREATION, RESHAPED, START_CREATION, TRANSLATEDFields inherited from interface com.luciad.view.gxy.ILcdGXYPainter
CREATING, HANDLES, RESHAPING, SELECTED, SNAPS, TRANSLATING -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a defaultTLcdGXYEllipsePainterand sets the display name to "Ellipse". -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptSnapTarget(Graphics aGraphics, ILcdGXYContext aGXYContext) Determines whether a snap target should be accepted or not.voidanchorPointSFCT(Graphics aGraphics, int aMode, ILcdGXYContext aGXYContext, Point aPointSFCT) ImplementsILcdGXYPainter.anchorPointSFCT.booleanappendAWTPath(ILcdGXYContext aGXYContext, int aRenderMode, ILcdAWTPath aAWTPathSFCT) Appends a discretized representation in view coordinates to the given path.booleanappendGeneralPath(ILcdGXYContext aGXYContext, int aRenderMode, ILcdGeneralPath aGeneralPathSFCT) Appends a discretized representation in world coordinates to the given path.protected voidboundsOfEditingLabelsSFCT(Graphics aGraphics, ILcdEllipse aEllipse, int aTouchedLocation, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) Called by theboundsSFCTmethod when editing anILcd2DEditableEllipse.voidboundsSFCT(Graphics aGraphics, int aRenderMode, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) Computes the bounds of the representation of anILcdEllipsein AWT coordinates.clone()MakesObject.clone()public.booleanedit(Graphics aGraphics, int aRenderMode, ILcdGXYContext aGXYContext) This implementation edits theILcdEllipseobject set to the painter.intReturns the location of the anchor point (by default: MIDDLE_OF_BOUNDS).intReturns either 2 or 3 depending on thecreation mode(TWO_CLICKorTHREE_CLICK) as the number of required user interactions.getCursor(Graphics aGraphics, int aRenderMode, ILcdGXYContext aGXYContext) Returns aCursorthat clarifies the render mode and context this painter is operating in.intDeprecated.getGXYEditor(Object aObject) Returns this instance as editor for editing the specifiedObject.Returns the object that can currently be painted or edited by this painter/editor.booleanReturns whether caching is used when painting this painter's object.Returns the icon that is used to paint snap target points of the object set to this painter.booleanReturns whether the center point of the ellipse should be displayed.booleanReturns whether the center point of the ellipse should be displayed when it is painted in selected mode.booleanReturns whether the painter allows snapping to the invisible points of the shape.booleanisTouched(Graphics aGraphics, int aRenderMode, ILcdGXYContext aGXYContext) Depending on the rendering mode, returns whether the contour, the axis handles or the center point of the ellipse is touched.booleanDeprecated.This method has been deprecated.voidpaint(Graphics aGraphics, int aRenderMode, ILcdGXYContext aGXYContext) Displays the representation of the object in the given mode on the Graphics passed, taking into account the context passed.protected voidpaintEditingLabels(Graphics aGraphics, ILcdEllipse aEllipse, int aTouchedLocation, ILcdGXYContext aGXYContext) Called by thepaintmethod when editing anILcd2DEditableEllipse.voidsetAnchorPointLocation(int aAnchorPointLocation) Sets the preferred anchor point location.voidsetCreationMode(int aCreationMode) Sets the mode to decide how to create anILcdEllipseobject.voidsetDrawCenter(boolean aDrawCenter) Sets whether the center point of the ellipse should be displayed or not.voidsetDrawCenterWhenSelected(boolean aDrawCenterWhenSelected) Sets whether the center point of the ellipse should be displayed when it is painted in selected mode or not.voidsetEditingMode(int aEditingMode) Deprecated.UseALcdGXYAreaPainter.setEditMode(int)instead.voidsetModelModelTransformationClass(Class aModel2ModelTransformationClass) Sets the transformation class that should be used when snapping to points that are defined in a different reference than the reference of this painter's object.voidSets the object to paint and edit.voidsetPaintCache(boolean aPaintCache) Turns caching of the representation of the object on or off.voidsetSnapIcon(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter.voidsetSnapToInvisiblePoints(boolean aSnapToInvisiblePoints) Sets whether the other shapes can snap to invisible points of this shape.voidsetTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated.protected voidsetupGraphicsForFill(Graphics aGraphics, Object aObject, int aRenderMode, ILcdGXYContext aGXYContext) Called just before filling ellipses on the specifiedGraphicsobject.protected voidsetupGraphicsForLine(Graphics aGraphics, Object aObject, int aRenderMode, ILcdGXYContext aGXYContext) Called just before painting a line on the specifiedGraphicsobject.snapTarget(Graphics aGraphics, ILcdGXYContext aGXYContext) Returns the center point of theILcdEllipseif it is touched.booleansupportSnap(Graphics aGraphics, ILcdGXYContext aGXYContext) This implementation supports snapping, always returnstrue.Methods inherited from class com.luciad.view.gxy.painter.ALcdGXYAreaPainter
getEditMode, getFillStyle, getLineStyle, getMode, getSelectionMode, setEditMode, setFillStyle, setLineStyle, setMode, setSelectionModeMethods inherited from class com.luciad.view.gxy.ALcdGXYPainter
addPropertyChangeListener, firePropertyChangeEvent, firePropertyChangeEvent, getDisplayName, getGXYPainter, removePropertyChangeListener, setClassTraceOn, setDisplayNameMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.view.gxy.ILcdGXYEditor
getDisplayNameMethods inherited from interface com.luciad.view.gxy.ILcdGXYPainter
getDisplayNameMethods inherited from interface com.luciad.util.ILcdPropertyChangeSource
addPropertyChangeListener, removePropertyChangeListener
-
Field Details
-
OUTLINED
public static final int OUTLINEDDraw theILcdEllipseobject as an outlined ellipse, only the contour of the ellipse defined by theILcdEllipseis painted.- See Also:
-
FILLED
public static final int FILLEDDraw theILcdEllipseobject as a filled ellipse, only the area of the ellipse defined by theILcdEllipseis painted.- See Also:
-
OUTLINED_FILLED
public static final int OUTLINED_FILLEDDraw theILcdEllipseobject as an outlined and filled ellipse, both the area and the contour of the ellipse defined by theILcdEllipseare painted.- See Also:
-
DEFAULT
public static final int DEFAULTConstant for editing and selection painting modes, indicating that the painting mode for default (not selected and not edited) objects should be copied. This avoids having to set all modes separately.- See Also:
-
NOT_TOUCHED
public static final int NOT_TOUCHEDConstant value indicating that the ellipse is not touched.- See Also:
-
CENTER
public static final int CENTERConstant value indicating that the center point of the ellipse is touched.- See Also:
-
BODY
public static final int BODYConstant value indicating that the body of the ellipse is touched.- See Also:
-
MAJOR_RADIUS_CORNER
public static final int MAJOR_RADIUS_CORNERConstant value indicating that the end point of the major axis of the ellipse is touched.- See Also:
-
MINOR_RADIUS_CORNER
public static final int MINOR_RADIUS_CORNERConstant value indicating that the end point of the minor axis of the ellipse is touched.- See Also:
-
MAJOR_RADIUS_OPPOSITE_CORNER
public static final int MAJOR_RADIUS_OPPOSITE_CORNERConstant value indicating that the opposite end point of the major axis of the ellipse is touched.- See Also:
-
MINOR_RADIUS_OPPOSITE_CORNER
public static final int MINOR_RADIUS_OPPOSITE_CORNERConstant value indicating that the opposite end point of the minor axis of the ellipse is touched.- See Also:
-
MIDDLE_OF_BOUNDS
public static final int MIDDLE_OF_BOUNDSConstant value indicating that the anchor point should be chosen in the middle of the bounds, calculated byboundsSFCT.- See Also:
-
FOCUS_POINT
public static final int FOCUS_POINTConstant value indicating that the anchor point should be chosen as the focus point of the ellipse. If this point cannot be calculated, theMIDDLE_OF_BOUNDSmethod is used to calculate the anchor point.- See Also:
-
CENTER_POINT
public static final int CENTER_POINTConstant value indicating that the anchor point should be chosen as the center point of the ellipse. If this point cannot be calculated, theMIDDLE_OF_BOUNDSmethod is used to calculate the anchor point.- See Also:
-
TWO_CLICK
public static final int TWO_CLICKConstant for the two click creation mode. The clicks define:- the position of the center point, and
- the semi-major axis, semi-minor axis length and the rotation angle of the ellipse.
- See Also:
-
THREE_CLICK
public static final int THREE_CLICKConstant for the three click creation mode. The clicks define:- the position of the center point,
- the semi-major axis length and the rotation angle of the ellipse, and
- the semi-minor axis length.
- See Also:
-
-
Constructor Details
-
TLcdGXYEllipsePainter
public TLcdGXYEllipsePainter()Constructs a defaultTLcdGXYEllipsePainterand sets the display name to "Ellipse".
-
-
Method Details
-
setTraceOn
public void setTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Enables tracing for this class instance. Calling this method with eithertrueorfalseas argument automatically turns off tracing for all other class instances for whichsetTraceOnhas not been called. If the argument isfalsethen only the informative, warning and error log messages are recorded.- Overrides:
setTraceOnin classALcdGXYPainter- Parameters:
aTraceOn- if true then all log messages are recorded for this instance. If false, then only the informative, warning and error log messages are recorded.
-
isTraceOn
public boolean isTraceOn()Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Returnstrueif tracing is enabled for this class.- Overrides:
isTraceOnin classALcdGXYPainter- Returns:
- true if tracing is enabled for this class, false otherwise.
-
setObject
Sets the object to paint and edit. The object should be an instance of
ILcdEllipsefor painting and an instance ofILcd2DEditableEllipsefor editing.This painter/editor can be used to paint the object without using the edit functionality. This method shall therefore only check if the object implements
ILcdEllipseand shall throw aClassCastExceptionif it does not.When this painter is used as editor with an object that does not implement the interface
ILcd2DEditableEllipse, theeditmethod shall throw the necessary exception.- Specified by:
setObjectin interfaceILcdGXYEditor- Specified by:
setObjectin interfaceILcdGXYPainter- Parameters:
aObject- The object to paint and edit.- Throws:
ClassCastException- when the object does not implementILcdEllipse.- See Also:
-
getObject
Returns the object that can currently be painted or edited by this painter/editor.- Specified by:
getObjectin interfaceILcdGXYEditor- Specified by:
getObjectin interfaceILcdGXYPainter- Returns:
- the object that can currently be painted or edited by this painter/editor.
- See Also:
-
setEditingMode
public void setEditingMode(int aEditingMode) Deprecated.UseALcdGXYAreaPainter.setEditMode(int)instead. -
getEditingMode
public int getEditingMode()Deprecated.UseALcdGXYAreaPainter.getEditMode()instead. -
setCreationMode
public void setCreationMode(int aCreationMode) Sets the mode to decide how to create anILcdEllipseobject. An ellipse can be created in the following modes. The default value isTWO_CLICK.TWO_CLICK, which enables setting the center point, the axis length and the rotation angle, orTHREE_CLICK, which enables setting the center point, the semi-major axis length and the rotation angle, and the semi-minor axis length.
- Parameters:
aCreationMode- The mode deciding how to create anILcdEllipseobject.
-
setPaintCache
public void setPaintCache(boolean aPaintCache) Turns caching of the representation of the object on or off. Caching greatly reduces the time to paint an object but requires more memory. The representation of an object can only be cached for objects which implementILcdCache. By default, caching is turned on.- Parameters:
aPaintCache- A flag indicating whether to use caching when painting an object.- See Also:
-
getPaintCache
public boolean getPaintCache()Returns whether caching is used when painting this painter's object.- Returns:
trueif caching is used to paint this painter's object,falseotherwise.- See Also:
-
setDrawCenter
public void setDrawCenter(boolean aDrawCenter) Sets whether the center point of the ellipse should be displayed or not. The default value of this property isfalse. This setting has an influence on the methodsboundsSFCT,isTouchedand snapping. Regardless of this setting, the center point is always displayed as a handle in HANDLES mode to allow editing.- Parameters:
aDrawCenter- A flag indicating whether the center point should be displayed or not.- See Also:
-
isDrawCenter
public boolean isDrawCenter()Returns whether the center point of the ellipse should be displayed.- Returns:
- whether the center point of the ellipse should be displayed.
- See Also:
-
setDrawCenterWhenSelected
public void setDrawCenterWhenSelected(boolean aDrawCenterWhenSelected) Sets whether the center point of the ellipse should be displayed when it is painted in selected mode or not. The default value of this property istrue. This setting has an influence on the methodsboundsSFCT,isTouchedand snapping. Regardless of this setting, the center point is always displayed as a handle in HANDLES mode to allow editing.- Parameters:
aDrawCenterWhenSelected- A flag indicating whether the center point should be displayed when it is painted in selected mode or not.- See Also:
-
isDrawCenterWhenSelected
public boolean isDrawCenterWhenSelected()Returns whether the center point of the ellipse should be displayed when it is painted in selected mode.- Returns:
- whether the center point of the ellipse should be displayed when it is painted in selected mode.
- See Also:
-
setSnapToInvisiblePoints
public void setSnapToInvisiblePoints(boolean aSnapToInvisiblePoints) Sets whether the other shapes can snap to invisible points of this shape. For anILcdEllipseobject, there's only one invisible point, being the center point of the ellipse when it is not drawn. The default value isfalse.- Parameters:
aSnapToInvisiblePoints- A flag indicating whether snapping to the invisible points is allowed.- See Also:
-
isSnapToInvisiblePoints
public boolean isSnapToInvisiblePoints()Returns whether the painter allows snapping to the invisible points of the shape.- Returns:
- whether the painter allows snapping to the invisible points of the shape.
- See Also:
-
setSnapIcon
Sets the icon that marks snap targets of the object currently set to this painter. This icon is painted when thepaintmethod is called with the render modeILcdGXYPainter.SNAPS.- Parameters:
aSnapIcon- The icon that should be used to paint snap target points.- See Also:
-
getSnapIcon
Returns the icon that is used to paint snap target points of the object set to this painter.- Returns:
- the icon that is used to paint snap target points of the object set to this painter.
- See Also:
-
getAnchorPointLocation
public int getAnchorPointLocation()Returns the location of the anchor point (by default: MIDDLE_OF_BOUNDS).- Returns:
- one of
MIDDLE_OF_BOUNDS,FOCUS_POINT,CENTER_POINT.
-
setAnchorPointLocation
public void setAnchorPointLocation(int aAnchorPointLocation) Sets the preferred anchor point location.- Parameters:
aAnchorPointLocation- one ofMIDDLE_OF_BOUNDS,FOCUS_POINT,CENTER_POINT.
-
setupGraphicsForLine
protected void setupGraphicsForLine(Graphics aGraphics, Object aObject, int aRenderMode, ILcdGXYContext aGXYContext) Called just before painting a line on the specified
Graphicsobject. It can be redefined in order to set specificGraphicsproperties likeColor, etc...This implementation calls
ILcdGXYPainterStyle.setupGraphics(java.awt.Graphics, java.lang.Object, int, com.luciad.view.gxy.ILcdGXYContext)on the lineStyle property if a line style has been set to this instance.- Parameters:
aGraphics- The graphics to paint the object on.aObject- The object to paint.aRenderMode- The mode to render the object in.aGXYContext- The context to render the object in.
-
setupGraphicsForFill
protected void setupGraphicsForFill(Graphics aGraphics, Object aObject, int aRenderMode, ILcdGXYContext aGXYContext) Called just before filling ellipses on the specified
Graphicsobject. It can be redefined in order to set specificGraphicsproperties likeColor, etc...This implementation calls
ILcdGXYPainterStyle.setupGraphics(java.awt.Graphics, java.lang.Object, int, com.luciad.view.gxy.ILcdGXYContext)on the fillStyle property if a fill style has been set to this instance.- Parameters:
aGraphics- The graphics to paint the object on.aObject- The object to paint.aRenderMode- The mode to render the object in.aGXYContext- The context to render the object in.
-
paint
Displays the representation of the object in the given mode on the Graphics passed, taking into account the context passed.This implementation will use the specified render mode to determine how the object needs to be rendered. The object is rendered as shown in the images of the class documentation.
- Specified by:
paintin interfaceILcdGXYPainter- Parameters:
aGraphics- The graphics to paint the object on.aRenderMode- The mode to render the object in.aGXYContext- The context to render the object in.
-
appendAWTPath
Description copied from interface:ILcdGXYPathPainterAppends a discretized representation in view coordinates to the given path.- Specified by:
appendAWTPathin interfaceILcdGXYPathPainter- Parameters:
aGXYContext- the graphics contextaRenderMode- the rendering modeaAWTPathSFCT- the path to append to- Returns:
- true if a discretization of the shape could be successfully appended to the path
-
appendGeneralPath
public boolean appendGeneralPath(ILcdGXYContext aGXYContext, int aRenderMode, ILcdGeneralPath aGeneralPathSFCT) Description copied from interface:ILcdGXYPathPainterAppends a discretized representation in world coordinates to the given path.- Specified by:
appendGeneralPathin interfaceILcdGXYPathPainter- Parameters:
aGXYContext- the graphics contextaRenderMode- the rendering modeaGeneralPathSFCT- the path to append to- Returns:
- true if a discretization of the shape could be successfully appended to the path
-
paintEditingLabels
protected void paintEditingLabels(Graphics aGraphics, ILcdEllipse aEllipse, int aTouchedLocation, ILcdGXYContext aGXYContext) Called by the
paintmethod when editing anILcd2DEditableEllipse. It draws labels indicating the values of properties being changed. For example, the coordinates of the center point of the ellipse, the major or minor axis extent, the rotation angle, etc ... This method is empty and therefore does not draw the labels but it can be redefined for specific needs.The
aTouchedLocationargument indicates which part of the ellipse is being edited. For example,MAJOR_RADIUS_CORNERcorresponds to the end point of the major axis of the ellipse. It should be one of the following constants:CENTER,BODY,MAJOR_RADIUS_CORNER,MINOR_RADIUS_CORNER,MAJOR_RADIUS_OPPOSITE_CORNER,MINOR_RADIUS_OPPOSITE_CORNER- Parameters:
aGraphics- The graphics to paint the object on.aEllipse- The ellipse that is being edited.aTouchedLocation- The part of the ellipse that is being edited.aGXYContext- The context to render the object in.
-
boundsSFCT
public void boundsSFCT(Graphics aGraphics, int aRenderMode, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) throws TLcdNoBoundsException Computes the bounds of the representation of anILcdEllipsein AWT coordinates.- Specified by:
boundsSFCTin interfaceILcdGXYPainter- Parameters:
aGraphics- The graphics to paint the object on.aRenderMode- The mode to render the object in.aGXYContext- The context to render the object in.aBoundsSFCT- The bounds to update.- Throws:
TLcdNoBoundsException- if no bounds can be determined for the representation of the object. This can be when the object does not have a representation in the given context, for example when it is located in a part of the world which is not visible in the projection as set in the views world reference.- See Also:
-
boundsOfEditingLabelsSFCT
protected void boundsOfEditingLabelsSFCT(Graphics aGraphics, ILcdEllipse aEllipse, int aTouchedLocation, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) Called by the
boundsSFCTmethod when editing anILcd2DEditableEllipse. It calculates the bounds of the labels indicating the values of properties being changed. For example, the coordinates of the center point of the ellipse, the major or minor axis extent, the rotation angle, etc ... Since by default, no labels are painted, this implementation is empty and theaBoundsSFCTargument remains unchanged.Note that the
ILcd2DEditableBoundsobject already contains the bounds of the edited object. Upon exit of this method, this object should be set to the union of the bounds of the edited object and the labels painted while editing.The
aTouchedLocationargument indicates which part of the ellipse is being edited. For example,MAJOR_RADIUS_CORNERcorresponds to the end point of the major axis of the ellipse. It should be one of the following constants:CENTER,BODY,MAJOR_RADIUS_CORNER,MINOR_RADIUS_CORNER,MAJOR_RADIUS_OPPOSITE_CORNER,MINOR_RADIUS_OPPOSITE_CORNER- Parameters:
aGraphics- The graphics to paint the object on.aEllipse- The ellipse that is being edited.aTouchedLocation- The part of the ellipse that is being edited.aGXYContext- The context to render the object in.aBoundsSFCT- The bounds in view coordinates to be updated.
-
isTouched
Depending on the rendering mode, returns whether the contour, the axis handles or the center point of the ellipse is touched. Note that the center point can only be touched if it is painted. The coordinate for which the check is done is derived from the context passed as argument.- Specified by:
isTouchedin interfaceILcdGXYPainter- Parameters:
aGraphics- The graphics to paint the object on.aRenderMode- The mode to render the object in.aGXYContext- The context in which the object is rendered.- Returns:
- whether the contour, the axis handles or the center point of the ellipse is touched.
- See Also:
-
anchorPointSFCT
public void anchorPointSFCT(Graphics aGraphics, int aMode, ILcdGXYContext aGXYContext, Point aPointSFCT) throws TLcdNoBoundsException Description copied from class:ALcdGXYPainterImplementsILcdGXYPainter.anchorPointSFCT.aPointSFCTwill be set to the center of the bounds calculated by boundsSFCT.- Specified by:
anchorPointSFCTin interfaceILcdGXYPainter- Overrides:
anchorPointSFCTin classALcdGXYPainter- Parameters:
aGraphics- the Graphics on which the representation of the object is paintedaMode- the mode the object is painted in (see class documentation)aGXYContext- the context for which the representation of the object is painted. It contains amongst others the transformations from model to world and world to view.aPointSFCT- the point that has to be moved to the location of the anchor point of the representation of the object. This point must not be taken into account when the method has thrown a TLcdNoBoundsException.- Throws:
TLcdNoBoundsException- if no anchor point can be determined for the representation of the object. This can be when the object does not have a representation in the given context, for example when it is located in a part of the world which is not visible in the projection as set in the views world reference.- See Also:
-
getCursor
Returns aCursorthat clarifies the render mode and context this painter is operating in. When no specificCursoris required,nullis returned.- Specified by:
getCursorin interfaceILcdGXYPainter- Overrides:
getCursorin classALcdGXYPainter- Parameters:
aGraphics- The graphics on which the object is painted.aRenderMode- The mode to render the object in.aGXYContext- The context in which the object is rendered.- Returns:
- a cursor to indicate the type of operating mode and context. Returns
nullif no particular cursor is required.
-
getGXYEditor
Returns this instance as editor for editing the specifiedObject. If thisObjectis not the same as theObjectset to this painter, thesetObject(Object)method is called to update the object set to the painter.- Specified by:
getGXYEditorin interfaceILcdGXYEditorProvider- Parameters:
aObject- the object to be edited.- Returns:
- this instance as editor for editing the specified
Object.
-
edit
This implementation edits the
ILcdEllipseobject set to the painter. The object needs to implement the interfaceILcd2DEditableEllipseotherwise aClassCastExceptionwill be thrown.In
ILcdGXYEditor.TRANSLATEDrender mode, theILcdEllipseobject is edited as follows:- While touching an axis handle, the object gets translated as a whole.
- While touching the center point, the object gets translated as a whole.
- While touching the contour, the object gets translated as a whole.
In
ILcdGXYEditor.RESHAPEDrender mode, theILcdEllipseobject is edited as follows:- While touching an axis handle, the length of the corresponding axis will change. Also the rotation angle of the axis will be affected.
The creation render mode behavior is defined by the
creation mode. Further changes have to be done within edition mode.- In the
TWO_CLICKmode, the first point determines the center point of the ellipse and the second the axis length and the rotation angle of the ellipse. - In the
THREE_CLICKmode, the first point determines the center point of the ellipse, the second the semi-major axis length and the rotation angle of the ellipse, and the third the length of the semi-minor axis of the ellipse.
If, in all render modes, a snap target is found for a moved or created point, the snap target location is used for the moved/created point.
- Specified by:
editin interfaceILcdGXYEditor- Parameters:
aGraphics- The graphics to edit the object on.aRenderMode- The mode to render the object in.aGXYContext- The context to render the object in.- Returns:
- true if the object has changed when this method returns, false otherwise.
- Throws:
ClassCastException- if the painter's object does not implementILcd2DEditableEllipse.- See Also:
-
getCreationClickCount
public int getCreationClickCount()Returns either 2 or 3 depending on thecreation mode(TWO_CLICKorTHREE_CLICK) as the number of required user interactions.- Specified by:
getCreationClickCountin interfaceILcdGXYEditor- Returns:
- either 2 or 3 depending on the
creation mode. - See Also:
-
setModelModelTransformationClass
Sets the transformation class that should be used when snapping to points that are defined in a different reference than the reference of this painter's object. The transformation will be instantiated and setup to transform points from the model of the snap layer to points in the model which contains the current object of this painter. The default value is the
TLcdGeoReference2GeoReferenceclass.This property allows the painter to snap to points defined in a different model reference.
Instances of this specified class should implement
ILcdModelModelTransformation, otherwise the snapping functionality to different model references will not work.- Parameters:
aModel2ModelTransformationClass- the transformation used as described above.
-
acceptSnapTarget
Determines whether a snap target should be accepted or not. A snap target is accepted if the following conditions are met:
- The current object is an
ILcd2DEditableEllipse. - The snap target is an
ILcdPointwhose coordinates are expressed in the same coordinate system as the current objects coordinate system or the model to model transformation can transform the point to a point in the objects coordinate system. - The snap object is not the center point of the current object. If this is wanted, override the function and return true if the snap object is the center point.
- One of the axis corner points or the center point is touched or when both minor and
major axis are
0. This enables snapping when creating an ellipse.
- Specified by:
acceptSnapTargetin interfaceILcdGXYEditor- Parameters:
aGraphics- the graphics on which the snap target should be checked.aGXYContext- the context in which the snap target should be checked.- Returns:
trueif the above conditions are met,falseotherwise.- See Also:
- The current object is an
-
snapTarget
Returns the center point of the
ILcdEllipseif it is touched. If it was not touched,nullwill be returned. Note that the center point is only returned if the center point is drawn (seeisDrawCenter()) or when snapping to invisible points is enabled (seeisSnapToInvisiblePoints()).- Specified by:
snapTargetin interfaceILcdGXYPainter- Overrides:
snapTargetin classALcdGXYPainter- Parameters:
aGraphics- the graphics on which is worked.aGXYContext- the context of the snapping.- Returns:
- the center point of the
ILcdEllipseif it is touched,nullotherwise. - See Also:
-
supportSnap
This implementation supports snapping, always returnstrue.- Specified by:
supportSnapin interfaceILcdGXYPainter- Overrides:
supportSnapin classALcdGXYPainter- Parameters:
aGraphics- the graphics on which is worked.aGXYContext- the context of the snapping.- Returns:
true.
-
clone
Description copied from interface:ILcdCloneableMakes
When for example extending fromObject.clone()public.java.lang.Object, it can be implemented like this:public Object clone() { try { return super.clone(); } catch ( CloneNotSupportedException e ) { // Cannot happen: extends from Object and implements Cloneable (see also Object.clone) throw new RuntimeException( e ); } }- Specified by:
clonein interfaceILcdCloneable- Specified by:
clonein interfaceILcdGXYEditorProvider- Specified by:
clonein interfaceILcdGXYPainterProvider- Overrides:
clonein classALcdGXYAreaPainter- Returns:
- a clone of this painter provider.
- See Also:
-
ALcdGXYAreaPainter.getEditMode()instead.