|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
mvp.Model
protoj.components.ComponentObject
protoj.components.ArrowObject
public class ArrowObject
Class definition for ArrowObject which will provide the functionality of selecting component objects from canvas page
Field Summary |
---|
Fields inherited from class protoj.components.ComponentObject |
---|
backgroundColor, beginPoint, boundingRectangle, component, componentType, container, drawingPanel, endPoint, foregroundColor, height, invisibleButton, isSelected, jcomponent, name, width |
Fields inherited from class mvp.Model |
---|
view |
Constructor Summary | |
---|---|
ArrowObject()
Construct ArrowObject |
Method Summary | |
---|---|
void |
checkSelectedComponents(Canvas canvas)
checkSelectedComponents method |
void |
compose()
compose method |
Methods inherited from class protoj.components.ComponentObject |
---|
getBackgroundColor, getBeginPoint, getComponent, getComponentName, getComponentType, getContainer, getEndPoint, getForegroundColor, getHeight, getInvisibleButton, getName, getWidth, isItemSelected, setBackgroundColor, setBeginPoint, setComponentType, setEndPoint, setForegroundColor, setHeight, setName, setSelected, setWidth |
Methods inherited from class mvp.Model |
---|
dump, exit, getView, setView |
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrowObject()
Method Detail |
---|
public void compose()
compose
in class ComponentObject
public void checkSelectedComponents(Canvas canvas)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |