Class DRDesignBaseStyle
java.lang.Object
ch.unibas.medizin.dynamicreports.design.base.style.DRDesignBaseStyle
- All Implemented Interfaces:
DRIDesignBaseStyle, Serializable
- Direct Known Subclasses:
DRDesignConditionalStyle, DRDesignStyle
Abstract DRDesignBaseStyle class.
- Author:
- Ricardo Mariaca
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBackgroundColor.getBorder.getFont()getFont.getForegroundColor.getHorizontalImageAlignment.getHorizontalTextAlignment.getImageScale.getLinePen.getMarkup.getPadding.getParagraph.getPattern.getRadius.getRotation.getVerticalImageAlignment.getVerticalTextAlignment.inthashCode()voidsetBackgroundColor(Color backgroundColor) Setter for the fieldbackgroundColor.voidsetBorder(DRDesignBorder border) Setter for the fieldborder.voidsetFont(DRDesignFont font) Setter for the fieldfont.voidsetForegroundColor(Color foregroundColor) Setter for the fieldforegroundColor.voidsetHorizontalImageAlignment(HorizontalImageAlignment horizontalImageAlignment) Setter for the fieldhorizontalImageAlignment.voidsetHorizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment) Setter for the fieldhorizontalTextAlignment.voidsetImageScale(ImageScale imageScale) Setter for the fieldimageScale.voidsetLinePen(DRDesignPen linePen) Setter for the fieldlinePen.voidSetter for the fieldmarkup.voidsetPadding(DRDesignPadding padding) Setter for the fieldpadding.voidsetParagraph(DRDesignParagraph paragraph) Setter for the fieldparagraph.voidsetPattern(String pattern) Setter for the fieldpattern.voidSetter for the fieldradius.voidsetRotation(Rotation rotation) Setter for the fieldrotation.voidsetVerticalImageAlignment(VerticalImageAlignment verticalImageAlignment) Setter for the fieldverticalImageAlignment.voidsetVerticalTextAlignment(VerticalTextAlignment verticalTextAlignment) Setter for the fieldverticalTextAlignment.
-
Constructor Details
-
DRDesignBaseStyle
public DRDesignBaseStyle()
-
-
Method Details
-
getForegroundColor
getForegroundColor.
- Specified by:
getForegroundColorin interfaceDRIDesignBaseStyle- Returns:
- a
Colorobject.
-
setForegroundColor
-
getBackgroundColor
getBackgroundColor.
- Specified by:
getBackgroundColorin interfaceDRIDesignBaseStyle- Returns:
- a
Colorobject.
-
setBackgroundColor
-
getRadius
getRadius.
- Specified by:
getRadiusin interfaceDRIDesignBaseStyle- Returns:
- a
Integerobject.
-
setRadius
-
getImageScale
getImageScale.
- Specified by:
getImageScalein interfaceDRIDesignBaseStyle- Returns:
- a
ImageScaleobject.
-
setImageScale
Setter for the field
imageScale.- Parameters:
imageScale- aImageScaleobject.
-
getHorizontalTextAlignment
getHorizontalTextAlignment.
- Specified by:
getHorizontalTextAlignmentin interfaceDRIDesignBaseStyle- Returns:
- a
HorizontalTextAlignmentobject.
-
setHorizontalTextAlignment
Setter for the field
horizontalTextAlignment.- Parameters:
horizontalTextAlignment- aHorizontalTextAlignmentobject.
-
getVerticalTextAlignment
getVerticalTextAlignment.
- Specified by:
getVerticalTextAlignmentin interfaceDRIDesignBaseStyle- Returns:
- a
VerticalTextAlignmentobject.
-
setVerticalTextAlignment
Setter for the field
verticalTextAlignment.- Parameters:
verticalTextAlignment- aVerticalTextAlignmentobject.
-
getHorizontalImageAlignment
getHorizontalImageAlignment.
- Specified by:
getHorizontalImageAlignmentin interfaceDRIDesignBaseStyle- Returns:
- a
HorizontalImageAlignmentobject.
-
setHorizontalImageAlignment
Setter for the field
horizontalImageAlignment.- Parameters:
horizontalImageAlignment- aHorizontalImageAlignmentobject.
-
getVerticalImageAlignment
getVerticalImageAlignment.
- Specified by:
getVerticalImageAlignmentin interfaceDRIDesignBaseStyle- Returns:
- a
VerticalImageAlignmentobject.
-
setVerticalImageAlignment
Setter for the field
verticalImageAlignment.- Parameters:
verticalImageAlignment- aVerticalImageAlignmentobject.
-
getBorder
getBorder.
- Specified by:
getBorderin interfaceDRIDesignBaseStyle- Returns:
- a
DRIDesignBorderobject.
-
setBorder
Setter for the field
border.- Parameters:
border- aDRDesignBorderobject.
-
getPadding
getPadding.
- Specified by:
getPaddingin interfaceDRIDesignBaseStyle- Returns:
- a
DRIDesignPaddingobject.
-
setPadding
Setter for the field
padding.- Parameters:
padding- aDRDesignPaddingobject.
-
getFont
getFont.
- Specified by:
getFontin interfaceDRIDesignBaseStyle- Returns:
- a
DRIDesignFontobject.
-
setFont
Setter for the field
font.- Parameters:
font- aDRDesignFontobject.
-
getRotation
getRotation.
- Specified by:
getRotationin interfaceDRIDesignBaseStyle- Returns:
- a
Rotationobject.
-
setRotation
-
getPattern
getPattern.
- Specified by:
getPatternin interfaceDRIDesignBaseStyle- Returns:
- a
Stringobject.
-
setPattern
-
getMarkup
getMarkup.
- Specified by:
getMarkupin interfaceDRIDesignBaseStyle- Returns:
- a
Markupobject.
-
setMarkup
-
getParagraph
getParagraph.
- Specified by:
getParagraphin interfaceDRIDesignBaseStyle- Returns:
- a
DRIDesignParagraphobject.
-
setParagraph
Setter for the field
paragraph.- Parameters:
paragraph- aDRDesignParagraphobject.
-
getLinePen
getLinePen.
- Specified by:
getLinePenin interfaceDRIDesignBaseStyle- Returns:
- a
DRIDesignPenobject.
-
setLinePen
Setter for the field
linePen.- Parameters:
linePen- aDRDesignPenobject.
-
equals
-
hashCode
-