EN · DE · RU · FR · ES

#632: XYChartBuilder.java

projectforge-business/src/main/java/org/projectforge/charting/XYChartBuilder.java Type: Java Class · Package: org.projectforge.charting · Source: projectforge-business/src/main/java/org/projectforge/charting/XYChartBuilder.java 220 lines · 142 code · 50 comments · 28 blank
Java Class implementing for.

Fields

TypeField
XYPlotplot
JFreeChartchart
ShapecircleShape
ShapestrongCircleShape
StrokestrongStroke
Strokestroke
ValueAxisxAxis
StrokedashedStroke

Methods

ReturnMethodParameters
KaiReinhardk.reinhard@micromata.de
newBasicStroke3.0f
newBasicStroke1.0f
newBasicStroke1.0f, BasicStroke.CAP_ROUND, BasicStroke.JOIN_ROUND, 3.0f, new float[] { 3.0f, 3.0f}, 1.0f
publicXYChartBuilderfinal String title, final String xAxisLabel, final String yAxisLabel, final XYDataset dataset, final boolean legend
publicXYChartBuilderfinal JFreeChart chart
XYChartBuildersetDateXAxisfinal boolean showAxisValues
newDateAxis
XYChartBuildersetDateXAxisRangefinal Date lower, final Date upper
newIllegalArgumentException"Call set*XAxis first. No xAxis given yet."
XYChartBuildersetYAxisfinal boolean showAxisValues, final String valueAxisUnitKey
newNumberAxisThreadLocalUserContext.getLocalizedString(valueAxisUnitKey
newNumberAxis
XYChartBuildersetDatasetfinal int index, final XYDataset dataset
XYChartBuildersetStrongStylefinal XYItemRenderer renderer, final boolean visibleInLegend, final Series... series

Architecture Analysis

Resides in projectforge-business, the core module containing domain logic, services, and persistence.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
5f7ef41b8cCopyright 2021 -> 2022
ceb63e8a1bSource code header: (C) 2001-2021.
7c79f1922cCopyright of source header -> 2020.
32f634b88fOptimize imports
000ca723d8Remove pointless boolean expressions (business)
dd5ca38acdCopyRight of all java file-header updated or created.
9ebb885224Initial commit