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
Modifier and TypeClassDescriptionstatic enum
Type of the exported image.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected Color
protected Color
protected String[]
protected String
protected String
protected Integer
protected String
protected SaveAsImageFeature.SaveType
Fields inherited from class io.jmix.chartsflowui.kit.component.model.toolbox.AbstractFeature
emphasis, iconStyle, show
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
protected String
getIcon()
getName()
getTitle()
getType()
void
setBackgroundColor
(Color backgroundColor) void
setConnectedBackgroundColor
(Color connectedBackgroundColor) void
setExcludeComponents
(String... excludeComponents) void
void
void
setPixelRatio
(Integer pixelRatio) void
void
withBackgroundColor
(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, withShow
Methods 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:
getFeatureName
in classToolboxFeature
-