Class TextLink
java.lang.Object
com.inductiveautomation.snap.text.TextLink
A custom class.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
TextLinkpublic TextLink()Creates a new TextLink.
- 
TextLinkCreates a new TextLink.
 
- 
- 
Method Details- 
getStringReturns the link string.
- 
setStringSets the link string.
- 
getColorReturns the link color.
- 
equalsStandard equals implementation.
- 
hashCodepublic int hashCode()Standard hashCode implementation.
- 
toStringStandard toString implementation.
 
-