fist.beans.FISTbeanDocViewableSpec| Methods |
public int getViewRot();
Returns the rotation in degrees (0, 90, 180, 270) at which the user last viewed the item. |
public boolean getViewInvert();
Returns true if the user last viewed the item inverted (black and white reversed, etc.).
|
public int getViewBrightness();
Returns the brightness adjustment (from -100 to +100) at which the user last viewed the item. |
public int getViewContrast();
Returns the contrast adjustment (from -100 to +100) at which the user last viewed the item. |
public Vector getAnnots();
Returns the annotations (opaque objects) which the user has made to the item.
|