Lines Matching defs:lb
67 Rectangle2D lb;
123 if (lb == null) {
124 lb = createLogicalBounds();
126 return new Rectangle2D.Float((float)(lb.getX() + x),
127 (float)(lb.getY() + y),
128 (float)lb.getWidth(),
129 (float)lb.getHeight());
133 if (lb == null) {
134 lb = createLogicalBounds();
136 return (float)lb.getWidth();
296 Rectangle2D lb = getLogicalBounds();
297 float l = (float)lb.getMinX();
299 float r = (float)lb.getMaxX();
903 buf.append(", lb:");
904 buf.append(lb);