TPTP 4.1.0 Platform Project
Public API Specification

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

All Known Implementing Classes:
FontImpl

public interface IFont


Method Summary
 void dispose()
          Diposes the font
 java.lang.Object getFont()
          Returns the contained font.
 

Method Detail

getFont

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

Returns:
the font

dispose

public void dispose()
Diposes the font


TPTP 4.1.0 Platform Project
Public API Specification