Package hec.gfx2d
Class G2dVerifyGlyphDrawProp
java.lang.Object
hec.gfx2d.G2dVerifyGlyphDrawProp
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,Serializable
Drawing properties for glyphs.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFont FamilyintintFont StyleintintintLine Spacingint -
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorCopy Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()getFieldObject(Field fld) This method allows access to java.lang.reflect.Field objects within the implementing class.voidreadProperties(BufferedReader in, String endTag) voidbooleansetFieldObject(Field fld, Object fobj) This allows access to fields withing the implementing object to set there data.voidwriteProperties(BufferedWriter writer, String endTag)
-
Field Details
-
fontSize
public int fontSize -
tinyFontSize
public int tinyFontSize -
minFontSize
public int minFontSize -
maxFontSize
public int maxFontSize -
fontStyle
public int fontStyleFont Style -
fontFamily
Font Family -
space
public int spaceLine Spacing -
lineProperties
-
polygonProperties
-
lineMarkerProperties
-
-
Constructor Details
-
G2dVerifyGlyphDrawProp
public G2dVerifyGlyphDrawProp()Default Constructor -
G2dVerifyGlyphDrawProp
Copy Constructor
-
-
Method Details
-
writeProperties
-
readProperties
-
clone
-
set
-
addLineMarkerProperties
-
getFieldObject
Description copied from interface:FieldAccessorThis method allows access to java.lang.reflect.Field objects within the implementing class.- Specified by:
getFieldObjectin interfaceFieldAccessor- Parameters:
fld- The field to get.- Returns:
- The data object that is stored in the given field
-
setFieldObject
Description copied from interface:FieldAccessorThis allows access to fields withing the implementing object to set there data.- Specified by:
setFieldObjectin interfaceFieldAccessor- Parameters:
fld- The java field object representing the member field to be setfobj- The data to set in that field- Returns:
- returns true if successful
-