Uses of Interface
org.seamcat.model.plugin.system.SectorProperty
-
Packages that use SectorProperty Package Description org.seamcat.model.plugin.system org.seamcat.model.plugin.system.optional -
-
Uses of SectorProperty in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system with type parameters of type SectorProperty Modifier and Type Method Description <T extends SectorProperty>
TSpace. getProperty(java.lang.Class<T> clazz)
Methods in org.seamcat.model.plugin.system that return types with arguments of type SectorProperty Modifier and Type Method Description java.util.List<SectorProperty>
Space. getProperties()
Methods in org.seamcat.model.plugin.system with parameters of type SectorProperty Modifier and Type Method Description boolean
Space. hasProperty(SectorProperty property)
Constructors in org.seamcat.model.plugin.system with parameters of type SectorProperty Constructor Description Space(Polygon2D space, boolean isRx, SectorProperty... properties)
-
Uses of SectorProperty in org.seamcat.model.plugin.system.optional
Classes in org.seamcat.model.plugin.system.optional that implement SectorProperty Modifier and Type Class Description class
SectorPropertyDescription
class
SectorPropertyIndex
class
SectorPropertyType
To be used as a special marking of the sector space
-