TextElement: Sequence of characters not including a close comment delimiter */
Initial Date: 02.02.2007 @author patrickb
492493494495496497498499500501502
public void drawBoxText(Node n, BoxTextElemStyle bs) { if (!isShowNames() || bs == null) return; Point p = nc.getPoint(n); TextElement text = bs.text; String s = text.labelCompositionStrategy.compose(n); if (s == null) return; Font defaultFont = g.getFont(); g.setFont(text.font);