Skip to content
Snippets Groups Projects
Commit d843b60f authored by Tim Molter's avatar Tim Molter
Browse files

java docs

parent 3c301a9a
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,8 @@ import com.xeiam.xchart.StyleManager.ChartTheme; ...@@ -25,6 +25,8 @@ import com.xeiam.xchart.StyleManager.ChartTheme;
import com.xeiam.xchart.StyleManager.ChartType; import com.xeiam.xchart.StyleManager.ChartType;
/** /**
* A "Builder" to make creating charts easier
*
* @author timmolter * @author timmolter
*/ */
public class ChartBuilder { public class ChartBuilder {
......
...@@ -32,6 +32,8 @@ import com.xeiam.xchart.internal.style.Theme; ...@@ -32,6 +32,8 @@ import com.xeiam.xchart.internal.style.Theme;
import com.xeiam.xchart.internal.style.XChartTheme; import com.xeiam.xchart.internal.style.XChartTheme;
/** /**
* The StyleManager is used to manage all things related to styling of the vast number of Chart components
*
* @author timmolter * @author timmolter
*/ */
public class StyleManager { public class StyleManager {
......
/** /**
* Classes in this package are internal and are not intended to be accessed directly. * Classes in this package are internal and are not intended to be accessed directly. Therefore, they are not included in the JavaDocs.
*/ */
package com.xeiam.xchart.internal; package com.xeiam.xchart.internal;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment