com.sapportals.htmlb

Class RasterLayoutItem

java.lang.Object
  extended bycom.sapportals.htmlb.RasterLayoutItem

public class RasterLayoutItem
extends Object


Constructor Summary
RasterLayoutItem()
           
RasterLayoutItem(int top, int left, Component component)
          Construct object of class RasterLayoutItem.
RasterLayoutItem(int top, int left, int width, int height, Component component)
          Construct object of class RasterLayoutItem.
 
Method Summary
 Component getComponent()
          Get the Component attribute of the RasterLayoutItem object.
 int getHeight()
          Get the Height attribute of the RasterLayoutItem object.
 int getLeft()
          Get the Left attribute of the RasterLayoutItem object.
 RasterLayoutPosition getPosition()
           
 int getTop()
          Get the Top attribute of the RasterLayoutItem object.
 int getWidth()
          Get the Width attribute of the RasterLayoutItem object.
 void setComponent(Component component)
          Set the Component attribute of the RasterLayoutItem object.
 void setHeight(int height)
          Set the Height attribute of the RasterLayoutItem object.
 void setLeft(int left)
          Set the Left attribute of the RasterLayoutItem object.
 void setPosition(RasterLayoutPosition position)
          Sets ABSOLUTE or RELATIVE positioning of the Item
 void setTop(int top)
          Set the Top attribute of the RasterLayoutItem object.
 void setWidth(int width)
          Set the Width attribute of the RasterLayoutItem object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterLayoutItem

public RasterLayoutItem()

RasterLayoutItem

public RasterLayoutItem(int top,
                        int left,
                        Component component)
Construct object of class RasterLayoutItem.

Parameters:
top - top position of the raster layout item
left - left postion of the ratsre layout item
component - component contained in the raster layout item

RasterLayoutItem

public RasterLayoutItem(int top,
                        int left,
                        int width,
                        int height,
                        Component component)
Construct object of class RasterLayoutItem.

Parameters:
top - top position of the raster layout item
left - left position of the raster layout item
width - width of the raster layout item
height - height of the raster layout item
component - component contained in the raster layout item
Method Detail

setTop

public void setTop(int top)
Set the Top attribute of the RasterLayoutItem object.

Parameters:
top - The new Top value

setLeft

public void setLeft(int left)
Set the Left attribute of the RasterLayoutItem object.

Parameters:
left - The new Left value

setWidth

public void setWidth(int width)
Set the Width attribute of the RasterLayoutItem object.

Parameters:
width - The new Width value

setHeight

public void setHeight(int height)
Set the Height attribute of the RasterLayoutItem object.

Parameters:
height - The new Height value

setComponent

public void setComponent(Component component)
Set the Component attribute of the RasterLayoutItem object.

Parameters:
component - The new Component value

getTop

public int getTop()
Get the Top attribute of the RasterLayoutItem object.

Returns:
The Top value

getLeft

public int getLeft()
Get the Left attribute of the RasterLayoutItem object.

Returns:
The Left value

getWidth

public int getWidth()
Get the Width attribute of the RasterLayoutItem object.

Returns:
The Width value

getHeight

public int getHeight()
Get the Height attribute of the RasterLayoutItem object.

Returns:
The Height value

getComponent

public Component getComponent()
Get the Component attribute of the RasterLayoutItem object.

Returns:
The Component value

getPosition

public RasterLayoutPosition getPosition()
Returns:

setPosition

public void setPosition(RasterLayoutPosition position)
Sets ABSOLUTE or RELATIVE positioning of the Item

Parameters:
position -


Copyright 2006 SAP AG Complete Copyright Notice