TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.uml2sd.ui.drawings
Interface IColor

All Known Implementing Classes:
ColorImpl

public interface IColor


Method Summary
 void dispose()
          Diposes the color
 java.lang.Object getColor()
          Returns the contained color.
 

Method Detail

getColor

java.lang.Object getColor()
Returns the contained color. Returned object must be an instance of org.eclipse.swt.graphics.Color if used with the org.eclipse.hyades.uml2sd.ui.view.NGC graphical context

Returns:
the color

dispose

void dispose()
Diposes the color


TPTP 4.5.0 Platform Project
Public API Specification