public class Title extends Text
PlottableObject
,
Text
Modifier and Type | Field and Description |
---|---|
static int |
IS_TITLE |
attStr, extent, fontName, fontSize, fontStyle, horizontalAlignment, isLabel, isNormalized, margin, position, rotation, string, verticalAlignment
ax, color, defaultColor, defaultLineStyle, defaultLineWidth, edgeColor, faceColor, lineStyle, lineWidth
Constructor and Description |
---|
Title(java.lang.String string) |
Title(java.lang.String string,
Axes ax) |
Title(java.lang.String string,
Axes ax,
int isTitle) |
Modifier and Type | Method and Description |
---|---|
protected void |
updateTitlePosition(double[] axPos)
Recalculates the position of the title (for internal use).
|
cutOut, getExtent, getFontName, getFontSize, getFontStyle, getHorizontalAlignment, getIsLabel, getMargin, getPosition, getRotation, getString, getVerticalAlignment, isNormalized, isXLg, isYLg, out, outn, paint, setExtent, setFontName, setFontSize, setFontStyle, setHorizontalAlignment, setIsLabel, setMargin, setNormalized, setPosition, setRotation, setString, setVerticalAlignment, stringToAttString
dashdotted, dashed, dotted, getAxes, getColor, getEdgeColor, getFaceColor, getLineStyle, getLineWidth, setColor, setEdgeColor, setFaceColor, setLineStyle, setLineWidth, solid
public static final int IS_TITLE
public Title(java.lang.String string)
public Title(java.lang.String string, Axes ax)
public Title(java.lang.String string, Axes ax, int isTitle)
protected void updateTitlePosition(double[] axPos)
axPos
- double[4] of axes position.Axes.getPosition()