com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.impl
Class Diagram

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.impl.Diagram
All Implemented Interfaces:
IDiagram, com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager, com.google.gwt.user.client.rpc.IsSerializable

public abstract class Diagram
extends java.lang.Object
implements IDiagram


Constructor Summary
Diagram()
           
 
Method Summary
 void addDiagramElement(IDiagramElement diagramElement)
          Adds a diagram element to root element
 void copy(java.lang.Object object)
           
 com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager getClone()
           
 java.lang.String getDocument()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 double getResolution()
           
 IDiagramElement getRootElement()
           
 java.util.HashSet<IStyle> getStyles()
           
 void setDocument(java.lang.String document)
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 void setResolution(double r)
           
 void setResolution(java.lang.Float resolution)
           
 void setRootElement(IDiagramElement rootElement)
           
 void setStyles(java.util.HashSet<IStyle> styles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Diagram

public Diagram()
Method Detail

getDocument

public java.lang.String getDocument()
Specified by:
getDocument in interface IDiagram

setDocument

public void setDocument(java.lang.String document)
Specified by:
setDocument in interface IDiagram

setName

public void setName(java.lang.String name)
Specified by:
setName in interface IDiagram

setResolution

public void setResolution(java.lang.Float resolution)

setRootElement

public void setRootElement(IDiagramElement rootElement)

setStyles

public void setStyles(java.util.HashSet<IStyle> styles)

getName

public java.lang.String getName()
Specified by:
getName in interface IDiagram

addDiagramElement

public void addDiagramElement(IDiagramElement diagramElement)
Adds a diagram element to root element

Specified by:
addDiagramElement in interface IDiagram
Parameters:
diagramElement -

getResolution

public double getResolution()
Specified by:
getResolution in interface IDiagram

getStyles

public java.util.HashSet<IStyle> getStyles()
Specified by:
getStyles in interface IDiagram

copy

public void copy(java.lang.Object object)
Specified by:
copy in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager

getClone

public com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager getClone()
Specified by:
getClone in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager

getRootElement

public IDiagramElement getRootElement()
Specified by:
getRootElement in interface IDiagram

setResolution

public void setResolution(double r)
Specified by:
setResolution in interface IDiagram

getId

public java.lang.String getId()
Specified by:
getId in interface IDiagram

setId

public void setId(java.lang.String id)
Specified by:
setId in interface IDiagram


Copyright © 2010-2011 Petals Link. All Rights Reserved.