net.sf.dynamicreports.design.base.style
Class DRDesignBaseStyle

java.lang.Object
  extended by net.sf.dynamicreports.design.base.style.DRDesignBaseStyle
All Implemented Interfaces:
DRIDesignBaseStyle
Direct Known Subclasses:
DRDesignConditionalStyle, DRDesignStyle

public abstract class DRDesignBaseStyle
extends Object
implements DRIDesignBaseStyle

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

Constructor Summary
DRDesignBaseStyle()
           
 
Method Summary
 boolean equals(Object obj)
           
 Color getBackgroundColor()
           
 DRDesignBorder getBorder()
           
 DRDesignFont getFont()
           
 Color getForegroundColor()
           
 HorizontalAlignment getHorizontalAlignment()
           
 ImageScale getImageScale()
           
 DRDesignPen getLinePen()
           
 Markup getMarkup()
           
 DRDesignPadding getPadding()
           
 DRDesignParagraph getParagraph()
           
 String getPattern()
           
 Integer getRadius()
           
 Rotation getRotation()
           
 VerticalAlignment getVerticalAlignment()
           
 void setBackgroundColor(Color backgroundColor)
           
 void setBorder(DRDesignBorder border)
           
 void setFont(DRDesignFont font)
           
 void setForegroundColor(Color foregroundColor)
           
 void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
           
 void setImageScale(ImageScale imageScale)
           
 void setLinePen(DRDesignPen linePen)
           
 void setMarkup(Markup markup)
           
 void setPadding(DRDesignPadding padding)
           
 void setParagraph(DRDesignParagraph paragraph)
           
 void setPattern(String pattern)
           
 void setRadius(Integer radius)
           
 void setRotation(Rotation rotation)
           
 void setVerticalAlignment(VerticalAlignment verticalAlignment)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRDesignBaseStyle

public DRDesignBaseStyle()
Method Detail

getForegroundColor

public Color getForegroundColor()
Specified by:
getForegroundColor in interface DRIDesignBaseStyle

setForegroundColor

public void setForegroundColor(Color foregroundColor)

getBackgroundColor

public Color getBackgroundColor()
Specified by:
getBackgroundColor in interface DRIDesignBaseStyle

setBackgroundColor

public void setBackgroundColor(Color backgroundColor)

getRadius

public Integer getRadius()
Specified by:
getRadius in interface DRIDesignBaseStyle

setRadius

public void setRadius(Integer radius)

getImageScale

public ImageScale getImageScale()
Specified by:
getImageScale in interface DRIDesignBaseStyle

setImageScale

public void setImageScale(ImageScale imageScale)

getHorizontalAlignment

public HorizontalAlignment getHorizontalAlignment()
Specified by:
getHorizontalAlignment in interface DRIDesignBaseStyle

setHorizontalAlignment

public void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)

getVerticalAlignment

public VerticalAlignment getVerticalAlignment()
Specified by:
getVerticalAlignment in interface DRIDesignBaseStyle

setVerticalAlignment

public void setVerticalAlignment(VerticalAlignment verticalAlignment)

getBorder

public DRDesignBorder getBorder()
Specified by:
getBorder in interface DRIDesignBaseStyle

setBorder

public void setBorder(DRDesignBorder border)

getPadding

public DRDesignPadding getPadding()
Specified by:
getPadding in interface DRIDesignBaseStyle

setPadding

public void setPadding(DRDesignPadding padding)

getFont

public DRDesignFont getFont()
Specified by:
getFont in interface DRIDesignBaseStyle

setFont

public void setFont(DRDesignFont font)

getRotation

public Rotation getRotation()
Specified by:
getRotation in interface DRIDesignBaseStyle

setRotation

public void setRotation(Rotation rotation)

getPattern

public String getPattern()
Specified by:
getPattern in interface DRIDesignBaseStyle

setPattern

public void setPattern(String pattern)

getMarkup

public Markup getMarkup()
Specified by:
getMarkup in interface DRIDesignBaseStyle

setMarkup

public void setMarkup(Markup markup)

getParagraph

public DRDesignParagraph getParagraph()
Specified by:
getParagraph in interface DRIDesignBaseStyle

setParagraph

public void setParagraph(DRDesignParagraph paragraph)

getLinePen

public DRDesignPen getLinePen()
Specified by:
getLinePen in interface DRIDesignBaseStyle

setLinePen

public void setLinePen(DRDesignPen linePen)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010-2014. All Rights Reserved.