Class ConnectedPointConfig
- java.lang.Object
- 
- com.inductiveautomation.perspective.common.config.ConnectedPointConfig
 
- 
 public class ConnectedPointConfig extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classConnectedPointConfig.StandardGsonAdapter
 - 
Field SummaryFields Modifier and Type Field Description ConnectedPointConfig[]connectionsfloatxfloaty
 - 
Constructor SummaryConstructors Constructor Description ConnectedPointConfig()ConnectedPointConfig(int x, int y, ConnectedPointConfig[] connections)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
 
- 
- 
- 
Field Detail- 
xpublic float x 
 - 
ypublic float y 
 - 
connectionspublic ConnectedPointConfig[] connections 
 
- 
 - 
Constructor Detail- 
ConnectedPointConfigpublic ConnectedPointConfig() 
 - 
ConnectedPointConfigpublic ConnectedPointConfig(int x, int y, ConnectedPointConfig[] connections)
 
- 
 
-