Package hec.gfx2d
Class AxisLabelDrawProp
java.lang.Object
hec.gfx2d.PlotProperties
hec.gfx2d.G2dLabelDrawProp
hec.gfx2d.AxisLabelDrawProp
- All Implemented Interfaces:
FontProperties
,PatternProperties
,AsciiSerializable
,FieldAccessor
,Serializable
,Cloneable
Drawing properties for gfx2d AxisTics.
- See Also:
-
Field Summary
Fields inherited from class hec.gfx2d.G2dLabelDrawProp
align, alphaComposite, backgroundColor, borderColor, borderStyle, borderWeight, drawBackground, drawBorder, fillPattern, font, FONT_FAMILY, FONT_SIZE, FONT_STYLE, fontFamily, fontSize, fontStyle, iconPath, LABEL_BEGIN, LABEL_END, MAX_FONT_SIZE, maxFontSize, MIN_FONT_SIZE, minFontSize, MULTI_LINE_CHARACTER, rotation, SAVE_TEXT_PROPERTY, showLabel, space, text, TEXT, TEXT_COLOR, textColor, TINY_FONT_SIZE, tinyFontSize, useFontScaling
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorCopy Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetClone()
static String
static boolean
void
set
(G2dLabelDrawProp dp) static void
setDefaults
(G2dLabelDrawProp defaultProps) static boolean
static boolean
writeDefaults
(BufferedWriter writer) void
writeProperties
(BufferedWriter writer, String endTag) Methods inherited from class hec.gfx2d.G2dLabelDrawProp
assignValue, getAlign, getAlphaComposite, getBackgroundColor, getBackgroundFill, getDrawBackground, getDrawLine, getFieldObject, getFont, getFontFamily, getFontSize, getFontStyle, getLineColor, getLineStyle, getLineWeight, getMaxFontSize, getMaxFontSize, getMinFontSize, getMinFontSize, getRotation, getShowLabel, getSpace, getTextColor, getTinyFontSize, loadDefaults, parseDefaultLine, readProperties, setAlign, setAlphaComposite, setBackgroundColor, setBackgroundFill, setDefaults, setDrawBackground, setDrawLine, setFieldObject, setFont, setFontFamily, setFontSize, setFontStyle, setLineColor, setLineStyle, setLineWeight, setMaxFontSize, setMinFontSize, setRotation, setShowLabel, setSpace, setTextColor, setTinyFontSize, setUseFontScaling, useFontScaling, writeDefaults
Methods inherited from class hec.gfx2d.PlotProperties
dumpDefaults, getDefaultBoolean, getDefaultColor, getDefaultDouble, getDefaultFloat, getDefaultFloatArray, getDefaultFont, getDefaultInsets, getDefaultInt, getDefaultObject, getDefaults, getDefaultString, isDefault, isDefault, isDefault, isDefault, isDefault, isDefault, isDefault, isDefault, isDefault, setDefault, setDefault, setDefault, setDefault, setDefault, setDefault, setDefault, setDefault, setDefault, setDefault, setDefaults
-
Constructor Details
-
AxisLabelDrawProp
public AxisLabelDrawProp()Default Constructor -
AxisLabelDrawProp
Copy Constructor
-
-
Method Details
-
getFileName
-
writeDefaults
public static boolean writeDefaults() -
writeDefaults
-
writeProperties
- Overrides:
writeProperties
in classG2dLabelDrawProp
-
loadDefaults
-
setDefaults
-
getClone
- Overrides:
getClone
in classG2dLabelDrawProp
-
set
- Overrides:
set
in classG2dLabelDrawProp
-