Community
Participate
Working Groups
* @since 2.0
*/
public Shape() {
setOpaque(false);
lineAttributes = new LineAttributes(1.0f);
fill = true;
outline = true;
lineWidth = (int)lineAttributes.width;
lineStyle = lineAttributes.style;
lastLineWidth = lineWidth;
}
/**