Uses of Class
com.arbergashi.charts.api.ChartRenderHints
Packages that use ChartRenderHints
Package
Description
Public API of the ArberCharts framework.
Internal implementation details of the ArberCharts framework.
Swing UI components of the ArberCharts framework.
-
Uses of ChartRenderHints in com.arbergashi.charts.api
Methods in com.arbergashi.charts.api that return ChartRenderHintsModifier and TypeMethodDescriptionChartRenderHints.antialiasing(boolean enabled) Fluent alias forChartRenderHints.setAntialiasing(boolean).DefaultPlotContext.renderHints()Returns the value of therenderHintsrecord component.default ChartRenderHintsPlotContext.renderHints()Rendering hints for the current render pass.ChartRenderHints.setAntialiasing(boolean enabled) Enables or disables anti-aliasing.ChartRenderHints.setHint(RenderingHints.Key key, Object value) Sets an arbitrary rendering hint for extensibility.ChartRenderHints.setStrokeWidth(float strokeWidth) Sets the preferred base stroke width in design units (dp).ChartRenderHints.strokeWidth(float strokeWidth) Fluent alias forChartRenderHints.setStrokeWidth(float).Method parameters in com.arbergashi.charts.api with type arguments of type ChartRenderHintsConstructors in com.arbergashi.charts.api with parameters of type ChartRenderHintsModifierConstructorDescriptionDefaultPlotContext(Rectangle2D bounds, double minX, double maxX, double minY, double maxY, boolean logarithmicY, boolean invertedX, boolean invertedY, NiceScale.ScaleMode scaleModeX, NiceScale.ScaleMode scaleModeY, ChartTheme theme, ChartRenderHints renderHints) Creates an instance of aDefaultPlotContextrecord class.DefaultPlotContext(Rectangle2D bounds, ChartModel model, double viewMinX, double viewMaxX, double viewMinY, double viewMaxY, ChartTheme theme, ChartRenderHints renderHints) Theme-aware constructor with render hints. -
Uses of ChartRenderHints in com.arbergashi.charts.internal
Methods in com.arbergashi.charts.internal that return ChartRenderHintsModifier and TypeMethodDescriptionDefaultPlotContext.renderHints()Returns the value of therenderHintsrecord component.Constructors in com.arbergashi.charts.internal with parameters of type ChartRenderHintsModifierConstructorDescriptionDefaultPlotContext(Rectangle2D bounds, double minX, double maxX, double minY, double maxY, boolean logarithmicY, NiceScale.ScaleMode scaleModeX, NiceScale.ScaleMode scaleModeY, ChartTheme theme, ChartRenderHints renderHints) Creates an instance of aDefaultPlotContextrecord class.DefaultPlotContext(Rectangle2D bounds, ChartModel model, double viewMinX, double viewMaxX, double viewMinY, double viewMaxY, ChartTheme theme, ChartRenderHints renderHints) -
Uses of ChartRenderHints in com.arbergashi.charts.ui
Methods in com.arbergashi.charts.ui with parameters of type ChartRenderHintsModifier and TypeMethodDescriptionArberChartPanel.setRenderHints(ChartRenderHints renderHints) Sets rendering hints for this panel.