Package chemaxon.struc.prop
Class MFontProp
java.lang.Object
chemaxon.struc.MProp
chemaxon.struc.prop.MFontProp
- All Implemented Interfaces:
Serializable,Cloneable
Font property.
- Since:
- Marvin 5.0 Feb 22, 2007
- See Also:
-
Field Summary
Fields inherited from class chemaxon.struc.MProp
COORDDEP, TYPE_3D_COORDS, TYPE_ARRAY_BYTE, TYPE_ARRAY_DOUBLE, TYPE_ARRAY_INTEGER, TYPE_BOOLEAN, TYPE_COLLECTION_HASH, TYPE_COLLECTION_LIST, TYPE_DOUBLE, TYPE_FONT, TYPE_INTEGER, TYPE_MDOCUMENT_PROP, TYPE_MOLECULE, TYPE_OBJECT, TYPE_STRING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class chemaxon.struc.MProp
getGrinvCC, getPropArraySize, isCoordDependent, of, setCoordDependent
-
Constructor Details
-
MFontProp
-
MFontProp
-
MFontProp
-
-
Method Details
-
getFont
-
getPropValue
Description copied from class:MPropGets the property value as an object.- Specified by:
getPropValuein classMProp- Returns:
- the object
-
getPropType
Description copied from class:MPropGets the type name of the property.- Specified by:
getPropTypein classMProp- Returns:
- the name
-
getPropXSDType
Description copied from class:MPropGets the XSD type name of the property.- Specified by:
getPropXSDTypein classMProp- Returns:
- the name
-
cloneProp
Description copied from class:MPropClones the object. -
equals
-
hashCode
public int hashCode() -
toString
Description copied from class:MPropOverrides Object.toString() to ease debugging. Returns a string consisting of the classname (without the package name!), the at-sign character `@', and the unsigned hexadecimal representation of the hash code of the object.
-