IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.notation
Interface FillStyle

All Superinterfaces:
EObject, Notifier, Style
All Known Subinterfaces:
ShapeStyle, UMLClassifierStyle, UMLComponentStyle, UMLFrameStyle, UMLShapeStyle

public interface FillStyle
extends Style

A representation of the model object 'Fill Style'.

The fill style is a style to specify the fill properties of a node

The following features are supported:

See Also:
NotationPackage.getFillStyle()

Method Summary
 int getFillColor()
          Returns the value of the 'Fill Color' attribute.
 void setFillColor(int value)
          Sets the value of the 'Fill 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

getFillColor

public int getFillColor()
Returns the value of the 'Fill Color' attribute. The default value is "16777215".

The fill color is the color used in painting the background of node visuals

Returns:
the value of the 'Fill Color' attribute.
See Also:
setFillColor(int), NotationPackage.getFillStyle_FillColor()

setFillColor

public void setFillColor(int value)
Sets the value of the 'Fill Color' attribute.

The fill color is the color used in painting the background of node visuals

Parameters:
value - the new value of the 'Fill Color' attribute.
See Also:
getFillColor()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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