|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Insets | |
---|---|
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
org.dvb.ui | Provides extended graphics functionality. |
org.havi.ui |
Uses of Insets in java.awt |
---|
Fields in java.awt declared as Insets | |
---|---|
Insets |
GridBagConstraints.insets
This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area. |
Methods in java.awt that return Insets | |
---|---|
Insets |
Container.getInsets()
Determines the insets of this container, which indicate the size of the container's border. |
Insets |
Toolkit.getScreenInsets(GraphicsConfiguration gc)
Gets the insets of the screen. |
Uses of Insets in org.dvb.ui |
---|
Methods in org.dvb.ui that return Insets | |
---|---|
Insets |
DVBTextLayoutManager.getInsets()
Returns the insets set by the setInsets method. |
Methods in org.dvb.ui with parameters of type Insets | |
---|---|
void |
DVBTextLayoutManager.render(String markedUpString,
Graphics g,
HVisible v,
Insets insets)
Render the string. |
void |
DVBTextLayoutManager.setInsets(Insets insets)
Sets the insets which shall be used by this DVBTextLayoutManager to provide a "virtual margin". |
Uses of Insets in org.havi.ui |
---|
Methods in org.havi.ui that return Insets | |
---|---|
Insets |
HListGroupLook.getElementInsets()
Retrieve the element insets for this instance of HListGroupLook . |
Insets |
HTextLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
Insets |
HSinglelineEntryLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
Insets |
HRangeLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
Insets |
HMultilineEntryLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
Insets |
HLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
Insets |
HListGroupLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
Insets |
HGraphicLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
Insets |
HAnimateLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
Methods in org.havi.ui with parameters of type Insets | |
---|---|
void |
HTextLayoutManager.render(String markedUpString,
Graphics g,
HVisible v,
Insets insets)
Render the string. |
void |
HDefaultTextLayoutManager.render(String markedUpString,
Graphics g,
HVisible v,
Insets insets)
Render the string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |