net.sf.dynamicreports.report.base.component
Class DRListCell
java.lang.Object
net.sf.dynamicreports.report.base.component.DRListCell
- All Implemented Interfaces:
- Serializable, DRIListCell
public class DRListCell
- extends Object
- implements DRIListCell
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRListCell
public DRListCell(DRComponent component)
DRListCell
public DRListCell(HorizontalCellComponentAlignment horizontalAlignment,
VerticalCellComponentAlignment verticalAlignment,
DRComponent component)
setHorizontalAlignment
public void setHorizontalAlignment(HorizontalCellComponentAlignment horizontalAlignment)
getHorizontalAlignment
public HorizontalCellComponentAlignment getHorizontalAlignment()
- Specified by:
getHorizontalAlignment
in interface DRIListCell
setVerticalAlignment
public void setVerticalAlignment(VerticalCellComponentAlignment verticalAlignment)
getVerticalAlignment
public VerticalCellComponentAlignment getVerticalAlignment()
- Specified by:
getVerticalAlignment
in interface DRIListCell
getComponent
public DRComponent getComponent()
- Specified by:
getComponent
in interface DRIListCell
Copyright © 2010-2014. All Rights Reserved.