net.sf.dynamicreports.adhoc.configuration
Class AdhocStyle

java.lang.Object
  extended by 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

Constructor Summary
AdhocStyle()
           
 
Method Summary
 AdhocStyle clone()
           
 boolean equals(Object obj)
           
 Color getBackgroundColor()
           
 AdhocPen getBottomBorder()
           
 AdhocFont getFont()
           
 Color getForegroundColor()
           
 AdhocHorizontalAlignment getHorizontalAlignment()
           
 AdhocPen getLeftBorder()
           
 String getPattern()
           
 AdhocPen getRightBorder()
           
 AdhocPen getTopBorder()
           
 AdhocVerticalAlignment getVerticalAlignment()
           
 void setBackgroundColor(Color backgroundColor)
           
 void setBottomBorder(AdhocPen bottomBorder)
           
 void setFont(AdhocFont font)
           
 void setForegroundColor(Color foregroundColor)
           
 void setHorizontalAlignment(AdhocHorizontalAlignment horizontalAlignment)
           
 void setLeftBorder(AdhocPen leftBorder)
           
 void setPattern(String pattern)
           
 void setRightBorder(AdhocPen rightBorder)
           
 void setTopBorder(AdhocPen topBorder)
           
 void setVerticalAlignment(AdhocVerticalAlignment verticalAlignment)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdhocStyle

public AdhocStyle()
Method Detail

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.