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 Stringstatic booleanvoidset(G2dLabelDrawProp dp) static voidsetDefaults(G2dLabelDrawProp defaultProps) static booleanstatic booleanwriteDefaults(BufferedWriter writer) voidwriteProperties(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, writeDefaultsMethods 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:
writePropertiesin classG2dLabelDrawProp
-
loadDefaults
-
setDefaults
-
getClone
- Overrides:
getClonein classG2dLabelDrawProp
-
set
- Overrides:
setin classG2dLabelDrawProp
-