Revision: 883
Author: allain.lalonde
Date: Mon Nov 2 19:25:06 2009
Log: CheckStyle and final fixes.
http://code.google.com/p/piccolo2d/source/detail?r=883
Modified:
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/util/PFixedWidthStroke.java
=======================================
---
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/util/PFixedWidthStroke.java
Thu Oct 22 20:47:12 2009
+++
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/util/PFixedWidthStroke.java
Mon Nov 2 19:25:06 2009
@@ -181,6 +181,12 @@
return ((BasicStroke) stroke).getEndCap();
}
+ /**
+ * Returns the line join style.
+ * @return the line join style of the <code>BasicStroke</code> as one
+ * of the static <code>int</code> values that define possible line
+ * join styles.
+ */
public int getLineJoin() {
return ((BasicStroke) stroke).getLineJoin();
}
--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---