A B C D E F G H I L M N O P R S T W X Y

A

accept(File) - Method in class ERFileFilter
 
actionPerformed(ActionEvent) - Method in class ERAttributeDialog
 
actionPerformed(ActionEvent) - Method in class ERConnectionDialog
 
actionPerformed(ActionEvent) - Method in class EREditor
 
add(ERComponent) - Method in class ERPaintArea
 
add(ERComponent) - Method in class ERSet
 
addAttribute(Attribute) - Method in class CompAttribute
 
addAttribute(Attribute) - Method in class Entity
 
addAttribute(Attribute) - Method in class ERComponent
 
addAttribute(Attribute) - Method in class ForeignAttribute
 
addAttribute(Attribute) - Method in class Relation
 
addAttribute(Attribute) - Method in class SimpleAttribute
 
addDownAttr(Attribute) - Method in class Entity
 
addLeftAttr(Attribute) - Method in class Entity
 
addRightAttr(Attribute) - Method in class Entity
 
addUpAttr(Attribute) - Method in class Entity
 
Attribute - class Attribute.
 
ATTRIBUTE - Static variable in class ERPaintArea
 
Attribute(String, double, ERPaintArea, ERComponent) - Constructor for class Attribute
 

B

backClr - Variable in class PSGr
 
bounds - Variable in class ERComponent
 

C

c1 - Variable in class MultipleConnection
 
c2 - Variable in class MultipleConnection
 
card - Variable in class Attribute
 
cardWidth - Variable in class Attribute
 
change() - Method in class Attribute
 
change() - Method in class CompAttribute
 
change() - Method in class Connection
 
change() - Method in class Entity
 
change() - Method in class ERComponent
 
change() - Method in class ERSet
 
change() - Method in class ForeignAttribute
 
change() - Method in class Relation
 
change() - Method in class SimpleAttribute
 
changeCoord(int, int) - Method in class MouseState
 
changeSelection() - Method in class ERPaintArea
 
changeTextSide() - Method in class Connection
 
clearRect(int, int, int, int) - Method in class PSGr
Clears the specified rectangle by filling it with the current background color of the current drawing surface.
clippingRect - Variable in class PSGr
 
clipRect(int, int, int, int) - Method in class PSGr
Clips to a rectangle.
CLONE - Static variable in class PSGr
 
clr - Variable in class PSGr
 
comp - Variable in class ERPaintArea
 
CompAttribute - class CompAttribute.
 
CompAttribute(String, double, ERPaintArea, ERComponent) - Constructor for class CompAttribute
 
CONNECT - Static variable in class ERPaintArea
 
Connection - class Connection.
 
Connection() - Constructor for class Connection
 
Connection(String, String, Font, ERPaintArea, ERComponent, ERComponent) - Constructor for class Connection
 
connectTo(ERComponent) - Method in class ERSet
 
container - Variable in class ERComponent
 
copyArea(int, int, int, int, int, int) - Method in class PSGr
Copies an area of the screen.
create() - Method in class PSGr
Container.paint calls create and dispose, for a separate g to clip and position each child and then restore larger clip and original coordinates by disposing of the smaller g and using the original g.
create(int, int, int, int) - Method in class PSGr
Creates a new PSGr Object with the specified parameters, based on the original PSGr Object.

D

delete() - Method in class Attribute
 
delete() - Method in class Connection
 
delete() - Method in class Entity
 
delete() - Method in class ERComponent
 
delete() - Method in class ERSet
 
delete() - Method in class Relation
 
delSelection() - Method in class ERPaintArea
 
dispose() - Method in class PSGr
Disposes of this Graphics context, which cannot be used after being disposed of.
disposed - Variable in class PSGr
 
doImage(Image, int, int, int, int, ImageObserver, Color) - Method in class PSGr
 
doRect(int, int, int, int, boolean) - Method in class PSGr
 
draw3DRect(int, int, int, int, boolean) - Method in class PSGr
Draws a highlighted 3-D rectangle.
drawArc(int, int, int, int, int, int) - Method in class PSGr
Draws an arc bounded by the specified rectangle from startAngle to endAngle. 0 degrees is at the 3-o'clock position.Positive arc angles indicate counter-clockwise rotations, negative arc angles are drawn clockwise.
drawBytes(byte[], int, int, int, int) - Method in class PSGr
Draws the specified bytes using the current font and color.
drawChars(char[], int, int, int, int) - Method in class PSGr
Draws the specified characters using the current font and color.
drawImage(Image, int, int, Color, ImageObserver) - Method in class PSGr
Draws the specified image at the specified top left (x, y), with width and height determined by the image.
drawImage(Image, int, int, ImageObserver) - Method in class PSGr
Draws the specified image at the specified top left (x, y), with width and height determined by the image.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class PSGr
Draws the specified image inside the specified rectangle.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class PSGr
Draws the specified image inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class PSGr
Scaling and translating versions not supported -- BUT COULD BE
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class PSGr
Scaling and translating versions not supported -- BUT WE COULD
drawLine(int, int, int, int) - Method in class PSGr
Draws a line between the coordinates (x1,y1) and (x2,y2).
drawOval(int, int, int, int) - Method in class PSGr
Draws an oval inside the specified rectangle using the current color.
drawPolygon(int[], int[], int) - Method in class PSGr
Draws a polygon defined by an array of x points and y points.
drawPolygon(Polygon) - Method in class PSGr
Draws a polygon defined by the specified point.
drawPolyline(int[], int[], int) - Method in class PSGr
Polyline MGH added to satisfy 1.1 API
drawRect(int, int, int, int) - Method in class PSGr
Draws the outline of the specified rectangle using the current color.
drawRoundRect(int, int, int, int, int, int) - Method in class PSGr
Draws an outlined rounded corner rectangle using the current color.
drawString(AttributedCharacterIterator, int, int) - Method in class PSGr
 
drawString(String, int, int) - Method in class PSGr
Draws the specified String using the current font and color.
dTrans(int) - Method in class PSGr
 

E

emitProlog() - Method in class PSGr
Top of every PS file needs this.
emitThis(String) - Method in class PSGr
 
emitThisNext(String) - Method in class PSGr
 
Entity - class Entity.
 
ENTITY - Static variable in class ERPaintArea
 
Entity(String, Font, ERPaintArea) - Constructor for class Entity
 
ERAttributeDialog - class ERAttributeDialog.
 
ERAttributeDialog(ERComponent, Font, ERPaintArea) - Constructor for class ERAttributeDialog
 
ERComponent - class ERComponent.
 
ERComponent() - Constructor for class ERComponent
 
ERComponent(String, Font, ERPaintArea) - Constructor for class ERComponent
 
ERConnectionDialog - class ERConnectionDialog.
 
ERConnectionDialog(ERComponent, ERComponent, Font, ERPaintArea) - Constructor for class ERConnectionDialog
 
EREditor - class EREditor.
 
EREditor(String) - Constructor for class EREditor
 
ERFileFilter - class ERFileFilter.
 
ERFileFilter() - Constructor for class ERFileFilter
 
ERPaintArea - class ERPaintArea.
 
ERPaintArea(Set, Font) - Constructor for class ERPaintArea
 
ERSet - class ERSet.
 
ERSet() - Constructor for class ERSet
 

F

file - Variable in class EREditor
 
fill3DRect(int, int, int, int, boolean) - Method in class PSGr
Paints a highlighted 3-D rectangle using the current color.
fillArc(int, int, int, int, int, int) - Method in class PSGr
Fills an arc using the current color.
fillOval(int, int, int, int) - Method in class PSGr
Fills an oval inside the specified rectangle using the current color.
fillPolygon(int[], int[], int) - Method in class PSGr
Fills a polygon with the current color.
fillPolygon(Polygon) - Method in class PSGr
Fills the specified polygon with the current color.
fillRect(int, int, int, int) - Method in class PSGr
Fills the specified rectangle with the current color.
fillRoundRect(int, int, int, int, int, int) - Method in class PSGr
Draws a rounded rectangle filled in with the current color.
finalize() - Method in class PSGr
Disposes of this graphics context once it is no longer referenced.
font - Variable in class ERComponent
 
font - Variable in class PSGr
 
ForeignAttribute - class ForeignAttribute.
 
ForeignAttribute(String, double, ERPaintArea, ERComponent) - Constructor for class ForeignAttribute
 

G

getBounds() - Method in class ERComponent
 
getBounds(String) - Method in class ERPaintArea
 
getClip() - Method in class PSGr
MGH added Shape getClip () per 1.1 API.
getClipBounds() - Method in class PSGr
 
getClipRect() - Method in class PSGr
Deprecated. in 1.1
getColor() - Method in class PSGr
Gets the current color.
getCoord(int, int) - Method in class Attribute
 
getCoord(int, int) - Method in class CompAttribute
 
getCoord(int, int) - Method in class Connection
 
getCoord(int, int) - Method in class Entity
 
getCoord(int, int) - Method in class ERComponent
 
getCoord(int, int) - Method in class ERSet
 
getCoord(int, int) - Method in class ForeignAttribute
 
getCoord(int, int) - Method in class Relation
 
getDescription() - Method in class ERFileFilter
 
getFont() - Method in class PSGr
Gets the current font.
getFontMetrics() - Method in class PSGr
Gets the current font metrics.
getFontMetrics(Font) - Method in class PSGr
Gets the current font metrics for the specified font.
getHeight() - Method in class Rect
 
getMaxY() - Method in class Rect
 
getOrientation() - Method in class Attribute
 
getPageHeight() - Method in class PSGr
 
getPageMargin() - Method in class PSGr
Printing dimensions default or set at construct time.
getPageWidth() - Method in class PSGr
 
getRect() - Method in class Rect
 
getRectangle2D() - Method in class Rect
 
getSelection() - Method in class MouseState
 
getWidth() - Method in class Rect
 
getX() - Method in class Rect
 
getY() - Method in class Rect
 
grestore() - Method in class PSGr
 
gsave() - Method in class PSGr
Save and restore the PostScript state, SHOULD ALSO any Java mirror state

H

HEIGHT - Static variable in class EREditor
 

I

init - Variable in class Attribute
 
isPrimary() - Method in class Attribute
 
isSelected() - Method in class ERComponent
 
isSelectionActive() - Method in class MouseState
 
isTranslationActive() - Method in class MouseState
 

L

LEFT_SIDE - Static variable in class Attribute
 
LINE_LENGTH - Static variable in class Attribute
 
LINE_LENGTH - Static variable in class CompAttribute
 
LINE_LENGTH - Static variable in class ForeignAttribute
 
lineToX - Variable in class Attribute
 
lineToY - Variable in class Attribute
 

M

main(String[]) - Static method in class EREditor
 
mouseClicked(MouseEvent) - Method in class ERPaintArea
 
mouseDragged(MouseEvent) - Method in class ERPaintArea
 
mouseEntered(MouseEvent) - Method in class ERPaintArea
 
mouseExited(MouseEvent) - Method in class ERPaintArea
 
mouseMoved(MouseEvent) - Method in class ERPaintArea
 
mousePressed(MouseEvent) - Method in class ERPaintArea
 
mouseReleased(MouseEvent) - Method in class ERPaintArea
 
MouseState - class MouseState.
 
MouseState() - Constructor for class MouseState
 
multiple - Variable in class Connection
 
MultipleConnection - class MultipleConnection.
 
MultipleConnection(String, String, Font, ERPaintArea, ERComponent, ERComponent) - Constructor for class MultipleConnection
 
myBasicPaint(Component, boolean) - Method in class PSGr
 
myHexString(int) - Method in class PSGr
 

N

name - Variable in class ERComponent
 
nameHeight - Variable in class ERComponent
 

O

os - Variable in class PSGr
 

P

Page_Height - Variable in class PSGr
 
Page_Margin - Variable in class PSGr
 
Page_Width - Variable in class PSGr
 
PAGEHEIGHT - Static variable in class PSGr
 
PAGEMARGIN - Static variable in class PSGr
 
PAGEWIDTH - Static variable in class PSGr
 
paint(Graphics) - Method in class CompAttribute
 
paint(Graphics) - Method in class Connection
 
paint(Graphics) - Method in class Entity
 
paint(Graphics) - Method in class ERComponent
 
paint(Graphics) - Method in class ERPaintArea
 
paint(Graphics) - Method in class ERSet
 
paint(Graphics) - Method in class ForeignAttribute
 
paint(Graphics) - Method in class Relation
 
paint(Graphics) - Method in class SimpleAttribute
 
paintArea - Variable in class EREditor
 
parent - Variable in class Attribute
 
primary - Variable in class Attribute
 
print(Graphics, PageFormat, int) - Method in class EREditor
 
PSGr - class PSGr.
PSGr is a awt.Graphics subclass that images to PostScript.
PSGr(OutputStream, Graphics) - Constructor for class PSGr
Constructs a new PSGr Object.
PSGr(OutputStream, Graphics, int) - Constructor for class PSGr
 
PSGr(OutputStream, Graphics, int, int, int) - Constructor for class PSGr
Constructor for non-default page dimensions.

R

rad - Variable in class Attribute
 
realg - Variable in class PSGr
 
Rect - class Rect.
 
Rect() - Constructor for class Rect
 
Rect(Rectangle2D) - Constructor for class Rect
 
Relation - class Relation.
 
RELATION - Static variable in class ERPaintArea
 
Relation(String, Font, ERPaintArea) - Constructor for class Relation
 
remove(ERComponent) - Method in class ERPaintArea
 
removeAll() - Method in class ERSet
 
removeAttribute(Attribute) - Method in class CompAttribute
 
removeAttribute(Attribute) - Method in class Connection
 
removeAttribute(Attribute) - Method in class Entity
 
removeAttribute(Attribute) - Method in class ERComponent
 
removeAttribute(Attribute) - Method in class ERSet
 
removeAttribute(Attribute) - Method in class ForeignAttribute
 
removeAttribute(Attribute) - Method in class Relation
 
removeAttribute(Attribute) - Method in class SimpleAttribute
 
rename(String) - Method in class ERComponent
 
reset() - Method in class MouseState
 
RIGHT_SIDE - Static variable in class Attribute
 

S

scale(float, float) - Method in class PSGr
Scales the graphics context.
scalePaint(Component) - Method in class PSGr
Find scale factor that will fit the page, use smaller of x and y for both, to convert all pixels to points.
SELECT - Static variable in class ERPaintArea
 
select(boolean) - Method in class ERComponent
 
selected - Variable in class ERComponent
 
setAction(int) - Method in class ERPaintArea
 
setArrow() - Method in class Connection
 
setBackground(Color) - Method in class PSGr
Gets the current color.
setCard(String, String) - Method in class Attribute
 
setCard(String, String) - Method in class Connection
 
setClip(int, int, int, int) - Method in class PSGr
MGH added setClip (x y w h) per 1.1 API, this is supposed to be **NEW** Clip, rather than intersection with existing Clip, but that may not be correct yet..
setClip(Shape) - Method in class PSGr
MGH added setClip (Shape s) hacked over Rectangle.
setColor(Color) - Method in class PSGr
Sets the current color to the specified color.
setComp(ERComponent, ERComponent) - Method in class Connection
 
setFont(Font) - Method in class PSGr
Sets the font for all subsequent text-drawing operations.
setHeight(int) - Method in class Rect
 
setInitialPoint(int, int) - Method in class MouseState
 
setOrientation(double) - Method in class Attribute
 
setOrientation(double) - Method in class CompAttribute
 
setOrientation(double) - Method in class ForeignAttribute
 
setOrientation(double) - Method in class SimpleAttribute
 
setPaintMode() - Method in class PSGr
Sets the default paint mode to overwrite the destination with the current color.
setPrimary(boolean) - Method in class Attribute
 
setRect(int, int, int, int) - Method in class Rect
 
setTextSide(int) - Method in class Attribute
 
setTextSide(int) - Method in class CompAttribute
 
setTextSide(int) - Method in class Connection
 
setTextSide(int) - Method in class ForeignAttribute
 
setTextSide(int) - Method in class SimpleAttribute
 
setWidth(int) - Method in class Rect
 
setX(int) - Method in class Rect
 
setXORMode(Color) - Method in class PSGr
Sets the paint mode to alternate between the current color and the new specified color.
setXY(int, int) - Method in class CompAttribute
 
setXY(int, int) - Method in class Entity
 
setXY(int, int) - Method in class ERComponent
 
setXY(int, int) - Method in class ERSet
 
setXY(int, int) - Method in class ForeignAttribute
 
setXY(int, int) - Method in class MultipleConnection
 
setXY(int, int) - Method in class Relation
 
setXY(int, int) - Method in class SimpleAttribute
 
setY(int) - Method in class Rect
 
showpage() - Method in class PSGr
Needed unless the file is intended as part of a larger one.
side - Variable in class Attribute
 
SimpleAttribute - class SimpleAttribute.
 
SimpleAttribute(String, double, ERPaintArea, ERComponent) - Constructor for class SimpleAttribute
 
SPACE - Static variable in class Attribute
 
strunc(double) - Method in class PSGr
 

T

textX - Variable in class ERComponent
 
textY - Variable in class ERComponent
 
toString() - Method in class PSGr
Returns a String object representing this Graphic's value.
toString() - Method in class Rect
 
toString() - Method in class Relation
 
translate(boolean) - Method in class MouseState
 
translate(int, int) - Method in class Attribute
 
translate(int, int) - Method in class CompAttribute
 
translate(int, int) - Method in class ERComponent
 
translate(int, int) - Method in class ERSet
 
translate(int, int) - Method in class PSGr
Translates the origin of the graphics context to the specified parameters.
translateAll(int, int) - Method in class Attribute
 
translateAttr(int, int) - Method in class Attribute
 
translateAttr(int, int) - Method in class CompAttribute
 

W

WIDTH - Static variable in class EREditor
 

X

x - Variable in class ERComponent
 
xTrans(int) - Method in class PSGr
 

Y

y - Variable in class ERComponent
 
yTrans(int) - Method in class PSGr
 

A B C D E F G H I L M N O P R S T W X Y