com.sibvisions.rad.ui.swing.impl.control
Class SwingCellFormat

java.lang.Object
  extended by com.sibvisions.rad.ui.awt.impl.AwtResource<CellFormat>
      extended by com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
All Implemented Interfaces:
ICellFormat, IResource

public class SwingCellFormat
extends AwtResource<CellFormat>
implements ICellFormat

The SwingCellFormat is the ICellFormat implementation for swing.


Field Summary
 
Fields inherited from class com.sibvisions.rad.ui.awt.impl.AwtResource
resource
 
Constructor Summary
SwingCellFormat(IColor pBackground, IColor pForeground, IFont pFont, IImage pImage, int pLeftIndent)
          Constructs a new instance of SwingCellFormat.
 
Method Summary
 IColor getBackground()
          Gets the background.
 IFont getFont()
          Gets the font.
 IColor getForeground()
          Gets the foreground.
 IImage getImage()
          Gets the image.
 int getLeftIndent()
          Left indent.
 
Methods inherited from class com.sibvisions.rad.ui.awt.impl.AwtResource
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

SwingCellFormat

public SwingCellFormat(IColor pBackground,
                       IColor pForeground,
                       IFont pFont,
                       IImage pImage,
                       int pLeftIndent)
Constructs a new instance of SwingCellFormat.

Parameters:
pBackground - the background of the Cell.
pForeground - the foreground of the Cell.
pFont - the font of the Cell.
pImage - the image of the Cell.
pLeftIndent - the left indent.
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.

getImage

public IImage getImage()
Gets the image.

Specified by:
getImage in interface ICellFormat
Returns:
the image.

getLeftIndent

public int getLeftIndent()
Left indent.

Specified by:
getLeftIndent in interface ICellFormat
Returns:
the left indent.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.