commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bug #13001] java.awt.font.LineBreakMeasurer not implemented


From: Robert Schuster
Subject: [commit-cp] [bug #13001] java.awt.font.LineBreakMeasurer not implemented
Date: Fri, 6 May 2005 17:59:46 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.7) Gecko/20050427

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13001>

                 Summary: java.awt.font.LineBreakMeasurer not implemented
                 Project: classpath
            Submitted by: rschuster
            Submitted on: Fri 05/06/2005 at 17:59
                Category: classpath
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: None

    _______________________________________________________

Details:

These methods all throw an Error:

public void deleteChar
public void insertChar
public TextLayout nextLayout
public TextLayout nextLayout
public int nextOffset

Unfortunately these stubs are not marked as such.

For a test application try the piccolo package
(http://www.cs.umd.edu/hcil/piccolo/). Instantiate a
edu.umd.cs.piccolo.nodes.PText object and display it in a
edu.umd.cs.piccolox.PFrame.

Currently I ran into this exception when instantiatin the PText object:
Target exception: java.lang.Error: not implemented

java.lang.Error: not implemented
   at java.awt.font.LineBreakMeasurer.nextLayout (LineBreakMeasurer.java:95)
   at edu.umd.cs.piccolo.nodes.PText.computeNextLayout (Unknown Source)
   at edu.umd.cs.piccolo.nodes.PText.recomputeLayout (Unknown Source)
   at edu.umd.cs.piccolo.nodes.PText.setText (Unknown Source)
   at edu.umd.cs.piccolo.nodes.PText.<init> (Unknown Source)






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13001>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]