net.sf.dynamicreports.adhoc.configuration
Class AdhocStyle
java.lang.Object
net.sf.dynamicreports.adhoc.configuration.AdhocStyle
- All Implemented Interfaces:
- Serializable, Cloneable
public class AdhocStyle
- extends Object
- implements Cloneable, Serializable
- Author:
- Ricardo Mariaca (dynamicreports@gmail.com)
- See Also:
- Serialized Form
AdhocStyle
public AdhocStyle()
getFont
public AdhocFont getFont()
setFont
public void setFont(AdhocFont font)
getTopBorder
public AdhocPen getTopBorder()
setTopBorder
public void setTopBorder(AdhocPen topBorder)
getLeftBorder
public AdhocPen getLeftBorder()
setLeftBorder
public void setLeftBorder(AdhocPen leftBorder)
getBottomBorder
public AdhocPen getBottomBorder()
setBottomBorder
public void setBottomBorder(AdhocPen bottomBorder)
getRightBorder
public AdhocPen getRightBorder()
setRightBorder
public void setRightBorder(AdhocPen rightBorder)
getForegroundColor
public Color getForegroundColor()
setForegroundColor
public void setForegroundColor(Color foregroundColor)
getBackgroundColor
public Color getBackgroundColor()
setBackgroundColor
public void setBackgroundColor(Color backgroundColor)
getHorizontalAlignment
public AdhocHorizontalAlignment getHorizontalAlignment()
setHorizontalAlignment
public void setHorizontalAlignment(AdhocHorizontalAlignment horizontalAlignment)
getVerticalAlignment
public AdhocVerticalAlignment getVerticalAlignment()
setVerticalAlignment
public void setVerticalAlignment(AdhocVerticalAlignment verticalAlignment)
getPattern
public String getPattern()
setPattern
public void setPattern(String pattern)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
clone
public AdhocStyle clone()
- Overrides:
clone in class Object
Copyright © 2010-2012. All Rights Reserved.