|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface View
All plan views should implement this interface..
Method Summary | |
---|---|
Shape |
getActivityArea(Activity activity)
A view should render activities as either components or as Java 2D Shapes. |
JPanel |
getConstraintPanel()
All views should let constraints show information as components in a special panel |
List<Activity> |
getEvaluationActivities()
|
void |
updateView(Graphics2D g2)
|
Method Detail |
---|
Shape getActivityArea(Activity activity)
List<Activity> getEvaluationActivities()
void updateView(Graphics2D g2)
JPanel getConstraintPanel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |