com.stimulsoft.report.painters.context.gauge
Interface IStiGaugeMarker

All Known Implementing Classes:
StiLinearMarker, StiMarkerBase, StiRadialMarker, StiStateIndicator

public interface IStiGaugeMarker

Copyright Stimulsoft


Method Summary
 StiFont getFont()
           
 java.lang.String getFormat()
           
 StiBrush getTextBrush()
           
 boolean isShowValue()
           
 void setFont(StiFont value)
           
 void setFormat(java.lang.String value)
           
 void setShowValue(boolean value)
           
 void setTextBrush(StiBrush value)
           
 

Method Detail

isShowValue

boolean isShowValue()

setShowValue

void setShowValue(boolean value)

getTextBrush

StiBrush getTextBrush()

setTextBrush

void setTextBrush(StiBrush value)

getFont

StiFont getFont()

setFont

void setFont(StiFont value)

getFormat

java.lang.String getFormat()

setFormat

void setFormat(java.lang.String value)