public class DRDesignStyle extends DRDesignBaseStyle implements DRIDesignStyle
DRDesignStyle class.
Constructor and Description |
---|
DRDesignStyle()
Constructor for DRDesignStyle.
|
DRDesignStyle(String name)
Constructor for DRDesignStyle.
|
Modifier and Type | Method and Description |
---|---|
void |
addConditionalStyle(DRDesignConditionalStyle conditionalStyle)
addConditionalStyle.
|
boolean |
equals(Object obj) |
List<DRDesignConditionalStyle> |
getConditionalStyles()
getConditionalStyles.
|
String |
getName()
getName.
|
DRDesignStyle |
getParentStyle()
getParentStyle.
|
void |
setConditionalStyles(List<DRDesignConditionalStyle> conditionalStyles)
Setter for the field
conditionalStyles . |
void |
setParentStyle(DRDesignStyle parentStyle)
Setter for the field
parentStyle . |
getBackgroundColor, getBorder, getFont, getForegroundColor, getHorizontalImageAlignment, getHorizontalTextAlignment, getImageScale, getLinePen, getMarkup, getPadding, getParagraph, getPattern, getRadius, getRotation, getVerticalImageAlignment, getVerticalTextAlignment, setBackgroundColor, setBorder, setFont, setForegroundColor, setHorizontalImageAlignment, setHorizontalTextAlignment, setImageScale, setLinePen, setMarkup, setPadding, setParagraph, setPattern, setRadius, setRotation, setVerticalImageAlignment, setVerticalTextAlignment
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBackgroundColor, getBorder, getFont, getForegroundColor, getHorizontalImageAlignment, getHorizontalTextAlignment, getImageScale, getLinePen, getMarkup, getPadding, getParagraph, getPattern, getRadius, getRotation, getVerticalImageAlignment, getVerticalTextAlignment
public String getName()
getName.
getName
in interface DRIDesignStyle
String
object.public DRDesignStyle getParentStyle()
getParentStyle.
getParentStyle
in interface DRIDesignStyle
DRIDesignStyle
object.public void setParentStyle(DRDesignStyle parentStyle)
Setter for the field parentStyle
.
parentStyle
- a DRDesignStyle
object.public List<DRDesignConditionalStyle> getConditionalStyles()
getConditionalStyles.
getConditionalStyles
in interface DRIDesignStyle
List
object.public void setConditionalStyles(List<DRDesignConditionalStyle> conditionalStyles)
Setter for the field conditionalStyles
.
conditionalStyles
- a List
object.public void addConditionalStyle(DRDesignConditionalStyle conditionalStyle)
addConditionalStyle.
conditionalStyle
- a DRDesignConditionalStyle
object.public boolean equals(Object obj)
equals
in class DRDesignBaseStyle
Copyright © 2010–2021. All rights reserved.