public class NFEWorkspaceInfo
extends java.lang.Object
Constructor and Description |
---|
NFEWorkspaceInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addLockedArea(JGeometry geometry)
Adds the specified geometry in the locked area.
|
java.awt.geom.Area |
getLockedArea()
Returns the locked area.
|
java.lang.String |
getWorkspaceName()
Returns the workspace name.
|
void |
removeLockedArea(JGeometry geometry)
Removes the geometry from the locked area.
|
void |
resetLockedAreas()
This function will empty the locked area.
|
void |
setLockedArea(java.awt.geom.Area lockedArea)
Sets the locked area.
|
void |
setWorkspaceName(java.lang.String workspaceName)
Sets the workspace name
|
public java.lang.String getWorkspaceName()
public void setWorkspaceName(java.lang.String workspaceName)
workspaceName
- workspace namepublic void addLockedArea(JGeometry geometry)
geometry
- geometry to add in the locked areapublic void removeLockedArea(JGeometry geometry)
geometry
- geometry to remove from the locked areapublic void resetLockedAreas()
public java.awt.geom.Area getLockedArea()
public void setLockedArea(java.awt.geom.Area lockedArea)
lockedArea
- locked area