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 SummaryConstructors
- 
Method SummaryModifier 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- 
LocationRenderingInfopublic LocationRenderingInfo()
 
- 
- 
Method Details- 
setLabelSets an arbitrary string to be used as the renderer for the supplied location.- See Also:
 
- 
addPathElementAddselementto the current automatically built path, separated by">"characters. Does nothing ifelementis null.- See Also:
 
- 
addNamedPathElementAddselementto the current automatically built path, with a prefix ofnameDoes nothing ifelementis null.- See Also:
 
- 
setIcon
- 
setTooltip
- 
setLocatable
- 
getIcon
- 
getTooltip
- 
getLabel
- 
isLocatablepublic boolean isLocatable()
 
-