public DrawingGlyph createGlyph(DrawingControl control, DisplayEvent event) throws VisADException, RemoteException { return new PolyGlyph(control, event, !control.getStraight()); }
public DrawingGlyph createGlyph(DrawingControl control, DisplayEvent event) throws VisADException, RemoteException { PolyGlyph glyph = new PolyGlyph(control, event, !control.getStraight()); glyph.setClosed(true); return glyph; }