Runtime

org.eclipse.gmf.runtime.notation
Interface LineStyle

All Superinterfaces:
EObject, Notifier, Style
All Known Subinterfaces:
ConnectorStyle, ShapeStyle
All Known Implementing Classes:
ConnectorStyleImpl, LineStyleImpl, ShapeStyleImpl

public interface LineStyle
extends Style

A representation of the model object 'Line Style'.

The line style is a style to be installed on views with lines

The following features are supported:

See Also:
NotationPackage.getLineStyle()
** Generated **
Model:

Method Summary
 int getLineColor()
          Returns the value of the 'Line Color' attribute.
 void setLineColor(int value)
          Sets the value of the 'Line Color' attribute
 
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
 

Method Detail

getLineColor

int getLineColor()
Returns the value of the 'Line Color' attribute. The default value is "11579568".

The line color is the color used in painting the lines (or foreground) of node visuals

Returns:
the value of the 'Line Color' attribute.
See Also:
setLineColor(int), NotationPackage.getLineStyle_LineColor()
** Generated **
Model:
default="11579568"

setLineColor

void setLineColor(int value)
Sets the value of the 'Line Color' attribute.

The line color is the color used in painting the lines (or foreground) of node visuals

Parameters:
value - the new value of the 'Line Color' attribute.
See Also:
getLineColor()
** Generated **

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.