Class ConnectedPointConfig
- java.lang.Object
-
- com.inductiveautomation.perspective.common.config.ConnectedPointConfig
-
public class ConnectedPointConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectedPointConfig.StandardGsonAdapter
-
Field Summary
Fields Modifier and Type Field Description ConnectedPointConfig[]
connections
float
x
float
y
-
Constructor Summary
Constructors Constructor Description ConnectedPointConfig()
ConnectedPointConfig(int x, int y, ConnectedPointConfig[] connections)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Field Detail
-
x
public float x
-
y
public float y
-
connections
public ConnectedPointConfig[] connections
-
-
Constructor Detail
-
ConnectedPointConfig
public ConnectedPointConfig()
-
ConnectedPointConfig
public ConnectedPointConfig(int x, int y, ConnectedPointConfig[] connections)
-
-