cb.petal
Class AssocAttachView

java.lang.Object
  |
  +--cb.petal.PetalObject
        |
        +--cb.petal.View
              |
              +--cb.petal.AssocAttachView
All Implemented Interfaces:
java.lang.Cloneable, Named, PetalNode, java.io.Serializable, Tagged

public class AssocAttachView
extends View

Represents AssocAttachView object which is means it is just the line drawn between an association and an association class.

Version:
$Id: AssocAttachView.java,v 1.9 2001/07/09 07:48:52 dahm Exp $
Author:
M. Dahm
See Also:
AssociationViewNew, Serialized Form

Fields inherited from class cb.petal.PetalObject
EMPTY, params
 
Constructor Summary
AssocAttachView()
           
AssocAttachView(PetalNode parent, java.util.Collection params, int tag)
           
 
Method Summary
 void accept(Visitor v)
           
 
Methods inherited from class cb.petal.View
getClient, getFillColor, getHeight, getIcon, getIconStyle, getLineColor, getLineStyle, getLocation, getNameParameter, getSupplier, getTag, getWidth, setClient, setFillColor, setHeight, setIcon, setIconStyle, setLineColor, setLineStyle, setLocation, setNameParameter, setSupplier, setTag, setWidth, toString
 
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, init, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssocAttachView

public AssocAttachView(PetalNode parent,
                       java.util.Collection params,
                       int tag)

AssocAttachView

public AssocAttachView()
Method Detail

accept

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