com.sibvisions.rad.ui.qt.impl.control
Class QtCellFormat
java.lang.Object
com.sibvisions.rad.ui.qt.impl.QtResource<CellFormat>
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.
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.
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.