com.stimulsoft.report.options
Class EngineOptions.QuickInfo

java.lang.Object
  extended by com.stimulsoft.report.options.EngineOptions.QuickInfo
Enclosing class:
EngineOptions

public static final class EngineOptions.QuickInfo
extends java.lang.Object


Constructor Summary
EngineOptions.QuickInfo()
           
 
Method Summary
static StiPen getDashStylePen()
           
static StringFormat getQuickInfoStringFormat()
           
static StiFont getQuickInfoSystemFont()
           
static void setDashStylePen(StiPen value)
           
static void setQuickInfoStringFormat(StringFormat value)
           
static void setQuickInfoSystemFont(StiFont value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineOptions.QuickInfo

public EngineOptions.QuickInfo()
Method Detail

getQuickInfoSystemFont

public static StiFont getQuickInfoSystemFont()

setQuickInfoSystemFont

public static void setQuickInfoSystemFont(StiFont value)

getQuickInfoStringFormat

public static StringFormat getQuickInfoStringFormat()

setQuickInfoStringFormat

public static void setQuickInfoStringFormat(StringFormat value)

getDashStylePen

public static StiPen getDashStylePen()

setDashStylePen

public static void setDashStylePen(StiPen value)