cb.petal
Class ModuleDiagram

java.lang.Object
  |
  +--cb.petal.PetalObject
        |
        +--cb.petal.QuidObject
              |
              +--cb.petal.ModuleDiagram
All Implemented Interfaces:
java.lang.Cloneable, PetalNode, java.io.Serializable

public class ModuleDiagram
extends QuidObject

Represents Module_Diagram object

Version:
$Id: ModuleDiagram.java,v 1.8 2001/06/22 09:10:36 dahm Exp $
Author:
M. Dahm
See Also:
Serialized Form

Fields inherited from class cb.petal.PetalObject
EMPTY, params
 
Constructor Summary
ModuleDiagram()
           
ModuleDiagram(PetalNode parent, java.util.Collection params)
           
 
Method Summary
 void accept(Visitor v)
           
 List getItems()
           
 int getMaxHeight()
           
 int getMaxWidth()
           
 java.lang.String getNameParameter()
           
 int getOriginX()
           
 int getOriginY()
           
 java.lang.String getTitle()
           
 int getZoom()
           
 void setItems(List o)
           
 void setMaxHeight(int o)
           
 void setMaxWidth(int o)
           
 void setNameParameter(java.lang.String o)
           
 void setOriginX(int o)
           
 void setOriginY(int o)
           
 void setTitle(java.lang.String o)
           
 void setZoom(int o)
           
 
Methods inherited from class cb.petal.QuidObject
getQuid, getQuidAsLong, init, setQuid, setQuidAsLong
 
Methods inherited from class cb.petal.PetalObject
addProperty, addToList, clone, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, equals, getChildCount, getKind, getLongestName, getName, getNames, getNoProperties, getParameterList, getParent, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInteger, getPropertyAsString, getPropertyList, getPropertyName, getPropertyTuples, getQualifiedName, getRoot, indexOf, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleDiagram

public ModuleDiagram(PetalNode parent,
                     java.util.Collection params)

ModuleDiagram

public ModuleDiagram()
Method Detail

setNameParameter

public void setNameParameter(java.lang.String o)

getNameParameter

public java.lang.String getNameParameter()

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String o)

getZoom

public int getZoom()

setZoom

public void setZoom(int o)

getMaxHeight

public int getMaxHeight()

setMaxHeight

public void setMaxHeight(int o)

getMaxWidth

public int getMaxWidth()

setMaxWidth

public void setMaxWidth(int o)

getOriginX

public int getOriginX()

setOriginX

public void setOriginX(int o)

getOriginY

public int getOriginY()

setOriginY

public void setOriginY(int o)

getItems

public List getItems()

setItems

public void setItems(List o)

accept

public void accept(Visitor v)
Overrides:
accept in class PetalObject