Class Category
java.lang.Object
com.vividsolutions.jump.workbench.model.Category
A folder containing Layers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddPersistentLayerable(Layerable layerable) Called by Java2XMLbooleangetName()Called by Java2XMLgetTask()intbooleanisEmpty()iterator()voidvoidsetLayerManager(LayerManager layerManager) voidtoString()
-
Constructor Details
-
Category
public Category()
-
-
Method Details
-
setName
-
getTask
-
setLayerManager
-
getLayerManager
-
getPersistentLayerables
-
getLayerables
-
iterator
-
remove
-
indexOf
- Parameters:
layerable- the layerable whose index we want to know- Returns:
- -1 if the category does not contain the layerable
-
contains
-
add
- Parameters:
index- 0 to add to the toplayerable- the layerable to add
-
addPersistentLayerable
Called by Java2XML- Parameters:
layerable- the Layerable to add
-
isEmpty
public boolean isEmpty() -
getName
-
toString
-