Last updated

API / geotoolkit / contour / shapes / ContourShape / VisualOrder

Enumeration: VisualOrder

shapes.ContourShape.VisualOrder

The VisualOrder enumeration is used to define the order a new visual should be inserted into ContourShape

Table of contents

Enumeration Members

Contents

Enumeration Members

ABOVE

ABOVE = "Above"

This visual should be inserted above another visual


BACK

BACK = "Back"

This visual should be inserted at the back (i.e. underneath all the other visuals)


BELOW

BELOW = "Below"

This visual should be inserted below another visual


DEFAULT

DEFAULT = "Default"

This visual should be inserted default another visual


FRONT

FRONT = "Front"

This visual should be inserted at the front (i.e. on top of all the other visuals)