WritingArea

public class WritingArea extends Object

Represents the properties of the writing area.

Public Constructor Summary

WritingArea(float width, float height)
Constructor taking the width and height of the writing area.

Public Method Summary

float
getHeight()
Returns the writing area height.
float
getWidth()
Returns the writing area width.

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Constructors

public WritingArea (float width, float height)

Constructor taking the width and height of the writing area.

Both numbers must be in the same unit as in an Ink instance.

Public Methods

public float getHeight ()

Returns the writing area height.

public float getWidth ()

Returns the writing area width.