XML Style Tag
Color
GradientPaint
Font
BasicStroke
Paint Set
ColoredFont
Colored Basic Stroke
Shape
Line
Line Set
Shape Set
Bar Atrribute
Legend
Axis Properties
Value Label
XML Chart Tag
XML Data Tag

 

Change
To Do

SourceForge.net Logo

XmlCharts Drawing charts from XML
under lesser general public license
© David BRAHIM 2004
  Introduction    Documentation    Demo    Javadoc    Download    


TAG : basicstroke
Attribute
name
Value Default
Value
Null Value
allowed
Remarks
name string none no name of the basicstroke.
with float 1.5 yes the pen width of the basicstroke.
cap ROUND/SQUARE/BUTT BUTT yes the decoration applied to the ends of unclosed subpaths and dash segments.
bevel MITTER/ROUND/BEVEL MITTER yes the decoration applied at the intersection of two path segments and at the intersection of the endpoints of a subpath that is closed.
mitterlimit float 10.0 yes the limit to trim a line join that has a JOIN_MITER decoration.
dash string null yes the array representing the dashing pattern.
Array are represented by a string of integer value with a # separator value.
example : "5#10#5#10"
dash_phase integer 0 yes the offset to start the dashing pattern.
For more information see java.awt.BasicStroke