API / geotoolkit / controls / tools / PaintMode / PaintMode
Enums of Paint Mode
Enumeration Members
Enumeration Members
• Arrow = "Arrow"
Draws arrow shape from the first (mouse down) to the last (mouse up) point
• Callout = "Callout"
Draws callout shape with inner text by clicking on the anchor point or inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points
• Edit = "Edit"
Edits the shape received in the corresponding tool method. Editing mode depends on the shape type.
• Ellipse = "Ellipse"
Draws ellipse by inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points
• Image = "Image"
Draws image by inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points
• Label = "Label"
Draws label by inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points
• Line = "Line"
Draws line shape from the first (mouse down) to the last (mouse up) point
• Pencil = "Pencil"
Draws arbitrary path by mouse move with left button pressed
• Polygon = "Polygon"
Draws polygon based on a points set using mouse clicks. Another click removes selected point from the shape, clicking on the first or last vertex ends creation
• Polyline = "Polyline"
Draws polyline based on a points set using mouse clicks. Another click removes selected point from the shape, clicking on the last vertex ends creation
• Rectangle = "Rectangle"
Draws rectangle by inscribing it into a bounds defined by the start (mouse down) and end (mouse up) points
• RegressionLine = "RegressionLine"
Edits the RegressionLine shape
• Spline = "Spline"
Draws spline-like path based on a points set using mouse clicks. Another click removes selected point from the shape, clicking on the last vertex ends creation
• Symbol = "Symbol"
Draws symbol by inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points
• Text = "Text"
Draws text by inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points