protoj.components
Class ArrowObject

java.lang.Object
  extended by java.util.Observable
      extended by mvp.Model
          extended by protoj.components.ComponentObject
              extended by protoj.components.ArrowObject
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ArrowObject
extends ComponentObject

Class definition for ArrowObject which will provide the functionality of selecting component objects from canvas page

See Also:
Serialized Form

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

ArrowObject

public ArrowObject()
Construct ArrowObject

Method Detail

compose

public void compose()
compose method

Specified by:
compose in class ComponentObject

checkSelectedComponents

public void checkSelectedComponents(Canvas canvas)
checkSelectedComponents method