Last updated

API / geotoolkit / controls / tools / PaintMode / PaintMode

Enumeration: PaintMode

tools.PaintMode.PaintMode

Enums of Paint Mode

Table of contents

Enumeration Members

Contents

Enumeration Members

Arrow

Arrow = "Arrow"

Draws arrow shape from the first (mouse down) to the last (mouse up) point


Callout

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 = "Edit"

Edits the shape received in the corresponding tool method. Editing mode depends on the shape type.


Ellipse

Ellipse = "Ellipse"

Draws ellipse by inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points


Image

Image = "Image"

Draws image by inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points


Label

Label = "Label"

Draws label by inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points


Line

Line = "Line"

Draws line shape from the first (mouse down) to the last (mouse up) point


Pencil

Pencil = "Pencil"

Draws arbitrary path by mouse move with left button pressed


Polygon

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 = "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 = "Rectangle"

Draws rectangle by inscribing it into a bounds defined by the start (mouse down) and end (mouse up) points


RegressionLine

RegressionLine = "RegressionLine"

Edits the RegressionLine shape


Spline

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 = "Symbol"

Draws symbol by inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points


Text

Text = "Text"

Draws text by inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points