Class SaveAsImageFeature
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.toolbox.ToolboxFeature
io.jmix.chartsflowui.kit.component.model.toolbox.AbstractFeature<SaveAsImageFeature>
io.jmix.chartsflowui.kit.component.model.toolbox.SaveAsImageFeature
- All Implemented Interfaces:
- Serializable
A tool feature for exporting a chart to an image.
 More detailed information is provided in the documentation.
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumType of the exported image.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Colorprotected Colorprotected String[]protected Stringprotected Stringprotected Integerprotected Stringprotected SaveAsImageFeature.SaveTypeFields inherited from class io.jmix.chartsflowui.kit.component.model.toolbox.AbstractFeatureemphasis, iconStyle, showFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionString[]protected StringgetIcon()getName()getTitle()getType()voidsetBackgroundColor(Color backgroundColor) voidsetConnectedBackgroundColor(Color connectedBackgroundColor) voidsetExcludeComponents(String... excludeComponents) voidvoidvoidsetPixelRatio(Integer pixelRatio) voidvoidwithBackgroundColor(Color backgroundColor) withConnectedBackgroundColor(Color connectedBackgroundColor) withExcludeComponents(String... excludeComponents) withPixelRatio(Integer pixelRatio) Methods inherited from class io.jmix.chartsflowui.kit.component.model.toolbox.AbstractFeaturegetEmphasis, getIconStyle, getShow, setEmphasis, setIconStyle, setShow, withEmphasis, withIconStyle, withShowMethods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
type
- 
name
- 
backgroundColor
- 
connectedBackgroundColor
- 
excludeComponents
- 
title
- 
icon
- 
pixelRatio
 
- 
- 
Constructor Details- 
SaveAsImageFeaturepublic SaveAsImageFeature()
 
- 
- 
Method Details- 
getType
- 
setType
- 
getName
- 
setName
- 
getBackgroundColor
- 
getConnectedBackgroundColor
- 
getExcludeComponents
- 
setExcludeComponents
- 
getTitle
- 
setTitle
- 
getIcon
- 
setIcon
- 
getPixelRatio
- 
setPixelRatio
- 
withType
- 
withName
- 
withExcludeComponents
- 
withTitle
- 
withIcon
- 
withPixelRatio
- 
getFeatureName- Specified by:
- getFeatureNamein class- ToolboxFeature
 
 
-