com.stimulsoft.webdesigner.helper
Class StiGaugeHelper

java.lang.Object
  extended by com.stimulsoft.webdesigner.helper.StiGaugeHelper

public class StiGaugeHelper
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiGaugeHelper()
           
 
Method Summary
static void executeJSCommand(StiGauge gauge, java.util.HashMap<java.lang.String,java.lang.Object> parameters, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static java.util.HashMap<java.lang.String,java.lang.Object> GetGaugeProperties(StiGauge gauge)
           
static java.lang.String getGaugeSampleImage(StiGauge gauge, int width, int height, float zoom)
           
static java.util.HashMap<java.lang.String,java.lang.Object> getStyle(StiGauge gauge)
           
static void getStylesContent(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, boolean forStylesControl)
           
static void setGaugeStyle(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiGaugeHelper

public StiGaugeHelper()
Method Detail

GetGaugeProperties

public static java.util.HashMap<java.lang.String,java.lang.Object> GetGaugeProperties(StiGauge gauge)
                                                                               throws java.io.IOException,
                                                                                      javax.xml.transform.TransformerException,
                                                                                      javax.xml.parsers.ParserConfigurationException
Throws:
java.io.IOException
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationException

getStyle

public static java.util.HashMap<java.lang.String,java.lang.Object> getStyle(StiGauge gauge)

getGaugeSampleImage

public static java.lang.String getGaugeSampleImage(StiGauge gauge,
                                                   int width,
                                                   int height,
                                                   float zoom)
                                            throws java.io.IOException,
                                                   javax.xml.transform.TransformerException,
                                                   javax.xml.parsers.ParserConfigurationException
Throws:
java.io.IOException
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationException

setGaugeStyle

public static void setGaugeStyle(StiReport report,
                                 java.util.HashMap<java.lang.String,java.lang.Object> param,
                                 java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)

getStylesContent

public static void getStylesContent(StiReport report,
                                    java.util.HashMap<java.lang.String,java.lang.Object> param,
                                    java.util.HashMap<java.lang.String,java.lang.Object> callbackResult,
                                    boolean forStylesControl)
                             throws java.io.IOException,
                                    javax.xml.transform.TransformerException,
                                    javax.xml.parsers.ParserConfigurationException
Throws:
java.io.IOException
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationException

executeJSCommand

public static void executeJSCommand(StiGauge gauge,
                                    java.util.HashMap<java.lang.String,java.lang.Object> parameters,
                                    java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
                             throws java.io.IOException,
                                    javax.xml.transform.TransformerException,
                                    javax.xml.parsers.ParserConfigurationException
Throws:
java.io.IOException
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationException