Java org.jfree.ui TextAnchor fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.ui TextAnchor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.ui TextAnchor.

The text is from its open source code.

Field

TextAnchorTOP_LEFT
Top/left.
TextAnchorTOP_CENTER
Top/center.
TextAnchorTOP_RIGHT
Top/right.
TextAnchorHALF_ASCENT_LEFT
Half-ascent/left.
TextAnchorHALF_ASCENT_CENTER
Half-ascent/center.
TextAnchorHALF_ASCENT_RIGHT
Half-ascent/right.
TextAnchorCENTER_LEFT
Middle/left.
TextAnchorCENTER
Middle/center.
TextAnchorCENTER_RIGHT
Middle/right.
TextAnchorBASELINE_LEFT
Baseline/left.
TextAnchorBASELINE_CENTER
Baseline/center.
TextAnchorBASELINE_RIGHT
Baseline/right.
TextAnchorBOTTOM_LEFT
Bottom/left.
TextAnchorBOTTOM_CENTER
Bottom/center.
TextAnchorBOTTOM_RIGHT
Bottom/right.

Method

booleanequals(final Object o)
Returns true if this object is equal to the specified object, and false otherwise.