Lines Matching defs:lb
49 Rectangle2D lb;
59 public TextSourceLabel(TextSource source, Rectangle2D lb, Rectangle2D ab, GlyphVector gv) {
62 this.lb = lb;
72 if (lb == null) {
73 lb = createLogicalBounds();
75 return new Rectangle2D.Float((float)(lb.getX() + x),
76 (float)(lb.getY() + y),
77 (float)lb.getWidth(),
78 (float)lb.getHeight());