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) Addselement
to the current automatically built path, with a prefix ofname
Does nothing ifelement
is null.addPathElement
(String element) Addselement
to the current automatically built path, separated by">"
characters.getIcon()
getLabel()
boolean
Sets 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
Addselement
to the current automatically built path, separated by">"
characters. Does nothing ifelement
is null.- See Also:
-
addNamedPathElement
Addselement
to the current automatically built path, with a prefix ofname
Does nothing ifelement
is null.- See Also:
-
setIcon
-
setTooltip
-
setLocatable
-
getIcon
-
getTooltip
-
getLabel
-
isLocatable
public boolean isLocatable()
-