Class TabGraphOptionsTransform
- java.lang.Object
-
- com.microstrategy.web.transform.AbstractTransform
-
- com.microstrategy.web.transform.AbstractLayoutTransform
-
- com.microstrategy.web.app.transforms.AbstractAppTransform
-
- com.microstrategy.web.app.transforms.AbstractTabTransform
-
- com.microstrategy.web.app.transforms.TabGraphOptionsTransform
-
- All Implemented Interfaces:
AppTransform,LayoutTransform,Transform
public class TabGraphOptionsTransform extends AbstractTabTransform implements LayoutTransform
- Since:
- MicroStrategy Web 8.1.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.web.app.transforms.AbstractAppTransform
AbstractAppTransform.Context
-
-
Field Summary
Fields Modifier and Type Field Description FormalParameterborderStylePickerNameIndicates the name of the system picker (defined in the page-config) that contains the list border styles that shall be displayed to the user.static java.lang.StringFP_BORDER_STYLE_PICKER_NAMEConstant specifying the name of the borderStylePickerName formal parameter.static java.lang.StringFP_GAUGE_STYLE_PICKER_NAMEConstant specifying the name of the gaugeStylePickerName formal parameter.static java.lang.StringFP_NEEDLE_STYLE_PICKER_NAMEConstant specifying the name of the needleStylePickerName formal parameter.FormalParametergaugeStylePickerNameIndicates the name of the system picker (defined in the page-config) that contains the list gauge styles that shall be displayed to the user.FormalParameterneedleStylePickerNameIndicates the name of the system picker (defined in the page-config) that contains the list needle styles that shall be displayed to the user.-
Fields inherited from class com.microstrategy.web.app.transforms.AbstractTabTransform
cssBody, cssFrame, cssPicker, cssPickers, FP_TAB_HEIGHT, scriptClassBody, scriptClassFrame, styBody, styFrame, tabHeight, tyBody, tyFrame
-
Fields inherited from class com.microstrategy.web.app.transforms.AbstractAppTransform
_bean, _componentBlock, _cssPrefix, _imgBlank, _imgWait, _selfOutput, _subOutput, appliesTo, CLASS_INPUT, CLASS_MESSAGE, contextMenus, cssFile, cssPrefix, debugErrorFlags, debugFlags, dragMode, extraInput, extraUrl, FP_APPLIES_TO, FP_CONTEXT_MENUS, FP_CSS_ERROR_MESSAGE, FP_CSS_ERROR_TITLE, FP_CSS_FILE, FP_CSS_PREFIX, FP_DEBUG_ERROR_FLAGS, FP_DEBUG_FLAGS, FP_DRAG_MODE, FP_EXTRA_INPUT, FP_EXTRA_URL, FP_HEIGHT, FP_IFRAME_ENABLED, FP_IMG_WAIT, FP_INITIAL_INDENT, FP_ORIENTATION, FP_ORIENTATIONS_ALLOWED, FP_PARTIAL_IFRAME_UPDATE, FP_PROCESSING_BUTTONS_FLAGS, FP_PROCESSING_INFO_FLAGS, FP_RESIZE_LEVEL, FP_SCRIPT_CLASS, FP_TYPE, FP_USE_DHTML, FP_WIDTH, globalCssErrorMessage, globalCssErrorTitle, height, iframeEnabled, imgWait, indent, initialIndent, isDHTML, orientation, orientationsAllowed, partialIframeUpdate, PROCESSING_BUTTONS_ALL, PROCESSING_BUTTONS_CANCEL, PROCESSING_BUTTONS_HISTORY_LIST, PROCESSING_BUTTONS_REFRESH, PROCESSING_BUTTONS_VIEW_DETAILS, PROCESSING_INFO_ALL, PROCESSING_INFO_DESCRIPTION, PROCESSING_INFO_LAST_UPDATE, PROCESSING_INFO_NAME, PROCESSING_INFO_NONE, PROCESSING_INFO_STATUS, processingButtonsFlags, processingInfoFlags, RESIZE_ALL, RESIZE_HORIZONTAL, RESIZE_NONE, RESIZE_VERTICAL, resizeLevel, scriptClass, scriptEndTagEncoder, type, useDHTML, width
-
-
Constructor Summary
Constructors Constructor Description TabGraphOptionsTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShortcutListgetBorderStylePicker()Returns the border style picker.intgetBorderThicknessLowerLimit()Returns the lowest value can be set for Border Thickness.intgetBorderThicknessUpperLimit()Returns the highest value can be set for Border Thickness.java.lang.StringgetCurrentBorderStyleValue()Returns current value set for Border Style.intgetCurrentBorderThicknessValue()Returns current value set for Border Thickness.java.lang.StringgetCurrentGaugeStyleValue()Returns current value set for Gauge Style.java.lang.StringgetCurrentNeedleStyleValue()Returns current value set for Needle Style.intgetCurrentRangeThicknessValue()Returns current value set for Range Thickness.intgetCurrentStartAngleValue()Returns current value set for Start Angle.intgetCurrentStopAngleValue()Returns current value set for Stop Angle.ShortcutListgetGaugeStylePicker()Returns the gauge style picker.ShortcutListgetNeedleStylePicker()Returns the needle style picker.intgetRangeThicknessLowerLimit()Returns the lowest value can be set for Range Thickness.intgetRangeThicknessUpperLimit()Returns the highest value can be set for Range Thickness.intgetStartAngleLowerLimit()Returns the lowest value can be set for Start Angle.intgetStartAngleUpperLimit()Returns the highest value can be set for Start Angle.intgetStopAngleLowerLimit()Returns the lowest value can be set for Stop Angle.intgetStopAngleUpperLimit()Returns the highest value can be set for Stop Angle.voidinitializeCss()Initializes the Css Classes to use.voidinitializeJavaScriptAttributes()For JavaScript, certain properties are required to be added to the HTML tags to generate for its integration with the code generated for the feature to work in DHTML environments.voidinitializeTransform(Transformable data)This method initialize the private and protected fields of the transform.voidrenderBorderStyle(TableTag table)Generates the HTML output for the Border Style section.voidrenderBorderThickness(TableTag table)Generates the HTML output for the Border Thickness section.voidrenderContentsBody(MarkupOutput out)This is the entry point for the Tranform, and generates the body of the Tab.voidrenderDropDown(MarkupOutput out, ShortcutList picker, java.lang.String currentValue, java.lang.String controlName, java.lang.String cmdId, java.lang.String cssClass)Generates the HTML output for a dropdown.voidrenderDropDownWithLabel(TableTag tableTag, java.lang.String label, ShortcutList picker, java.lang.String currentValue, java.lang.String controlName, java.lang.String cmdId, java.lang.String cssClass)Generates the HTML output for a dropdown with its label.voidrenderGaugeStyle(TableTag table)Generates the HTML output for the Gauge Style section.voidrenderJavascriptLinks(MarkupOutput out)Render any JavaScript information required for this tab to work correctly on client side.voidrenderNeedleStyle(TableTag table)Generates the HTML output for the Needle Style section.voidrenderRangeThickness(TableTag table)Generates the HTML output for the Range Thickness section.voidrenderSlider(MarkupOutput out, int upperLimit, int lowerLimit, int currentValue, java.lang.String slideId, java.lang.String slideCmdId, int increment, int slideStyle)Generates the HTML output for a slider.voidrenderSliderWithLabel(TableTag tableTag, java.lang.String label, int upperLimit, int lowerLimit, int currentValue, java.lang.String slideId, java.lang.String slideCmdId, int increment, int slideStyle)Generates the HTML output for a slider with its label.voidrenderStartAngle(TableTag table)Generates the HTML output for the Start Angle section.voidrenderStopAngle(TableTag table)Generates the HTML output for the Start Angle section.voidsetBorderStylePicker(ShortcutList picker)Register the major types picker.voidsetGaugeStylePicker(ShortcutList picker)Register the major types picker.voidsetNeedleStylePicker(ShortcutList picker)Register the major types picker.-
Methods inherited from class com.microstrategy.web.app.transforms.AbstractTabTransform
addJSValidationInfo, AddJSValidationInfo, addPicker, getArgumentName, getAttributesBody, getAttributesFrame, getDescription, getDropDownTag, getFieldSetTag, getLabelTag, getPickerId, getSupportedBeanType, getTabBean, getTabManagerBean, isCurrentTab, isIFrameEnabled, renderColorDropdown, renderContents, renderDropdown, renderFlashWarning, renderPickers, renderSingleOption, renderSingleOption, renderTabFrame, renderTabSectionTitle, transformForRequestSuccessful
-
Methods inherited from class com.microstrategy.web.app.transforms.AbstractAppTransform
addContactInfo, addDynamicScriptClass, addDynamicScriptFile, addFormalParameter, checkLevel, checkProcessingButtonsFlag, checkProcessingInfoFlag, checkStatus, displayError, displayError, displayError, emptyCell, excludeStaticTags, generateAnchor, generateAnchorForExport, generateHiddenInputsForEvent, generateIFrameTag, getAppContext, getAttributesShellDiv, getBeanPath, getBoneId, getCancelEvent, getClientSideHelper, getContainerServices, getContext, getContextMenu, getContextMenuManager, getContextMenuManagerName, getContextMenusDefinition, getCssPrefix, getDateFormat, getDebugOut, getDescriptor, getDescriptor, getDescriptor, getDescriptor, getDisplayMode, getDisplayName, getErrorMessage, getErrorMessage, getErrorTitle, getErrorTitle, getEventManager, getFirstDayOfWeek, getFloatValue, getHelpPath, getID, getIntValue, getJSNameSpace, getLayoutContext, getLocale, getLocale, getPreferenceValue, getProjectID, getRefreshEvent, getRequestKeys, getResourcesFolder, getScriptClass, getStringValue, getStyleRequestContext, getStyleShellDiv, getTagsFactory, getTimeFormat, getUnitsLabel, getWebBeanErrorInfo, hasSubBlock, initHeightAndWidthFromPreferences, initializeImages, initializeWebComponent, is508, isBlockMode, isContextMenusEnabled, isDhtml, isDialog, isDormant, isFeatureAvailable, isIFrameDisplayMode, isIFrameRequest, isJobExpired, isModal, isOpen, isPortlet, isTrue, localIsIFrameDisplayMode, newContext, newHiddenInputBuilder, newNamespaceEncoder, newURIBuilder, redirectToDisplayError, renderBean, renderBean, renderBean, renderBean, renderCancelButton, renderContextMenus, renderCssLink, renderDescriptor, renderDescriptor, renderErrorButton, renderHiddenInputFromRequest, renderImage, renderLayout, renderProcessingButton, renderProcessingButton, renderProcessingButton, renderProcessingButtonForGet, renderProcessingButtonForGet, renderProcessingButtons, renderProcessingInfo, renderProcessingInfoData, renderProcessingInfoImage, renderProcessingInfoSubtitle, renderProcessingInfoTitle, renderProcessingObjectName, renderRefreshButton, renderRegisterBone, renderSelf, renderShell, renderSubBlock, renderUserHelpAnchor, setBoneProperties, setDisplayMode, setHasSubBlock, setHeight, setIFrameDisplayMode, setIsDormant, setRenderSubBlock, setShellAttributeOnClosedComponent, setWidth, shouldDisplay, transform, transformForRequestCanceled, transformForRequestInError, transformForRequestNotInited, transformForRequestProcessing, transformForRequestWaitingForUserInput
-
Methods inherited from class com.microstrategy.web.transform.AbstractLayoutTransform
getLayoutDefinition, setLayoutDefinition, transformUsingLayout
-
Methods inherited from class com.microstrategy.web.transform.AbstractTransform
addFormalParam, canTransform, getEvents, getFormalParams, getPreview, isPreviewAvailable, isResolved, removeFormalParam, setAnnotation, setDeprecated, supports, supports
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microstrategy.web.transform.LayoutTransform
getLayoutDefinition, setLayoutDefinition
-
Methods inherited from interface com.microstrategy.web.transform.Transform
canTransform, getDescription, getFormalParams, getID, getPreview, getSupportedBeanType, isPreviewAvailable, isResolved, supports, supports, transform
-
-
-
-
Field Detail
-
gaugeStylePickerName
public FormalParameter gaugeStylePickerName
Indicates the name of the system picker (defined in the page-config) that contains the list gauge styles that shall be displayed to the user.
-
FP_GAUGE_STYLE_PICKER_NAME
public static final java.lang.String FP_GAUGE_STYLE_PICKER_NAME
Constant specifying the name of the gaugeStylePickerName formal parameter.- See Also:
- Constant Field Values
-
needleStylePickerName
public FormalParameter needleStylePickerName
Indicates the name of the system picker (defined in the page-config) that contains the list needle styles that shall be displayed to the user.
-
FP_NEEDLE_STYLE_PICKER_NAME
public static final java.lang.String FP_NEEDLE_STYLE_PICKER_NAME
Constant specifying the name of the needleStylePickerName formal parameter.- See Also:
- Constant Field Values
-
borderStylePickerName
public FormalParameter borderStylePickerName
Indicates the name of the system picker (defined in the page-config) that contains the list border styles that shall be displayed to the user.
-
FP_BORDER_STYLE_PICKER_NAME
public static final java.lang.String FP_BORDER_STYLE_PICKER_NAME
Constant specifying the name of the borderStylePickerName formal parameter.- See Also:
- Constant Field Values
-
-
Method Detail
-
initializeTransform
public void initializeTransform(Transformable data)
This method initialize the private and protected fields of the transform.- Specified by:
initializeTransformin interfaceAppTransform- Overrides:
initializeTransformin classAbstractTabTransform- Parameters:
data-Transformableinstance to be transformed.
-
initializeCss
public void initializeCss()
Initializes the Css Classes to use. For each one of the css classes to use, the prefix indicated on the formal parameter is added to the name of the class to use.- Overrides:
initializeCssin classAbstractTabTransform
-
initializeJavaScriptAttributes
public void initializeJavaScriptAttributes()
For JavaScript, certain properties are required to be added to the HTML tags to generate for its integration with the code generated for the feature to work in DHTML environments. This method assigns values to these attributes, so they can be displayed together with the tags they represent. If a value is set to be null, it won't be included on the HTML tag definition. By default, it includes the definition of values for properties such asstyFrame,tyFrameandscriptClassFrame.- Overrides:
initializeJavaScriptAttributesin classAbstractTabTransform
-
renderJavascriptLinks
public void renderJavascriptLinks(MarkupOutput out)
Render any JavaScript information required for this tab to work correctly on client side.- Overrides:
renderJavascriptLinksin classAbstractTabTransform- Parameters:
out-MarkupOutputinstance where the HTML contents to render will be saved.
-
renderContentsBody
public void renderContentsBody(MarkupOutput out)
This is the entry point for the Tranform, and generates the body of the Tab.
If a layout-xml is specified, this method will delegate the output generation to the Layout parser, otherwise it calls
renderGaugeStyle(TableTag),renderNeedleStyle(TableTag),renderBorderStyle(TableTag),renderBorderThickness(TableTag),renderRangeThickness(TableTag),renderStartAngle(TableTag)andrenderStopAngle(TableTag).- Specified by:
renderContentsBodyin classAbstractTabTransform- Parameters:
out-MarkupOutputinstance where the HTML contents gets generated.
-
renderGaugeStyle
public void renderGaugeStyle(TableTag table)
Generates the HTML output for the Gauge Style section.
It calls utility method
renderDropDownWithLabel(com.microstrategy.web.tags.TableTag, java.lang.String, com.microstrategy.web.app.ShortcutList, java.lang.String, java.lang.String, java.lang.String, java.lang.String)to generate the HTML. It callsgetGaugeStylePicker()to retrieve the available values; andgetCurrentGaugeStyleValue()to retrieve the current value to select.- Parameters:
table-TableTaginstance where the HTML contents gets generated.
-
setGaugeStylePicker
public void setGaugeStylePicker(ShortcutList picker)
Register the major types picker. This allows the transform to use a
ShortcutListthat is not defined inside the pageConfig.- Parameters:
picker- the major type picker to set.
-
getGaugeStylePicker
public ShortcutList getGaugeStylePicker()
Returns the gauge style picker. If a non-null instance have been registered through thesetGaugeStylePickermethod, it will return that one, otherwise, it will search for a system picker with the name specified ingaugeStylePickerName.- Returns:
ShortcutListto use for the gauge style picker.
-
renderNeedleStyle
public void renderNeedleStyle(TableTag table)
Generates the HTML output for the Needle Style section.
It calls utility method
renderDropDownWithLabel(com.microstrategy.web.tags.TableTag, java.lang.String, com.microstrategy.web.app.ShortcutList, java.lang.String, java.lang.String, java.lang.String, java.lang.String)to generate the HTML. It callsgetNeedleStylePicker()to retrieve the available values; andgetCurrentNeedleStyleValue()to retrieve the current value to select.- Parameters:
table-TableTaginstance where the HTML contents gets generated.
-
setNeedleStylePicker
public void setNeedleStylePicker(ShortcutList picker)
Register the major types picker. This allows the transform to use a
ShortcutListthat is not defined inside the pageConfig.- Parameters:
picker- the major type picker to set.
-
getNeedleStylePicker
public ShortcutList getNeedleStylePicker()
Returns the needle style picker. If a non-null instance have been registered through thesetNeedleStylePickermethod, it will return that one, otherwise, it will search for a system picker with the name specified inneedleStylePickerName.- Returns:
ShortcutListto use for the needle style picker.
-
renderBorderStyle
public void renderBorderStyle(TableTag table)
Generates the HTML output for the Border Style section.
It calls utility method
renderDropDownWithLabel(com.microstrategy.web.tags.TableTag, java.lang.String, com.microstrategy.web.app.ShortcutList, java.lang.String, java.lang.String, java.lang.String, java.lang.String)to generate the HTML. It callsgetBorderStylePicker()to retrieve the available values; andgetCurrentBorderStyleValue()to retrieve the current value to select.- Parameters:
table-TableTaginstance where the HTML contents gets generated.
-
setBorderStylePicker
public void setBorderStylePicker(ShortcutList picker)
Register the major types picker. This allows the transform to use a
ShortcutListthat is not defined inside the pageConfig.- Parameters:
picker- the major type picker to set.
-
getBorderStylePicker
public ShortcutList getBorderStylePicker()
Returns the border style picker. If a non-null instance have been registered through thesetBorderStylePickermethod, it will return that one, otherwise, it will search for a system picker with the name specified inborderStylePickerName.- Returns:
ShortcutListto use for the border style picker.
-
renderBorderThickness
public void renderBorderThickness(TableTag table)
Generates the HTML output for the Border Thickness section.
It calls utility method
renderSliderWithLabel(com.microstrategy.web.tags.TableTag, java.lang.String, int, int, int, java.lang.String, java.lang.String, int, int)to generate the HTML. It callsgetBorderThicknessUpperLimit()to get the upper limit for the slider;getBorderThicknessLowerLimit()to get the lower limit for the slider; andgetCurrentBorderThicknessValue()to retrieve the current value.- Parameters:
table-TableTaginstance where the HTML contents gets generated.
-
renderRangeThickness
public void renderRangeThickness(TableTag table)
Generates the HTML output for the Range Thickness section.
It calls utility method
renderSliderWithLabel(com.microstrategy.web.tags.TableTag, java.lang.String, int, int, int, java.lang.String, java.lang.String, int, int)to generate the HTML. It callsgetRangeThicknessUpperLimit()to get the upper limit for the slider;getRangeThicknessLowerLimit()to get the lower limit for the slider; andgetCurrentRangeThicknessValue()to retrieve the current value.- Parameters:
table-TableTaginstance where the HTML contents gets generated.
-
renderStartAngle
public void renderStartAngle(TableTag table)
Generates the HTML output for the Start Angle section.
It calls utility method
renderSliderWithLabel(com.microstrategy.web.tags.TableTag, java.lang.String, int, int, int, java.lang.String, java.lang.String, int, int)to generate the HTML. It callsgetStartAngleUpperLimit()to get the upper limit for the slider;getStartAngleLowerLimit()to get the lower limit for the slider; andgetCurrentStartAngleValue()to retrieve the current value.- Parameters:
table-TableTaginstance where the HTML contents gets generated.
-
renderStopAngle
public void renderStopAngle(TableTag table)
Generates the HTML output for the Start Angle section.
It calls utility method
renderSliderWithLabel(com.microstrategy.web.tags.TableTag, java.lang.String, int, int, int, java.lang.String, java.lang.String, int, int)to generate the HTML. It callsgetStopAngleUpperLimit()to get the upper limit for the slider;getStopAngleLowerLimit()to get the lower limit for the slider; andgetCurrentStopAngleValue()to retrieve the current value.- Parameters:
table-TableTaginstance where the HTML contents gets generated.
-
renderDropDownWithLabel
public void renderDropDownWithLabel(TableTag tableTag, java.lang.String label, ShortcutList picker, java.lang.String currentValue, java.lang.String controlName, java.lang.String cmdId, java.lang.String cssClass)
Generates the HTML output for a dropdown with its label. It calls
renderDropDown(MarkupOutput, ShortcutList, String, String, String, String)to render the dropdown part.- Parameters:
tableTag-TableTaginstance where the HTML contents gets generated.label- The label to put for this drop down.picker- The shortcut list which contains the available values for this drop down.currentValue- The current value should be selected in this drop down.controlName- The name used for this drop down control.cmdId- The command id used for this drop down control.cssClass- The css class used for this drop down control.
-
renderDropDown
public void renderDropDown(MarkupOutput out, ShortcutList picker, java.lang.String currentValue, java.lang.String controlName, java.lang.String cmdId, java.lang.String cssClass)
Generates the HTML output for a dropdown.
- Parameters:
out-MarkupOutputinstance where the HTML contents gets generated.picker- The shortcut list which contains the available values for this drop down.currentValue- The current value should be selected in this drop down.controlName- The name used for this drop down control.cmdId- The command id used for this drop down control.cssClass- The css class used for this drop down control.
-
renderSliderWithLabel
public void renderSliderWithLabel(TableTag tableTag, java.lang.String label, int upperLimit, int lowerLimit, int currentValue, java.lang.String slideId, java.lang.String slideCmdId, int increment, int slideStyle)
Generates the HTML output for a slider with its label. It calls
renderSlider(MarkupOutput, int, int, int, String, String, int, int)to generate the HTML output for the slider part.- Parameters:
tableTag-TableTaginstance where the HTML contents gets generated.label- The label to put for this slider.upperLimit- The upper limit of the slider.lowerLimit- The lower limit of the slider.currentValue- The current value should be shown on the slider.slideId- The id used for slider component.slideCmdId- The command id should be used for slider.
-
renderSlider
public void renderSlider(MarkupOutput out, int upperLimit, int lowerLimit, int currentValue, java.lang.String slideId, java.lang.String slideCmdId, int increment, int slideStyle)
Generates the HTML output for a slider.
- Parameters:
out-MarkupOutputinstance where the HTML contents gets generated.upperLimit- The upper limit of the slider.lowerLimit- The lower limit of the slider.currentValue- The current value should be shown on the slider.slideId- The id used for slider component.slideCmdId- The command id should be used for slider.
-
getBorderThicknessLowerLimit
public int getBorderThicknessLowerLimit()
Returns the lowest value can be set for Border Thickness.- Returns:
- An integer to indicate the lowest value can be set for Border Thickness.
-
getBorderThicknessUpperLimit
public int getBorderThicknessUpperLimit()
Returns the highest value can be set for Border Thickness.- Returns:
- An integer to indicate the highest value can be set for Border Thickness.
-
getRangeThicknessLowerLimit
public int getRangeThicknessLowerLimit()
Returns the lowest value can be set for Range Thickness.- Returns:
- An integer to indicate the lowest value can be set for Range Thickness.
-
getRangeThicknessUpperLimit
public int getRangeThicknessUpperLimit()
Returns the highest value can be set for Range Thickness.- Returns:
- An integer to indicate the highest value can be set for Range Thickness.
-
getStartAngleLowerLimit
public int getStartAngleLowerLimit()
Returns the lowest value can be set for Start Angle.- Returns:
- An integer to indicate the lowest value can be set for Start Angle.
-
getStartAngleUpperLimit
public int getStartAngleUpperLimit()
Returns the highest value can be set for Start Angle.- Returns:
- An integer to indicate the highest value can be set for Start Angle.
-
getStopAngleLowerLimit
public int getStopAngleLowerLimit()
Returns the lowest value can be set for Stop Angle.- Returns:
- An integer to indicate the lowest value can be set for Stop Angle.
-
getStopAngleUpperLimit
public int getStopAngleUpperLimit()
Returns the highest value can be set for Stop Angle.- Returns:
- An integer to indicate the highest value can be set for Stop Angle.
-
getCurrentGaugeStyleValue
public java.lang.String getCurrentGaugeStyleValue()
Returns current value set for Gauge Style. If current graph is not Gauge Style, a default value will be returned.- Returns:
- current value set for Gauge Style.
-
getCurrentBorderStyleValue
public java.lang.String getCurrentBorderStyleValue()
Returns current value set for Border Style. If current graph is not Gauge Style, a default value will be returned.- Returns:
- current value set for Border Style.
-
getCurrentNeedleStyleValue
public java.lang.String getCurrentNeedleStyleValue()
Returns current value set for Needle Style. If current graph is not Gauge Style, a default value will be returned.- Returns:
- current value set for Needle Style.
-
getCurrentBorderThicknessValue
public int getCurrentBorderThicknessValue()
Returns current value set for Border Thickness. If current graph is not Gauge Style, a default value will be returned.- Returns:
- current value set for Border Thickness.
-
getCurrentRangeThicknessValue
public int getCurrentRangeThicknessValue()
Returns current value set for Range Thickness. If current graph is not Gauge Style, a default value will be returned.- Returns:
- current value set for Range Thickness.
-
getCurrentStartAngleValue
public int getCurrentStartAngleValue()
Returns current value set for Start Angle. If current graph is not Gauge Style, a default value will be returned.- Returns:
- current value set for Start Angle.
-
getCurrentStopAngleValue
public int getCurrentStopAngleValue()
Returns current value set for Stop Angle. If current graph is not Gauge Style, a default value will be returned.- Returns:
- current value set for Stop Angle.
-
-