br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements
Class Street2DShape

java.lang.Object
  extended by br.edu.fei.dcc.raciocinioespacial.editor.shapes.model.ModelElement
      extended by br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements.Shape
          extended by br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements.Street2DShape
All Implemented Interfaces:
java.io.Serializable, org.eclipse.ui.views.properties.IPropertySource

public class Street2DShape
extends Shape

See Also:
Serialized Form

Field Summary
 
Fields inherited from class br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements.Shape
Proprerty_Localization, Proprerty_Name, Proprerty_X, Proprerty_Y
 
Constructor Summary
Street2DShape()
           
 
Method Summary
 org.eclipse.swt.graphics.Image getIcon()
          Return an icon for this ModelElement.
 java.lang.String toString()
          Returns the name predefined for the object
 
Methods inherited from class br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements.Shape
getDescriptors, getLocalization, getName, getParent, getPropertyDescriptors, getPropertyValue, getSize, setDescriptors, setLocalization, setNome, setParent, setPropertyValue, setSize
 
Methods inherited from class br.edu.fei.dcc.raciocinioespacial.editor.shapes.model.ModelElement
addPropertyChangeListener, getEditableValue, isPropertySet, removePropertyChangeListener, resetPropertyValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Street2DShape

public Street2DShape()
Method Detail

getIcon

public org.eclipse.swt.graphics.Image getIcon()
Description copied from class: Shape
Return an icon for this ModelElement.

Specified by:
getIcon in class Shape
Returns:
An image 16x16 or null.

toString

public java.lang.String toString()
Returns the name predefined for the object

Overrides:
toString in class java.lang.Object