net.sf.dynamicreports.design.base.component
Class DRDesignListCell

java.lang.Object
  extended by net.sf.dynamicreports.design.base.component.DRDesignListCell

public class DRDesignListCell
extends Object

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
protected DRDesignListCell(DRDesignComponent component)
           
protected DRDesignListCell(HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRDesignComponent component)
           
 
Method Summary
 DRDesignComponent getComponent()
           
 Integer getHeight()
           
 HorizontalCellComponentAlignment getHorizontalAlignment()
           
 VerticalCellComponentAlignment getVerticalAlignment()
           
 Integer getWidth()
           
 Integer getX()
           
 Integer getY()
           
 void setHeight(Integer height)
           
 void setHorizontalAlignment(HorizontalCellComponentAlignment horizontalAlignment)
           
 void setVerticalAlignment(VerticalCellComponentAlignment verticalAlignment)
           
 void setWidth(Integer width)
           
 void setX(Integer x)
           
 void setY(Integer y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRDesignListCell

protected DRDesignListCell(DRDesignComponent component)

DRDesignListCell

protected DRDesignListCell(HorizontalCellComponentAlignment horizontalAlignment,
                           VerticalCellComponentAlignment verticalAlignment,
                           DRDesignComponent component)
Method Detail

getHorizontalAlignment

public HorizontalCellComponentAlignment getHorizontalAlignment()

setHorizontalAlignment

public void setHorizontalAlignment(HorizontalCellComponentAlignment horizontalAlignment)

getVerticalAlignment

public VerticalCellComponentAlignment getVerticalAlignment()

setVerticalAlignment

public void setVerticalAlignment(VerticalCellComponentAlignment verticalAlignment)

getComponent

public DRDesignComponent getComponent()

getX

public Integer getX()

setX

public void setX(Integer x)

getY

public Integer getY()

setY

public void setY(Integer y)

getWidth

public Integer getWidth()

setWidth

public void setWidth(Integer width)

getHeight

public Integer getHeight()

setHeight

public void setHeight(Integer height)


Copyright © 2010-2014. All Rights Reserved.