Package com.luciad.format.nvg.model
package com.luciad.format.nvg.model
This package provides the common parts of the domain models to represent NVG data.
The most important concepts are
TLcdNVGSymbol
and TLcdNVGStyle
.
The former defines the symbol represented by an NVG domain object.
The latter defines the styling information of an NVG domain object.
For more information, refer to the version specific model packages.- Since:
- 2015.0
-
ClassDescriptionFill pattern enumeration.Font Style enumeration (normal or italic).Weight enumeration (normal or bold).Horizontal alignment enumeration (center, right or left).Line pattern enumeration.Vertical alignment enumeration (middle, top or bottom).Interface exposing the functionality of NVG objects to be nested in anchors or groups (i.e. to have a parent).Represents the font-size attribute from the
style
of an NVG object.Object representing the 'modifiers' attribute, which is used to associate additional information with the symbol attribute.The NVG style defines how objects should be rendered graphically, with the exception of points.NVG symbol representation.