fist.beans.FISTbeanDocPartSpec| Methods |
public int getIndex();
Returns the index of the part spec in its parent FISTbeanDocSpec. This is the same as the corrsponding document part in its parent FISTbeanDoc. |
public String getName();
Returns the part's name. |
public URL getURL();
Returns the part'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 part. |
public boolean getViewInvert();
Returns true if the user last viewed the part inverted (black and white reversed, etc.).
|
public int getViewBrightness();
Returns the brightness adjustment (from -100 to +100) at which the user last viewed the part. |
public int getViewContrast();
Returns the contrast adjustment (from -100 to +100) at which the user last viewed the part. |
public Vector getAnnots();
Returns the annotations (opaque objects) which the user has made to the part.
|