Package org.seamcat.model.plugin.system
Class Space
- java.lang.Object
-
- org.seamcat.model.plugin.system.Space
-
public class Space extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Space(Polygon2D space, boolean isRx, SectorProperty... properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(Point2D p)
SectorPropertyDescription
getDescription()
java.util.List<SectorProperty>
getProperties()
<T extends SectorProperty>
TgetProperty(java.lang.Class<T> clazz)
Polygon2D
getSpace()
boolean
hasProperty(SectorProperty property)
boolean
isRx()
-
-
-
Constructor Detail
-
Space
public Space(Polygon2D space, boolean isRx, SectorProperty... properties)
-
-
Method Detail
-
getSpace
public Polygon2D getSpace()
-
hasProperty
public boolean hasProperty(SectorProperty property)
-
getProperty
public <T extends SectorProperty> T getProperty(java.lang.Class<T> clazz)
-
getProperties
public java.util.List<SectorProperty> getProperties()
-
isRx
public boolean isRx()
-
getDescription
public SectorPropertyDescription getDescription()
-
contains
public boolean contains(Point2D p)
-
-