Home | History | Annotate | Download | only in scene

Lines Matching refs:lineWidth

172     private float lineWidth = 1;
520 return lineWidth;
528 * @param lineWidth The line width
530 public void setLineWidth(float lineWidth) {
531 this.lineWidth = lineWidth;