public abstract class DRDesignBaseStyle extends Object implements DRIDesignBaseStyle
Abstract DRDesignBaseStyle class.
Constructor and Description |
---|
DRDesignBaseStyle() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Color |
getBackgroundColor()
getBackgroundColor.
|
DRDesignBorder |
getBorder()
getBorder.
|
DRDesignFont |
getFont()
getFont.
|
Color |
getForegroundColor()
getForegroundColor.
|
HorizontalImageAlignment |
getHorizontalImageAlignment()
getHorizontalImageAlignment.
|
HorizontalTextAlignment |
getHorizontalTextAlignment()
getHorizontalTextAlignment.
|
ImageScale |
getImageScale()
getImageScale.
|
DRDesignPen |
getLinePen()
getLinePen.
|
Markup |
getMarkup()
getMarkup.
|
DRDesignPadding |
getPadding()
getPadding.
|
DRDesignParagraph |
getParagraph()
getParagraph.
|
String |
getPattern()
getPattern.
|
Integer |
getRadius()
getRadius.
|
Rotation |
getRotation()
getRotation.
|
VerticalImageAlignment |
getVerticalImageAlignment()
getVerticalImageAlignment.
|
VerticalTextAlignment |
getVerticalTextAlignment()
getVerticalTextAlignment.
|
void |
setBackgroundColor(Color backgroundColor)
Setter for the field
backgroundColor . |
void |
setBorder(DRDesignBorder border)
Setter for the field
border . |
void |
setFont(DRDesignFont font)
Setter for the field
font . |
void |
setForegroundColor(Color foregroundColor)
Setter for the field
foregroundColor . |
void |
setHorizontalImageAlignment(HorizontalImageAlignment horizontalImageAlignment)
Setter for the field
horizontalImageAlignment . |
void |
setHorizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
Setter for the field
horizontalTextAlignment . |
void |
setImageScale(ImageScale imageScale)
Setter for the field
imageScale . |
void |
setLinePen(DRDesignPen linePen)
Setter for the field
linePen . |
void |
setMarkup(Markup markup)
Setter for the field
markup . |
void |
setPadding(DRDesignPadding padding)
Setter for the field
padding . |
void |
setParagraph(DRDesignParagraph paragraph)
Setter for the field
paragraph . |
void |
setPattern(String pattern)
Setter for the field
pattern . |
void |
setRadius(Integer radius)
Setter for the field
radius . |
void |
setRotation(Rotation rotation)
Setter for the field
rotation . |
void |
setVerticalImageAlignment(VerticalImageAlignment verticalImageAlignment)
Setter for the field
verticalImageAlignment . |
void |
setVerticalTextAlignment(VerticalTextAlignment verticalTextAlignment)
Setter for the field
verticalTextAlignment . |
public Color getForegroundColor()
getForegroundColor.
getForegroundColor
in interface DRIDesignBaseStyle
Color
object.public void setForegroundColor(Color foregroundColor)
Setter for the field foregroundColor
.
foregroundColor
- a Color
object.public Color getBackgroundColor()
getBackgroundColor.
getBackgroundColor
in interface DRIDesignBaseStyle
Color
object.public void setBackgroundColor(Color backgroundColor)
Setter for the field backgroundColor
.
backgroundColor
- a Color
object.public Integer getRadius()
getRadius.
getRadius
in interface DRIDesignBaseStyle
Integer
object.public void setRadius(Integer radius)
Setter for the field radius
.
radius
- a Integer
object.public ImageScale getImageScale()
getImageScale.
getImageScale
in interface DRIDesignBaseStyle
ImageScale
object.public void setImageScale(ImageScale imageScale)
Setter for the field imageScale
.
imageScale
- a ImageScale
object.public HorizontalTextAlignment getHorizontalTextAlignment()
getHorizontalTextAlignment.
getHorizontalTextAlignment
in interface DRIDesignBaseStyle
HorizontalTextAlignment
object.public void setHorizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
Setter for the field horizontalTextAlignment
.
horizontalTextAlignment
- a HorizontalTextAlignment
object.public VerticalTextAlignment getVerticalTextAlignment()
getVerticalTextAlignment.
getVerticalTextAlignment
in interface DRIDesignBaseStyle
VerticalTextAlignment
object.public void setVerticalTextAlignment(VerticalTextAlignment verticalTextAlignment)
Setter for the field verticalTextAlignment
.
verticalTextAlignment
- a VerticalTextAlignment
object.public HorizontalImageAlignment getHorizontalImageAlignment()
getHorizontalImageAlignment.
getHorizontalImageAlignment
in interface DRIDesignBaseStyle
HorizontalImageAlignment
object.public void setHorizontalImageAlignment(HorizontalImageAlignment horizontalImageAlignment)
Setter for the field horizontalImageAlignment
.
horizontalImageAlignment
- a HorizontalImageAlignment
object.public VerticalImageAlignment getVerticalImageAlignment()
getVerticalImageAlignment.
getVerticalImageAlignment
in interface DRIDesignBaseStyle
VerticalImageAlignment
object.public void setVerticalImageAlignment(VerticalImageAlignment verticalImageAlignment)
Setter for the field verticalImageAlignment
.
verticalImageAlignment
- a VerticalImageAlignment
object.public DRDesignBorder getBorder()
getBorder.
getBorder
in interface DRIDesignBaseStyle
DRIDesignBorder
object.public void setBorder(DRDesignBorder border)
Setter for the field border
.
border
- a DRDesignBorder
object.public DRDesignPadding getPadding()
getPadding.
getPadding
in interface DRIDesignBaseStyle
DRIDesignPadding
object.public void setPadding(DRDesignPadding padding)
Setter for the field padding
.
padding
- a DRDesignPadding
object.public DRDesignFont getFont()
getFont.
getFont
in interface DRIDesignBaseStyle
DRIDesignFont
object.public void setFont(DRDesignFont font)
Setter for the field font
.
font
- a DRDesignFont
object.public Rotation getRotation()
getRotation.
getRotation
in interface DRIDesignBaseStyle
Rotation
object.public void setRotation(Rotation rotation)
Setter for the field rotation
.
rotation
- a Rotation
object.public String getPattern()
getPattern.
getPattern
in interface DRIDesignBaseStyle
String
object.public void setPattern(String pattern)
Setter for the field pattern
.
pattern
- a String
object.public Markup getMarkup()
getMarkup.
getMarkup
in interface DRIDesignBaseStyle
Markup
object.public void setMarkup(Markup markup)
Setter for the field markup
.
markup
- a Markup
object.public DRDesignParagraph getParagraph()
getParagraph.
getParagraph
in interface DRIDesignBaseStyle
DRIDesignParagraph
object.public void setParagraph(DRDesignParagraph paragraph)
Setter for the field paragraph
.
paragraph
- a DRDesignParagraph
object.public DRDesignPen getLinePen()
getLinePen.
getLinePen
in interface DRIDesignBaseStyle
DRIDesignPen
object.public void setLinePen(DRDesignPen linePen)
Setter for the field linePen
.
linePen
- a DRDesignPen
object.Copyright © 2010–2021. All rights reserved.