public class DRDesignChartSubtitle extends Object implements DRIDesignChartSubtitle
DRDesignChartSubtitle class.
Constructor and Description |
---|
DRDesignChartSubtitle() |
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
getColor.
|
DRDesignFont |
getFont()
getFont.
|
DRIDesignExpression |
getTitle()
getTitle.
|
void |
setColor(Color color)
Setter for the field
color . |
void |
setFont(DRDesignFont font)
Setter for the field
font . |
void |
setTitle(DRIDesignExpression title)
Setter for the field
title . |
public Color getColor()
getColor.
getColor
in interface DRIDesignChartSubtitle
Color
object.public void setColor(Color color)
Setter for the field color
.
color
- a Color
object.public DRDesignFont getFont()
getFont.
getFont
in interface DRIDesignChartSubtitle
DRIDesignFont
object.public void setFont(DRDesignFont font)
Setter for the field font
.
font
- a DRDesignFont
object.public DRIDesignExpression getTitle()
getTitle.
getTitle
in interface DRIDesignChartSubtitle
DRIDesignExpression
object.public void setTitle(DRIDesignExpression title)
Setter for the field title
.
title
- a DRIDesignExpression
object.Copyright © 2010–2021. All rights reserved.