net.sf.dynamicreports.design.definition.style
Interface DRIDesignBaseStyle

All Known Subinterfaces:
DRIDesignConditionalStyle, DRIDesignStyle
All Known Implementing Classes:
DRDesignBaseStyle, DRDesignConditionalStyle, DRDesignStyle

public interface DRIDesignBaseStyle

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

Method Summary
 Color getBackgroundColor()
           
 DRIDesignBorder getBorder()
           
 DRIDesignFont getFont()
           
 Color getForegroundColor()
           
 HorizontalAlignment getHorizontalAlignment()
           
 ImageScale getImageScale()
           
 DRIDesignPen getLinePen()
           
 Markup getMarkup()
           
 DRIDesignPadding getPadding()
           
 DRIDesignParagraph getParagraph()
           
 String getPattern()
           
 Integer getRadius()
           
 Rotation getRotation()
           
 VerticalAlignment getVerticalAlignment()
           
 

Method Detail

getForegroundColor

Color getForegroundColor()

getBackgroundColor

Color getBackgroundColor()

getRadius

Integer getRadius()

getImageScale

ImageScale getImageScale()

getHorizontalAlignment

HorizontalAlignment getHorizontalAlignment()

getVerticalAlignment

VerticalAlignment getVerticalAlignment()

getBorder

DRIDesignBorder getBorder()

getPadding

DRIDesignPadding getPadding()

getFont

DRIDesignFont getFont()

getRotation

Rotation getRotation()

getPattern

String getPattern()

getMarkup

Markup getMarkup()

getParagraph

DRIDesignParagraph getParagraph()

getLinePen

DRIDesignPen getLinePen()


Copyright © 2010-2014. All Rights Reserved.