コード例 #1
0
ファイル: GlyphCreatorCommand.java プロジェクト: ethanrd/IDV
 public DrawingGlyph createGlyph(DrawingControl control, DisplayEvent event)
     throws VisADException, RemoteException {
   TextGlyph glyph = new TextGlyph(control, event, "");
   ((TextGlyph) glyph).setShowMarker(true);
   return glyph;
 }