Package com.luciad.format.nvg.model
Interface ILcdNVGNode
- All Known Implementing Classes:
TLcdNVG15Anchor
,TLcdNVG15Arc
,TLcdNVG15ArcBand
,TLcdNVG15Arrow
,TLcdNVG15Base
,TLcdNVG15Circle
,TLcdNVG15Composite
,TLcdNVG15Corridor
,TLcdNVG15DataObject
,TLcdNVG15Ellipse
,TLcdNVG15Group
,TLcdNVG15MapObject
,TLcdNVG15Model
,TLcdNVG15Multipoint
,TLcdNVG15Point
,TLcdNVG15Polygon
,TLcdNVG15Polyline
,TLcdNVG15Text
,TLcdNVG20Arc
,TLcdNVG20ArcBand
,TLcdNVG20AreaContent
,TLcdNVG20Arrow
,TLcdNVG20Circle
,TLcdNVG20Composite
,TLcdNVG20Content
,TLcdNVG20Corridor
,TLcdNVG20Ellipse
,TLcdNVG20Group
,TLcdNVG20Model
,TLcdNVG20MultiPoint
,TLcdNVG20Orbit
,TLcdNVG20Point
,TLcdNVG20Polygon
,TLcdNVG20Polyline
,TLcdNVG20Rectangle
,TLcdNVG20SymbolizedContent
,TLcdNVG20Text
public interface ILcdNVGNode
Interface exposing the functionality of NVG objects to be nested in anchors or groups (i.e. to have a parent).
- Since:
- 2015.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the parent of this object.void
setParent
(ILcdNVGNode aParent) Set the parent of this object to the given parent.
-
Method Details
-
getParent
ILcdNVGNode getParent()Get the parent of this object.- Returns:
- The parent of this object.
-
setParent
Set the parent of this object to the given parent.- Parameters:
aParent
- The parent to be set to this object.
-