ilog.views
Interface IlvFontInterface

All Known Implementing Classes:
IlvCircularScale, IlvFilledLabel, IlvLabel, IlvMapGraphicText, IlvMapLabel, IlvPowerLabel, IlvRectangularScale, IlvReliefLabel, IlvScale, IlvShadowLabel, IlvText, IlvTextPath, IlvZoomableLabel

public interface IlvFontInterface

An interface to be implemented by graphic objects that are displaying text and allow to specify the font.


Method Summary
 Font getFont()
          Returns the font of the object.
 void setFont(Font font)
          Changes the font of the object.
 

Method Detail

setFont

void setFont(Font font)
Changes the font of the object.

Parameters:
font - The new font.

getFont

Font getFont()
Returns the font of the object.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.