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

Quick Search    Search Deep

com.memoire.dja
Class DjaForm  view DjaForm download DjaForm.java

java.lang.Object
  extended bycom.memoire.dja.DjaObject
      extended bycom.memoire.dja.DjaForm
All Implemented Interfaces:
java.lang.Cloneable, DjaOptions, DjaOwner, java.io.Serializable
Direct Known Subclasses:
DjaBox, DjaDiamond, DjaEllipse, DjaEmbed, DjaGroup, DjaHLine, DjaIcon, DjaImage, DjaLabel, DjaPoint, DjaUmlActor, DjaUmlClassIcon, DjaUmlComponent, DjaUmlLargePackage, DjaUmlNode, DjaUmlNote, DjaUmlSmallPackage, DjaVLine

public abstract class DjaForm
extends DjaObject


Field Summary
private  int height_
           
private  int width_
           
private  int x_
           
private  int y_
           
 
Fields inherited from class com.memoire.dja.DjaObject
 
Fields inherited from interface com.memoire.dja.DjaOptions
ABSOLUTE, anchorsColor, ANY, attachsColor, AUTO, BOTH, CENTER, closeX, closeY, controlsColor, defaultBigFont, defaultBoldFont, defaultPlainFont, defaultSmallFont, deltaX, deltaY, DISK_BG, DISK_EMPTY, DISK_FG, EAST, freesColor, handlesColor, HELPER, HORIZONTAL, LEFT, LEFT_TRIANGLE_BG, LEFT_TRIANGLE_EMPTY, LEFT_TRIANGLE_FG, LOSANGE_BG, LOSANGE_EMPTY, LOSANGE_FG, MIDDLE, NONE, NORTH, NORTH_EAST, NORTH_WEST, RELATIVE_ANCHOR, RELATIVE_ATTACH, RELATIVE_CONTROL, RELATIVE_NE, RELATIVE_NW, RELATIVE_SE, RELATIVE_SW, RELATIVE_TEXT_NE, RELATIVE_TEXT_NW, RELATIVE_TEXT_SE, RELATIVE_TEXT_SW, RIGHT, RIGHT_TRIANGLE_BG, RIGHT_TRIANGLE_EMPTY, RIGHT_TRIANGLE_FG, selectionBackground, selectionForeground, selectionTextColor, selectionZone, snap, SOUTH, SOUTH_EAST, SOUTH_WEST, SQUARE_BG, SQUARE_EMPTY, SQUARE_FG, VERTICAL, WEST
 
Constructor Summary
DjaForm(java.lang.String _text)
           
DjaForm(java.lang.String _text, int _position)
           
 
Method Summary
 void addText(java.lang.String _text)
           
 DjaAttach[] getAttachs()
           
 java.awt.Rectangle getBounds()
           
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setHeight(int _height)
           
 void setWidth(int _width)
           
 void setX(int _x)
           
 void setY(int _y)
           
 
Methods inherited from class com.memoire.dja.DjaObject
addText, afterLoading, beforeSaving, clone, contains, fireGridEvent, getAnchors, getBackground, getBeginConnections, getColor, getControls, getData, getEndConnections, getExtendedBounds, getExtendedBounds, getFont, getForeground, getGrid, getHandles, getIcon, getOwner, getProperty, getPropertyKeys, getText, getText, getTextArray, getTextColor, getTextPosition, getTexts, isSelected, isTextMultiline, paint, paintAnchors, paintAttachs, paintControls, paintHandles, paintInteractive, paintObject, paintText, paintTexts, putData, putProperty, removeData, removeProperty, setBackground, setColor, setFont, setForeground, setOwner, setSelected, setText, setText, setTextArray, setTextBounds, setTextColor, setTextPosition, textChanged, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x_

private int x_

y_

private int y_

width_

private int width_

height_

private int height_
Constructor Detail

DjaForm

public DjaForm(java.lang.String _text)

DjaForm

public DjaForm(java.lang.String _text,
               int _position)
Method Detail

addText

public void addText(java.lang.String _text)
Overrides:
addText in class DjaObject

getX

public int getX()
Overrides:
getX in class DjaObject

setX

public void setX(int _x)
Specified by:
setX in class DjaObject

getY

public int getY()
Overrides:
getY in class DjaObject

setY

public void setY(int _y)
Specified by:
setY in class DjaObject

getWidth

public int getWidth()
Overrides:
getWidth in class DjaObject

setWidth

public void setWidth(int _width)
Specified by:
setWidth in class DjaObject

getHeight

public int getHeight()
Overrides:
getHeight in class DjaObject

setHeight

public void setHeight(int _height)
Specified by:
setHeight in class DjaObject

getBounds

public java.awt.Rectangle getBounds()
Specified by:
getBounds in class DjaObject

getAttachs

public final DjaAttach[] getAttachs()
Overrides:
getAttachs in class DjaObject