Modelers

org.topcased.modeler.di.model
Interface Polyline

All Superinterfaces:
DiagramElement, EModelElement, EObject, GraphicPrimitive, LeafElement, Notifier

public interface Polyline
extends GraphicPrimitive

A representation of the model object 'Polyline'.

The following features are supported:

See Also:
DiagramInterchangePackage.getPolyline()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList<org.eclipse.draw2d.geometry.Point> getWaypoints()
          Returns the value of the 'Waypoints' attribute list.
 boolean isClosed()
          Returns the value of the 'Closed' attribute
 void setClosed(boolean value)
          Sets the value of the 'Closed' attribute.
 
Methods inherited from interface org.topcased.modeler.di.model.DiagramElement
getContainer, getProperty, getReference, isVisible, setContainer, setVisible
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getWaypoints

EList<org.eclipse.draw2d.geometry.Point> getWaypoints()
Returns the value of the 'Waypoints' attribute list. The list contents are of type Point.

If the meaning of the 'Waypoints' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Waypoints' attribute list.
See Also:
DiagramInterchangePackage.getPolyline_Waypoints()
** Generated **
Model:
type="org.eclipse.draw2d.geometry.Point" dataType="org.topcased.modeler.di.model.Point" lower="2"

isClosed

boolean isClosed()
Returns the value of the 'Closed' attribute.

If the meaning of the 'Closed' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Closed' attribute.
See Also:
setClosed(boolean), DiagramInterchangePackage.getPolyline_Closed()
** Generated **
Model:

setClosed

void setClosed(boolean value)
Sets the value of the 'Closed' attribute.

Parameters:
value - the new value of the 'Closed' attribute.
See Also:
isClosed()
** Generated **

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.