Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

CoordinateSystem.TEXT

Specifies that each logical unit is converted to one device pixel.

Syntax

public static final int TEXT;

Remarks

As the positive x value increases, the x-coordinate moves to the right. As the positive y value increases, the y-coordinate moves down.

Because of the left-to-right, top-to-bottom orientation of this coordinate system, this option is named TEXT. This is the default coordinate system of a Graphics object.