Class LocationRenderingInfo
java.lang.Object
com.inductiveautomation.ignition.designer.location.LocationRenderingInfo
Builder class to hold rendering information for a particular
Location for the platform.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNamedPathElement(String name, String element) Addselementto the current automatically built path, with a prefix ofnameDoes nothing ifelementis null.addPathElement(String element) Addselementto the current automatically built path, separated by">"characters.getIcon()getLabel()booleanSets an arbitrary string to be used as the renderer for the supplied location.setLocatable(boolean locatable) setTooltip(String tooltip)
-
Constructor Details
-
LocationRenderingInfo
public LocationRenderingInfo()
-
-
Method Details
-
setLabel
Sets an arbitrary string to be used as the renderer for the supplied location.- See Also:
-
addPathElement
Addselementto the current automatically built path, separated by">"characters. Does nothing ifelementis null.- See Also:
-
addNamedPathElement
Addselementto the current automatically built path, with a prefix ofnameDoes nothing ifelementis null.- See Also:
-
setIcon
-
setTooltip
-
setLocatable
-
getIcon
-
getTooltip
-
getLabel
-
isLocatable
public boolean isLocatable()
-