|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFont | |
---|---|
com.sibvisions.rad.ui.awt.impl | Contains the AWT dependent interface implementations of the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl | Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.container | Contains Swing container implementations based on the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.control | Contains Swing control implementations based on the platform and technology independent interface definitions. |
javax.rad.genui | Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. |
javax.rad.genui.component | Contains a generic implementation of the platform and technology independent component interfaces to design graphical user interfaces. |
javax.rad.genui.control | Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces. |
javax.rad.ui | Contains all interfaces to develop a graphical user interface. |
javax.rad.ui.control | Contains all interfaces to develop controls for a graphical user interface. |
Uses of IFont in com.sibvisions.rad.ui.awt.impl |
---|
Classes in com.sibvisions.rad.ui.awt.impl that implement IFont | |
---|---|
class |
AwtFont
The AwtFont class represents fonts, which are used to
render text in a visible way. |
Methods in com.sibvisions.rad.ui.awt.impl that return IFont | |
---|---|
IFont |
AwtFactory.createFont(String pName,
int pStyle,
int pSize)
Creates a new instance of IFont from the specified name,
style and point size. |
IFont |
AwtComponent.getFont()
Gets the font of this component. |
Methods in com.sibvisions.rad.ui.awt.impl with parameters of type IFont | |
---|---|
void |
AwtComponent.setFont(IFont pFont)
Sets the IFont of this component. |
Uses of IFont in com.sibvisions.rad.ui.swing.impl |
---|
Methods in com.sibvisions.rad.ui.swing.impl that return IFont | |
---|---|
IFont |
SwingScrollComponent.getFont()
Gets the font of this component. |
Methods in com.sibvisions.rad.ui.swing.impl with parameters of type IFont | |
---|---|
ICellFormat |
SwingFactory.createCellFormat(IColor pBackground,
IColor pForeground,
IFont pFont,
IImage pImage,
int pLeftIndent)
Creates a new instance of ICellFormat . |
void |
SwingScrollComponent.setFont(IFont pFont)
Sets the IFont of this component. |
Uses of IFont in com.sibvisions.rad.ui.swing.impl.container |
---|
Methods in com.sibvisions.rad.ui.swing.impl.container with parameters of type IFont | |
---|---|
void |
SwingGroupPanel.setFont(IFont pFont)
Sets the IFont of this component. |
Uses of IFont in com.sibvisions.rad.ui.swing.impl.control |
---|
Methods in com.sibvisions.rad.ui.swing.impl.control that return IFont | |
---|---|
IFont |
SwingCellFormat.getFont()
Gets the font. |
Constructors in com.sibvisions.rad.ui.swing.impl.control with parameters of type IFont | |
---|---|
SwingCellFormat(IColor pBackground,
IColor pForeground,
IFont pFont,
IImage pImage,
int pLeftIndent)
Constructs a new instance of SwingCellFormat . |
Uses of IFont in javax.rad.genui |
---|
Classes in javax.rad.genui that implement IFont | |
---|---|
class |
UIFont
Platform and technology independent Font. |
Methods in javax.rad.genui that return IFont | |
---|---|
IFont |
UIFont.deriveFont(int pStyle)
Derives this font with a new style. |
IFont |
UIFont.deriveFont(int pStyle,
int pSize)
Derives this font with a new style. |
IFont |
UIComponent.getFont()
Gets the font of this component. |
Methods in javax.rad.genui with parameters of type IFont | |
---|---|
void |
UIComponent.setFont(IFont pFont)
Sets the IFont of this component. |
Constructors in javax.rad.genui with parameters of type IFont | |
---|---|
UIFont(IFont pFont)
Internal creation of an UIFont with an given IFont. |
Uses of IFont in javax.rad.genui.component |
---|
Constructors in javax.rad.genui.component with parameters of type IFont | |
---|---|
UILabel(String pText,
IFont pFont)
Creates a new instance of UILabel . |
Uses of IFont in javax.rad.genui.control |
---|
Methods in javax.rad.genui.control that return IFont | |
---|---|
IFont |
UICellFormat.getFont()
Gets the font. |
Constructors in javax.rad.genui.control with parameters of type IFont | |
---|---|
UICellFormat(IColor pBackground,
IColor pForeground,
IFont pFont)
Constructs a new instance of SwingCellFormat . |
|
UICellFormat(IColor pBackground,
IColor pForeground,
IFont pFont,
IImage pImage)
Constructs a new instance of SwingCellFormat . |
|
UICellFormat(IColor pBackground,
IColor pForeground,
IFont pFont,
IImage pImage,
int pLeftIndent)
Constructs a new instance of SwingCellFormat . |
Uses of IFont in javax.rad.ui |
---|
Methods in javax.rad.ui that return IFont | |
---|---|
IFont |
IFactory.createFont(String pName,
int pStyle,
int pSize)
Creates a new instance of IFont from the specified name,
style and point size. |
IFont |
IComponent.getFont()
Gets the font of this component. |
Methods in javax.rad.ui with parameters of type IFont | |
---|---|
ICellFormat |
IFactory.createCellFormat(IColor pBackground,
IColor pForeground,
IFont pFont,
IImage pImage,
int pLeftIndent)
Creates a new instance of ICellFormat . |
void |
IComponent.setFont(IFont pFont)
Sets the IFont of this component. |
Uses of IFont in javax.rad.ui.control |
---|
Methods in javax.rad.ui.control that return IFont | |
---|---|
IFont |
ICellFormat.getFont()
Gets the font. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |