com.sibvisions.rad.ui.qt.impl.control
Class QtCellFormat

java.lang.Object
  extended by com.sibvisions.rad.ui.qt.impl.QtResource<CellFormat>
      extended by com.sibvisions.rad.ui.qt.impl.control.QtCellFormat
All Implemented Interfaces:
ICellFormat, IResource

public class QtCellFormat
extends QtResource<CellFormat>
implements ICellFormat

The QtCellFormat is the ICellFormat implementation for QT.


Field Summary
 
Fields inherited from class com.sibvisions.rad.ui.qt.impl.QtResource
resource
 
Constructor Summary
QtCellFormat(IColor pBackground, IColor pForeground, IFont pFont)
          Constructs a new instance of QtCellFormat.
 
Method Summary
 IColor getBackground()
          Gets the background.
 IFont getFont()
          Gets the font.
 IColor getForeground()
          Gets the foreground.
 
Methods inherited from class com.sibvisions.rad.ui.qt.impl.QtResource
equals, getResource, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Constructor Detail

QtCellFormat

public QtCellFormat(IColor pBackground,
                    IColor pForeground,
                    IFont pFont)
Constructs a new instance of QtCellFormat.

Parameters:
pBackground - the background of the Cell.
pForeground - the foreground of the Cell.
pFont - the font of the Cell.
Method Detail

getBackground

public IColor getBackground()
Gets the background.

Specified by:
getBackground in interface ICellFormat
Returns:
the background.

getForeground

public IColor getForeground()
Gets the foreground.

Specified by:
getForeground in interface ICellFormat
Returns:
the foreground.

getFont

public IFont getFont()
Gets the font.

Specified by:
getFont in interface ICellFormat
Returns:
the font.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.