IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.notation
Interface LineStyle

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Style
All Known Subinterfaces:
ConnectorStyle, ShapeStyle, UMLClassifierStyle, UMLComponentStyle, UMLConnectorStyle, UMLFrameStyle, UMLShapeStyle

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()

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

public 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()

setLineColor

public 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()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.