fist.beans.FISTbeanDocPageSpec| Methods |
public int getIndex();
Returns the index of the page spec in its parent FISTbeanDocSpec. This is the same as the corrsponding document page in its parent FISTbeanDoc. |
public String getName();
Returns the page's name. |
public URL getURL();
Returns the page's URL. |
| Methods inherited from FISTbeanDocViewableSpec |
public int getViewRot();
Returns the rotation in degrees (0, 90, 180, 270) at which the user last viewed the page. |
public boolean getViewInvert();
Returns true if the user last viewed the page inverted (black and white reversed, etc.).
|
public int getViewBrightness();
Returns the brightness adjustment (from -100 to +100) at which the user last viewed the page. |
public int getViewContrast();
Returns the contrast adjustment (from -100 to +100) at which the user last viewed the page. |
public Vector getAnnots();
Returns the annotations (opaque objects) which the user has made to the page.
|