de.ukn.hci.squidy.designer.model
Class Data
java.lang.Object
de.ukn.hci.squidy.designer.model.Data
public class Data
- extends Object
Data.
Date: Feb 21, 2009
Time: 11:56:43 PM
- Since:
- 1.0.0
- Version:
- $Id: Data.java 254 2010-04-19 17:28:04Z raedle $
- Author:
- Roman Rädle
Roman.Raedle@uni-konstanz.de
Human-Computer Interaction Group
University of Konstanz
|
Constructor Summary |
Data()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
workspace
public Workspace workspace
Data
public Data()
isRenderPrimitiveRect
public boolean isRenderPrimitiveRect()
- Returns:
- the renderPrimitiveRect
setRenderPrimitiveRect
public void setRenderPrimitiveRect(boolean renderPrimitiveRect)
- Parameters:
renderPrimitiveRect - the renderPrimitiveRect to set
getZoomedShape
public final ZoomShape<?> getZoomedShape()
- Returns:
- the zoomedShape
setZoomedShape
public final void setZoomedShape(ZoomShape<?> zoomedShape)
- Parameters:
zoomedShape - the zoomedShape to set
getZoomedBounds
public edu.umd.cs.piccolo.util.PBounds getZoomedBounds()
setZoomedBounds
public void setZoomedBounds(edu.umd.cs.piccolo.util.PBounds zoomedBounds)
getWorkspaceShape
public final WorkspaceShape getWorkspaceShape()
- Returns:
- the zoomWorkspace
setWorkspaceShape
public final void setWorkspaceShape(WorkspaceShape workspaceShape)
- Parameters:
workspaceShape - the workspaceShape to set
getWorkspace
public final Workspace getWorkspace()
- Returns:
- the workspace
setWorkspace
public final void setWorkspace(Workspace workspace)
- Parameters:
workspace - the workspace to set
Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.