[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.gef3d] Re: A couple of errors in ..draw3d


Same issue in LwjglGraphics. This looks like its actually due to an API breaking change in GEF 3.5. I'll make the obvious changes and post them back here.



On 2009-05-28 16:04:58 -0700, Miles Parker <milesparker@xxxxxxxxx> said:


Ideas?

Description Resource Path Location Type
The type DummyGraphics must implement the inherited abstract method Graphics.getLineWidthFloat() DummyGraphics.java /org.eclipse.draw3d/src/java/org/eclipse/draw3d line 35 Java Problem
The type DummyGraphics must implement the inherited abstract method Graphics.setLineMiterLimit(float) DummyGraphics.java /org.eclipse.draw3d/src/java/org/eclipse/draw3d line 35 Java Problem
The type DummyGraphics must implement the inherited abstract method Graphics.setLineWidthFloat(float) DummyGraphics.java /org.eclipse.draw3d/src/java/org/eclipse/draw3d line 35 Java Problem
The type LogGraphics must implement the inherited abstract method Graphics.getLineWidthFloat() LogGraphics.java /org.eclipse.draw3d/src/java/org/eclipse/draw3d/util line 40 Java Problem
The type LogGraphics must implement the inherited abstract method Graphics.setLineMiterLimit(float) LogGraphics.java /org.eclipse.draw3d/src/java/org/eclipse/draw3d/util line 40 Java Problem
The type LogGraphics must implement the inherited abstract method Graphics.setLineWidthFloat(float) LogGraphics.java /org.eclipse.draw3d/src/java/org/eclipse/draw3d/util line 40 Java Problem