Class StiGaugeHelper
java.lang.Object
com.stimulsoft.webdesigner.helper.StiGaugeHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexecuteJSCommand(StiGauge gauge, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) getGaugeProperties(StiGauge gauge) static StringgetGaugeSampleImage(StiGauge gauge, int width, int height, float zoom) static voidgetStylesContent(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult, boolean forStylesControl) static voidsetGaugeProperties(StiReport report, HashMap param, HashMap callbackResult) static voidsetGaugeStyle(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult)
-
Constructor Details
-
StiGaugeHelper
public StiGaugeHelper()
-
-
Method Details
-
getGaugeProperties
public static HashMap<String,Object> getGaugeProperties(StiGauge gauge) throws IOException, TransformerException, ParserConfigurationException -
setGaugeProperties
public static void setGaugeProperties(StiReport report, HashMap param, HashMap callbackResult) throws Exception - Throws:
Exception
-
getStyle
-
getGaugeSampleImage
public static String getGaugeSampleImage(StiGauge gauge, int width, int height, float zoom) throws IOException, TransformerException, ParserConfigurationException -
setGaugeStyle
-
getStylesContent
public static void getStylesContent(StiReport report, HashMap<String, Object> param, HashMap<String, throws IOException, TransformerException, ParserConfigurationExceptionObject> callbackResult, boolean forStylesControl) -
executeJSCommand
public static void executeJSCommand(StiGauge gauge, HashMap<String, Object> parameters, HashMap<String, throws IOException, TransformerException, ParserConfigurationExceptionObject> callbackResult)
-