|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension | |
---|---|
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
javax.tv.media | |
org.dvb.media | Provides DVB specific extensions to the Java Media Framework. |
org.havi.ui | |
org.ocap.hardware.device | Provides extension classes and interfaces related to accessing and controlling certain device parameters that are normally controlled by a device manufacturer specific application. |
org.ocap.hn.content |
Uses of Dimension in java.awt |
---|
Methods in java.awt that return Dimension | |
---|---|
Dimension |
Component.getMaximumSize()
Gets the maximum size of this component. |
Dimension |
Container.getMaximumSize()
Returns the maximum size of this container. |
Dimension |
Component.getMinimumSize()
Gets the mininimum size of this component. |
Dimension |
Container.getMinimumSize()
Returns the minimum size of this container. |
Dimension |
Component.getPreferredSize()
Gets the preferred size of this component. |
Dimension |
Container.getPreferredSize()
Returns the preferred size of this container. |
abstract Dimension |
Toolkit.getScreenSize()
Gets the size of the screen. |
Dimension |
Component.getSize()
Returns the size of this component in the form of a Dimension object. |
Dimension |
Dimension.getSize()
Gets the size of this Dimension object. |
Dimension |
Rectangle.getSize()
Gets the size of this Rectangle , represented by
the returned Dimension . |
Dimension |
Component.getSize(Dimension rv)
Stores the width/height of this component into "return value" rv and return rv. |
Dimension |
LayoutManager2.maximumLayoutSize(Container target)
Calculates the maximum size dimensions for the specified container, given the components it contains. |
Dimension |
BorderLayout.maximumLayoutSize(Container target)
Returns the maximum dimensions for this layout given the components in the specified target container. |
Dimension |
CardLayout.maximumLayoutSize(Container target)
Returns the maximum dimensions for this layout given the components in the specified target container. |
Dimension |
GridBagLayout.maximumLayoutSize(Container target)
Returns the maximum dimensions for this layout given the components in the specified target container. |
Dimension |
LayoutManager.minimumLayoutSize(Container parent)
Calculates the minimum size dimensions for the specified container, given the components it contains. |
Dimension |
BorderLayout.minimumLayoutSize(Container target)
Determines the minimum size of the target container
using this layout manager. |
Dimension |
FlowLayout.minimumLayoutSize(Container target)
Returns the minimum dimensions needed to layout the visible components contained in the specified target container. |
Dimension |
CardLayout.minimumLayoutSize(Container parent)
Calculates the minimum size for the specified panel. |
Dimension |
GridLayout.minimumLayoutSize(Container parent)
Determines the minimum size of the container argument using this grid layout. |
Dimension |
GridBagLayout.minimumLayoutSize(Container parent)
Determines the minimum size of the parent container
using this grid bag layout. |
Dimension |
LayoutManager.preferredLayoutSize(Container parent)
Calculates the preferred size dimensions for the specified container, given the components it contains. |
Dimension |
BorderLayout.preferredLayoutSize(Container target)
Determines the preferred size of the target
container using this layout manager, based on the components
in the container. |
Dimension |
FlowLayout.preferredLayoutSize(Container target)
Returns the preferred dimensions for this layout given the visible components in the specified target container. |
Dimension |
CardLayout.preferredLayoutSize(Container parent)
Determines the preferred size of the container argument using this card layout. |
Dimension |
GridLayout.preferredLayoutSize(Container parent)
Determines the preferred size of the container argument using this grid layout. |
Dimension |
GridBagLayout.preferredLayoutSize(Container parent)
Determines the preferred size of the parent
container using this grid bag layout. |
Methods in java.awt with parameters of type Dimension | |
---|---|
Dimension |
Component.getSize(Dimension rv)
Stores the width/height of this component into "return value" rv and return rv. |
void |
Component.setSize(Dimension d)
Resizes this component so that it has width d.width
and height d.height . |
void |
Dimension.setSize(Dimension d)
Sets the size of this Dimension object to the specified size. |
void |
Rectangle.setSize(Dimension d)
Sets the size of this Rectangle to match the
specified Dimension . |
Constructors in java.awt with parameters of type Dimension | |
---|---|
Dimension(Dimension d)
Creates an instance of Dimension whose width
and height are the same as for the specified dimension. |
|
Rectangle(Dimension d)
Constructs a new Rectangle whose top left corner is
(0, 0) and whose width and height are specified
by the Dimension argument. |
|
Rectangle(Point p,
Dimension d)
Constructs a new Rectangle whose top-left corner is
specified by the Point argument, and
whose width and height are specified by the
Dimension argument. |
Uses of Dimension in javax.tv.media |
---|
Methods in javax.tv.media that return Dimension | |
---|---|
Dimension |
AWTVideoSizeControl.getSourceVideoSize()
Reports the size of the source video, in the screen's coordinate system. |
Uses of Dimension in org.dvb.media |
---|
Methods in org.dvb.media that return Dimension | |
---|---|
Dimension |
VideoPresentationControl.getInputVideoSize()
This method returns the dimensions of the video before any scaling has taken place (but after ETR154 up-sampling). |
Dimension |
VideoPresentationControl.getVideoSize()
This method returns the size of the decoded video as it is being presented to the user. |
Uses of Dimension in org.havi.ui |
---|
Fields in org.havi.ui declared as Dimension | |
---|---|
static Dimension |
HSceneTemplate.LARGEST_PIXEL_DIMENSION
A Dimension object for use in the object field of the setPreference and
getPreferenceObject methods in the HSceneTemplate that indicates that
the SCENE_PIXEL_DIMENSION feature should be set to its
largest possible dimension. |
static Dimension |
HVisible.NO_DEFAULT_SIZE
A constant for use with the HVisible.setDefaultSize(java.awt.Dimension) and HVisible.getDefaultSize()
methods of HVisible which indicates
that no default size is desired for the HVisible . |
Methods in org.havi.ui that return Dimension | |
---|---|
Dimension |
HVisible.getDefaultSize()
Returns the default preferred size to be used for this component when a layout manager is in use. |
Dimension |
HListGroup.getIconSize()
Retrieve the icon size for this HListGroup . |
Dimension |
HListGroup.getLabelSize()
Retrieve the label size for this HListGroup . |
Dimension |
HVisible.getMaximumSize()
Gets the maximum size of the HVisible . |
Dimension |
HTextLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
Dimension |
HSinglelineEntryLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
Dimension |
HRangeLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
Dimension |
HMultilineEntryLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
Dimension |
HLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
Dimension |
HListGroupLook.getMaximumSize(HVisible visible)
Returns the size to present all elements of the specified HVisible plus any additional dimensions that the
HListGroupLook requires for border decoration
etc. |
Dimension |
HGraphicLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
Dimension |
HDefaultTextLayoutManager.getMaximumSize(HVisible hvisible)
Returns the maximum size required to render the text content in any possible interaction state of the specified HVisible component. |
Dimension |
HAnimateLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
Dimension |
HVisible.getMinimumSize()
Gets the minimum size of the HVisible . |
Dimension |
HTextLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
Dimension |
HSinglelineEntryLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
Dimension |
HRangeLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
Dimension |
HMultilineEntryLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
Dimension |
HLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
Dimension |
HListGroupLook.getMinimumSize(HVisible visible)
Returns the size to present one element of the specified HVisible plus any additional dimensions that the
HListGroupLook requires for border decoration etc. |
Dimension |
HGraphicLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
Dimension |
HDefaultTextLayoutManager.getMinimumSize(HVisible hvisible)
Returns the minimum size required to render the text content in any possible interaction state of the specified HVisible component. |
Dimension |
HAnimateLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
Dimension |
HScreenConfiguration.getOffset(HScreenConfiguration hsc)
Returns the offset between the origin of the pixel coordinate space of the specified HScreenConfiguration , and the origin of the current pixel
coordinate space of this HScreenConfiguration . |
Dimension |
HScreenConfiguration.getPixelAspectRatio()
Return the pixel aspect ratio of this configuration. |
Dimension |
HScreenConfiguration.getPixelResolution()
Return the resolution of this configuration in pixels. |
Dimension |
HVisible.getPreferredSize()
Gets the preferred size of the HVisible . |
Dimension |
HTextLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
Dimension |
HSinglelineEntryLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
Dimension |
HRangeLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
Dimension |
HMultilineEntryLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
Dimension |
HLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
Dimension |
HListGroupLook.getPreferredSize(HVisible visible)
Gets the preferred size of the HVisible component
when drawn with this HListGroupLook . |
Dimension |
HGraphicLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
Dimension |
HDefaultTextLayoutManager.getPreferredSize(HVisible hvisible)
Returns the preferred size to render the text content in any possible interaction state of the specified HVisible component. |
Dimension |
HAnimateLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
Dimension |
HScreenDevice.getScreenAspectRatio()
Return the aspect ratio of the screen as far as is known. |
Methods in org.havi.ui with parameters of type Dimension | |
---|---|
void |
HVisible.setDefaultSize(Dimension defaultSize)
Set the preferred default size for this component when a layout manager is in use. |
void |
HListGroup.setIconSize(Dimension size)
Set the icon size for this HListGroup . |
void |
HListGroup.setLabelSize(Dimension size)
Set the label size for this HListGroup . |
Uses of Dimension in org.ocap.hardware.device |
---|
Methods in org.ocap.hardware.device that return Dimension | |
---|---|
Dimension |
VideoResolution.getPixelResolution()
Return the pixel resolution of the video. |
Constructors in org.ocap.hardware.device with parameters of type Dimension | |
---|---|
VideoResolution(Dimension rez,
int ar,
float rate,
int scan)
Creates an instance of VideoResolution based upon
the given attributes. |
Uses of Dimension in org.ocap.hn.content |
---|
Methods in org.ocap.hn.content that return Dimension | |
---|---|
Dimension |
VideoResource.getResolution()
Returns the resolution of the video/still image. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |