Package com.storedobject.svg.chart
Class Bars
java.lang.Object
com.storedobject.svg.Svg
com.storedobject.svg.chart.Chart
com.storedobject.svg.chart.Bars
-
Nested Class Summary
Nested classes/interfaces inherited from class com.storedobject.svg.Svg
Svg.Anchor, Svg.Margin, Svg.Mover, Svg.Scale, Svg.ScaleTo -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.svg.chart.Chart
addValue, addValue, colorize, getValues, isBuilt, setLabelName, setUnit, setValueNameMethods inherited from class com.storedobject.svg.Svg
add, add, add, escapeXml, flipHorizontally, flipVertically, getFilledSvg, getHeight, getScaledSvg, getSvg, getWidth, getX, getY, margin, margin, scale, scale, scaleTo, scaleToHeight, scaleToWidth, toString
-
Constructor Details
-
Bars
public Bars()Constructor. -
Bars
public Bars(int width) Constructor with width.- Parameters:
width- Width of the chart.
-
Bars
Constructor with values and width.- Parameters:
values- Values to be plotted.width- Width of the chart.
-
-
Method Details
-
build
-