de.ukn.hci.squidy.designer.model
Class Data

java.lang.Object
  extended by 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&aumldle
Roman.Raedle@uni-konstanz.de
Human-Computer Interaction Group
University of Konstanz

Field Summary
 Workspace workspace
           
 
Constructor Summary
Data()
           
 
Method Summary
 Workspace getWorkspace()
           
 WorkspaceShape getWorkspaceShape()
           
 edu.umd.cs.piccolo.util.PBounds getZoomedBounds()
           
 ZoomShape<?> getZoomedShape()
           
 boolean isRenderPrimitiveRect()
           
 void setRenderPrimitiveRect(boolean renderPrimitiveRect)
           
 void setWorkspace(Workspace workspace)
           
 void setWorkspaceShape(WorkspaceShape workspaceShape)
           
 void setZoomedBounds(edu.umd.cs.piccolo.util.PBounds zoomedBounds)
           
 void setZoomedShape(ZoomShape<?> zoomedShape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workspace

public Workspace workspace
Constructor Detail

Data

public Data()
Method Detail

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.