Package cz.vutbr.fit.layout.segm
Class Separators
- java.lang.Object
-
- cz.vutbr.fit.layout.segm.Separators
-
public class Separators extends Object
Implementation of the operations with separators.- Author:
- burgetr
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_SEPARATORS
The name of the area node attribute that is used for storing the separator sets
-
Constructor Summary
Constructors Constructor Description Separators()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
createSeparatorsForArea(Area area)
Creates a separators set of an area and stores it as an attribute of the area.static SeparatorSet
getSeparatorsForArea(Area area)
static void
removeSimpleSeparators(Area area)
Removes simple separators from current separator set.
-
-
-
Field Detail
-
ATTR_SEPARATORS
public static final String ATTR_SEPARATORS
The name of the area node attribute that is used for storing the separator sets- See Also:
- Constant Field Values
-
-
Method Detail
-
createSeparatorsForArea
public static void createSeparatorsForArea(Area area)
Creates a separators set of an area and stores it as an attribute of the area.- Parameters:
area
- the area to process
-
getSeparatorsForArea
public static SeparatorSet getSeparatorsForArea(Area area)
-
removeSimpleSeparators
public static void removeSimpleSeparators(Area area)
Removes simple separators from current separator set. A simple separator has only one or zero visual areas at each side
-
-