com.stimulsoft.report.options
Class ViewerOptions

java.lang.Object
  extended by com.stimulsoft.report.options.ViewerOptions
Direct Known Subclasses:
StiOptions.Viewer

public class ViewerOptions
extends java.lang.Object


Nested Class Summary
static class ViewerOptions.DotMatrix
          Class for adjusting a Dot-Matrix window of the report.
static class ViewerOptions.Windows
          Class for adjustment of the viewer window.
 
Field Summary
static boolean interactionChartOnFirstLook
           
static boolean sortVariables
           
 
Constructor Summary
ViewerOptions()
           
 
Method Summary
static boolean getAllowDrawSegmentMode()
           
static boolean getAllowUseDragDrop()
           
static boolean getDisableCloseButtonInFullScreenMode()
           
static boolean getDisableShortcutInViewer()
           
static boolean getIsRightToLeft()
          Internal use only.
static java.util.List<StiDateRangeKind> getRequestFromUserDateRanges()
           
static int getRequestFromUserElementsPerColumn()
           
static StiRightToLeftType getRightToLeft()
          Gets or sets a value which controls of output of objects in the right to left mode.
static boolean getShowSuperToolTip()
           
static java.lang.String getViewerTitle()
           
static java.lang.String GetViewerTitle()
          Internal use only.
static java.lang.String getViewerTitleMask()
           
static java.lang.String getViewerTitleText()
           
static java.lang.String GetViewerTitleWithMask(java.lang.String file)
          Internal use only.
static void setAllowDrawSegmentMode(boolean value)
           
static void setAllowUseDragDrop(boolean value)
           
static void setDisableCloseButtonInFullScreenMode(boolean value)
           
static void setDisableShortcutInViewer(boolean value)
           
static void setRequestFromUserElementsPerColumn(int requestFromUserElementsPerColumn)
           
static void setRightToLeft(StiRightToLeftType value)
           
static void setShowSuperToolTip(boolean value)
           
static void setViewerTitle(java.lang.String value)
           
static void setViewerTitleMask(java.lang.String value)
           
static void setViewerTitleText(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interactionChartOnFirstLook

public static boolean interactionChartOnFirstLook

sortVariables

public static boolean sortVariables
Constructor Detail

ViewerOptions

public ViewerOptions()
Method Detail

getDisableShortcutInViewer

public static boolean getDisableShortcutInViewer()

setDisableShortcutInViewer

public static void setDisableShortcutInViewer(boolean value)

getAllowDrawSegmentMode

public static boolean getAllowDrawSegmentMode()

setAllowDrawSegmentMode

public static void setAllowDrawSegmentMode(boolean value)

getDisableCloseButtonInFullScreenMode

public static boolean getDisableCloseButtonInFullScreenMode()

setDisableCloseButtonInFullScreenMode

public static void setDisableCloseButtonInFullScreenMode(boolean value)

getAllowUseDragDrop

public static boolean getAllowUseDragDrop()

setAllowUseDragDrop

public static void setAllowUseDragDrop(boolean value)

getViewerTitle

public static java.lang.String getViewerTitle()

setViewerTitle

public static void setViewerTitle(java.lang.String value)

getShowSuperToolTip

public static boolean getShowSuperToolTip()

setShowSuperToolTip

public static void setShowSuperToolTip(boolean value)

getRequestFromUserDateRanges

public static java.util.List<StiDateRangeKind> getRequestFromUserDateRanges()
Returns:
the requestFromUserDateRanges

getRequestFromUserElementsPerColumn

public static int getRequestFromUserElementsPerColumn()
Returns:
the requestFromUserElementsPerColumn

setRequestFromUserElementsPerColumn

public static void setRequestFromUserElementsPerColumn(int requestFromUserElementsPerColumn)
Parameters:
requestFromUserElementsPerColumn - the requestFromUserElementsPerColumn to set

getViewerTitleText

public static java.lang.String getViewerTitleText()

setViewerTitleText

public static void setViewerTitleText(java.lang.String value)

getViewerTitleMask

public static java.lang.String getViewerTitleMask()

setViewerTitleMask

public static void setViewerTitleMask(java.lang.String value)

GetViewerTitle

public static java.lang.String GetViewerTitle()
Internal use only.


GetViewerTitleWithMask

public static java.lang.String GetViewerTitleWithMask(java.lang.String file)
Internal use only.


getRightToLeft

public static StiRightToLeftType getRightToLeft()
Gets or sets a value which controls of output of objects in the right to left mode.


setRightToLeft

public static void setRightToLeft(StiRightToLeftType value)

getIsRightToLeft

public static boolean getIsRightToLeft()
Internal use only.