net.sf.dynamicreports.report.definition.style
Interface DRIBaseStyle

All Superinterfaces:
Serializable
All Known Subinterfaces:
DRIConditionalStyle, DRISimpleStyle, DRIStyle
All Known Implementing Classes:
DRBaseStyle, DRConditionalStyle, DRSimpleStyle, DRStyle

public interface DRIBaseStyle
extends Serializable

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

Method Summary
 Color getBackgroundColor()
           
 DRIBorder getBorder()
           
 DRIFont getFont()
           
 Color getForegroundColor()
           
 HorizontalAlignment getHorizontalAlignment()
           
 ImageScale getImageScale()
           
 DRIPen getLinePen()
           
 Markup getMarkup()
           
 DRIPadding getPadding()
           
 DRIParagraph 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

DRIBorder getBorder()

getPadding

DRIPadding getPadding()

getFont

DRIFont getFont()

getRotation

Rotation getRotation()

getPattern

String getPattern()

getMarkup

Markup getMarkup()

getParagraph

DRIParagraph getParagraph()

getLinePen

DRIPen getLinePen()


Copyright © 2010-2014. All Rights Reserved.