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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of the exported image.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Colorprotected Colorprotected String[]protected Stringprotected Stringprotected Integerprotected Stringprotected SaveAsImageFeature.SaveTypeFields inherited from class io.jmix.chartsflowui.kit.component.model.toolbox.AbstractFeature
emphasis, iconStyle, showFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier 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.AbstractFeature
getEmphasis, getIconStyle, getShow, setEmphasis, setIconStyle, setShow, withEmphasis, withIconStyle, withShowMethods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
type
-
name
-
backgroundColor
-
connectedBackgroundColor
-
excludeComponents
-
title
-
icon
-
pixelRatio
-
-
Constructor Details
-
SaveAsImageFeature
public 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 classToolboxFeature
-