Uses of Class
adams.data.areaoverlap.AreaType
-
Packages that use AreaType Package Description adams.data.areaoverlap -
-
Uses of AreaType in adams.data.areaoverlap
Fields in adams.data.areaoverlap declared as AreaType Modifier and Type Field Description protected AreaTypeBoundingBoxBased. m_AreaTypehow to calculate the area.protected AreaTypePolygonBased. m_AreaTypehow to calculate the area.Methods in adams.data.areaoverlap that return AreaType Modifier and Type Method Description AreaTypeBoundingBoxBased. getAreaType()Returns what area to use.AreaTypePolygonBased. getAreaType()Returns what area to use.static AreaTypeAreaType. valueOf(String name)Returns the enum constant of this type with the specified name.static AreaType[]AreaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.areaoverlap with parameters of type AreaType Modifier and Type Method Description voidBoundingBoxBased. setAreaType(AreaType value)Sets what area to use.voidPolygonBased. setAreaType(AreaType value)Sets what area to use.
-