EClass LabelSegment

Defines a label segment. A label segment defines its content and display configuration like color.

ePackage:

displayableObjects

contained by:

FloatingLabel, Label, NestedLabel

EAttributes

color (EString)

Defines the color of the label segment given as a hex string or html color name.

content (EString)

Defines the content of the label segment. The label segment can contain placeholders like {alias}. If a placeholder, there should be also a label query defined that returns a string to that alias.

levelOfDetail (EDouble)

Defines at which zoom level this label should be displayed.

size (EInt)

(deprecated) Defines a offset in x-direction that is added to the calculated position of the label.

EReferences

queries (LabelQuery) (lowerBound=0, upperBound=-1) (containment)

Defines the label queries for this segment.