[piccolo2d-dev] Issue 114 in piccolo2d: Minor API improvements to PText

2009-07-29 Thread codesite-noreply
Status: New Owner: Labels: Type-Enhancement Priority-Low Effort-Low OpSys-All Toolkit-Piccolo2D.Java Component-Core New issue 114 by heuermh: Minor API improvements to PText http://code.google.com/p/piccolo2d/issues/detail?id=114 When considering the code on the phtml branch, I noticed a

[piccolo2d-dev] Issue 114 in piccolo2d: Minor API improvements to PText

2009-07-29 Thread codesite-noreply
Comment #1 on issue 114 by heuermh: Minor API improvements to PText http://code.google.com/p/piccolo2d/issues/detail?id=114 More bad smells: font property can be set to null, but then DEFAULT_FONT is used. Would be better if it were set to DEFAULT_FONT on construction and if setFont(null)

[piccolo2d-dev] Issue 114 in piccolo2d: Minor API improvements to PText

2009-07-29 Thread codesite-noreply
Comment #3 on issue 114 by heuermh: Minor API improvements to PText http://code.google.com/p/piccolo2d/issues/detail?id=114 And patch for justification/horizontalAlignment: Index: PText.java === --- PText.java (revision 622) +++

[piccolo2d-dev] Issue 114 in piccolo2d: Minor API improvements to PText

2009-07-29 Thread codesite-noreply
Updates: Status: Started Owner: heuermh Comment #4 on issue 114 by heuermh: Minor API improvements to PText http://code.google.com/p/piccolo2d/issues/detail?id=114 In addition to those issues described above, javadoc has been improved and protected paint(PPaintContext) has