Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jac.ide.diagrams
Class AttachedTextFigure  view AttachedTextFigure download AttachedTextFigure.java

java.lang.Object
  extended byAttributeFigure
      extended byjac.ide.diagrams.TextFigure
          extended byjac.ide.diagrams.AttachedTextFigure

public class AttachedTextFigure
extends TextFigure


Field Summary
(package private)  LinkFigure connectedLink
           
static int END_CARDINALITY
           
static int END_ROLE
           
static int NAME
           
static int START_CARDINALITY
           
static int START_ROLE
           
(package private)  java.lang.Object substance
           
(package private)  int type
           
 
Fields inherited from class jac.ide.diagrams.TextFigure
fOriginX, fOriginY
 
Constructor Summary
AttachedTextFigure()
           
AttachedTextFigure(int type)
           
 
Method Summary
 void connect(Figure f)
           
static AttachedTextFigure createEndCardinality()
           
static AttachedTextFigure createEndRole()
           
static AttachedTextFigure createName()
           
static AttachedTextFigure createStartCardinality()
           
static AttachedTextFigure createStartRole()
           
 LinkFigure getConnectedLink()
          Get the value of connectedLink.
 java.lang.Object getSubstance()
          Get the value of substance.
 int getType()
          Get the value of type.
 void read(StorableInput dr)
           
 void refresh()
           
 void setConnectedLink(LinkFigure v)
          Set the value of connectedLink.
 void setSubstance(java.lang.Object v)
          Set the value of substance.
 void setText(java.lang.String s)
          Sets the text shown by the text figure.
 void setType(int v)
          Set the value of type.
 void write(StorableOutput dw)
           
 
Methods inherited from class jac.ide.diagrams.TextFigure
acceptsTyping, basicDisplayBox, basicMoveBy, changed, createCurrentFont, disconnect, displayBox, drawBackground, drawFrame, figureChanged, figureInvalidated, figureRemoved, figureRequestRemove, figureRequestUpdate, getAttribute, getFont, getText, getTextColor, handles, moveBy, overlayColumns, readOnly, release, setAttribute, setCurrentFontName, setCurrentFontSize, setCurrentFontStyle, setFont, setReadOnly, textDisplayBox, updateLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static int NAME

START_CARDINALITY

public static int START_CARDINALITY

END_CARDINALITY

public static int END_CARDINALITY

START_ROLE

public static int START_ROLE

END_ROLE

public static int END_ROLE

substance

java.lang.Object substance

type

int type

connectedLink

LinkFigure connectedLink
Constructor Detail

AttachedTextFigure

public AttachedTextFigure()

AttachedTextFigure

public AttachedTextFigure(int type)
Method Detail

createName

public static AttachedTextFigure createName()

createStartCardinality

public static AttachedTextFigure createStartCardinality()

createEndCardinality

public static AttachedTextFigure createEndCardinality()

createStartRole

public static AttachedTextFigure createStartRole()

createEndRole

public static AttachedTextFigure createEndRole()

getSubstance

public java.lang.Object getSubstance()
Get the value of substance.


setSubstance

public void setSubstance(java.lang.Object v)
Set the value of substance.


setText

public void setText(java.lang.String s)
Description copied from class: TextFigure
Sets the text shown by the text figure.

Overrides:
setText in class TextFigure

refresh

public void refresh()

getType

public int getType()
Get the value of type.


setType

public void setType(int v)
Set the value of type.


write

public void write(StorableOutput dw)

read

public void read(StorableInput dr)
          throws java.io.IOException

getConnectedLink

public LinkFigure getConnectedLink()
Get the value of connectedLink.


setConnectedLink

public void setConnectedLink(LinkFigure v)
Set the value of connectedLink.


connect

public void connect(Figure f)
Overrides:
connect in class TextFigure