Uses of Interface
javax.rad.ui.IPoint

Packages that use IPoint
com.sibvisions.rad.ui.awt.impl Contains the AWT dependent interface implementations of 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.ui Contains all interfaces to develop a graphical user interface. 
 

Uses of IPoint in com.sibvisions.rad.ui.awt.impl
 

Classes in com.sibvisions.rad.ui.awt.impl that implement IPoint
 class AwtPoint
          A point representing a location in (x, y) coordinate space, specified in integer precision.
 class AwtRectangle
          An AwtRectangle specifies an area in a coordinate space that is enclosed by the AwtRectangle object's top-left point (xy) in the coordinate space, its width, and its height.
 

Methods in com.sibvisions.rad.ui.awt.impl that return IPoint
 IPoint AwtFactory.createPoint(int pX, int pY)
          Creates a new instance of IPoint with the given x and y.
 IPoint AwtComponent.getLocation()
          Gets the location of this component in the form of a point specifying the component's top-left corner.
 IPoint AwtComponent.getLocationRelativeTo(IComponent pComponent)
          Gets the location relative to the given component.
 

Methods in com.sibvisions.rad.ui.awt.impl with parameters of type IPoint
 void AwtComponent.setLocation(IPoint pLocation)
          Moves this component to a new location.
 void AwtComponent.setLocationRelativeTo(IComponent pComponent, IPoint pLocation)
          Sets the location relative to the given component.
 

Uses of IPoint in javax.rad.genui
 

Classes in javax.rad.genui that implement IPoint
 class UIPoint
          Platform and technology independent point.
 class UIRectangle
          Platform and technology independent rectangle.
 

Methods in javax.rad.genui that return IPoint
 IPoint UIComponent.getLocation()
          Gets the location of this component in the form of a point specifying the component's top-left corner.
protected  IPoint UIComponent.getLocationOffset()
          Gets the component which will be added/removed to an UIContainer instead of this component.
 IPoint UIComponent.getLocationRelativeTo(IComponent pComponent)
          Gets the location relative to the given component.
 

Methods in javax.rad.genui with parameters of type IPoint
 void UIComponent.setLocation(IPoint pLocation)
          Moves this component to a new location.
 void UIComponent.setLocationRelativeTo(IComponent pComponent, IPoint pLocation)
          Sets the location relative to the given component.
 

Constructors in javax.rad.genui with parameters of type IPoint
UIPoint(IPoint pPoint)
          Creates a new instance of UIPoint with the given point.
UIRectangle(IPoint pPoint, IDimension pDimension)
          Creates a new instance of UIRectangle with the given IPoint and IDimension.
 

Uses of IPoint in javax.rad.ui
 

Subinterfaces of IPoint in javax.rad.ui
 interface IRectangle
          Platform and technology independent rectangle definition.
 

Methods in javax.rad.ui that return IPoint
 IPoint IFactory.createPoint(int pX, int pY)
          Creates a new instance of IPoint with the given x and y.
 IPoint IComponent.getLocation()
          Gets the location of this component in the form of a point specifying the component's top-left corner.
 IPoint IComponent.getLocationRelativeTo(IComponent pComponent)
          Gets the location relative to the given component.
 

Methods in javax.rad.ui with parameters of type IPoint
 void IComponent.setLocation(IPoint pLocation)
          Moves this component to a new location.
 void IComponent.setLocationRelativeTo(IComponent pComponent, IPoint pLocation)
          Sets the location relative to the given component.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.