|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndPointPanel | |
---|---|
org.acm.seguin.uml | Responsible for drawing the UML class diagrams. |
org.acm.seguin.uml.line | Contains the basic components for drawing UML diagrams. |
Uses of EndPointPanel in org.acm.seguin.uml |
---|
Subclasses of EndPointPanel in org.acm.seguin.uml | |
---|---|
class |
UMLField
Displays a single UML field in a line |
class |
UMLLine
Displays a single UML line |
class |
UMLMethod
Displays a single UML method in a line |
class |
UMLNestedType
Displays a single UML nested type in a line |
class |
UMLType
Displays the summary of a type object |
Uses of EndPointPanel in org.acm.seguin.uml.line |
---|
Methods in org.acm.seguin.uml.line that return EndPointPanel | |
---|---|
EndPointPanel |
SegmentedLine.getEndPanel()
|
EndPointPanel |
SegmentedLine.getStartPanel()
|
Methods in org.acm.seguin.uml.line with parameters of type EndPointPanel | |
---|---|
void |
LinedPanel.add(EndPointPanel panel)
Description of the Method |
boolean |
SegmentedLine.match(EndPointPanel start,
EndPointPanel end)
Determines whether this panel matches the two desired end points |
void |
LinedPanel.remove(EndPointPanel panel)
|
protected void |
SegmentedLine.savePanel(java.io.PrintWriter output,
EndPointPanel panel)
Saves a panel |
Constructors in org.acm.seguin.uml.line with parameters of type EndPointPanel | |
---|---|
AssociationRelationship(EndPointPanel start,
EndPointPanel end,
UMLField init)
Constructor for the InheretenceRelationship object |
|
DragPanelAdapter(EndPointPanel initPanel,
LinedPanel initParent)
Constructor for the DragPanelAdapter object |
|
ImplementsRelationship(EndPointPanel start,
EndPointPanel end)
Constructor for the ImplementsRelationship object |
|
InheretenceRelationship(EndPointPanel start,
EndPointPanel end)
Constructor for the InheretenceRelationship object |
|
SegmentedLine(EndPointPanel start,
EndPointPanel end)
Constructor for the SegmentedLine object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |