|
|
|||||||||||||
Class fullTxtRunpublic class fullTxtRun extends txtRun { // Fields public int dx[]; public int dy[]; public int height; public int width; public int x; public int y; // Constructors public fullTxtRun(); public fullTxtRun(txtRun r); } This class manages extended text runs, used when a more complete set of values are needed to define the text. Text runs are generated by an FxFormattedText object. Note Formatted text holds runs of text that are built up every time the ensureNotDirty method of the FxFormattedText class is called (the first run in a block is always an extended one). This formatting determines how the text is placed on the screen. An applet or application can override these values by implementing the IFxTextCallback interface and manipulating the runs when the methods are called. txtRun | +--fullTxtRun ConstructorsfullTxtRunpublic fullTxtRun(); fullTxtRunpublic fullTxtRun(txtRun r); Fields
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |