Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

TextPaintParams Class Reference

List of all members.


Detailed Description

Stores parameters to paint text in plain text views.

Package Functions

 TextPaintParams (final View view)
void conditionalUpdateMetrics ()
int getTabSize ()
boolean areMetricsValid ()
float nextTabStop (final float x)
void updateFields ()
void updateMetrics ()

Package Attributes

final Segment buffer = new Segment()
Color color
int composedEnd
int composedStart
ComposedTextParams composedText
FontMetrics metrics
Color selColor
int selEnd
int selStart
float tabSize
final View view

Static Private Attributes

static final int DEFAULT_TAB_SIZE = 8
static final float MIN_TAB_SIZE = 1

Constructor & Destructor Documentation

TextPaintParams ( final View  view  )  [package]


Member Function Documentation

void conditionalUpdateMetrics (  )  [package]

int getTabSize (  )  [package]

boolean areMetricsValid (  )  [package]

float nextTabStop ( final float  x  )  [package]

void updateFields (  )  [package]

void updateMetrics (  )  [package]


Member Data Documentation

final int DEFAULT_TAB_SIZE = 8 [static, private]

final float MIN_TAB_SIZE = 1 [static, private]

final Segment buffer = new Segment() [package]

Color color [package]

int composedEnd [package]

int composedStart [package]

FontMetrics metrics [package]

Color selColor [package]

int selEnd [package]

int selStart [package]

float tabSize [package]

final View view [package]