Uses of Class
nodebox.graphics.Rect

Uses of Rect in nodebox.graphics
 

Methods in nodebox.graphics that return Rect
static Rect Rect.centeredRect(double cx, double cy, double width, double height)
           
static Rect Rect.centeredRect(Rect r)
           
 Rect Transform.convertBoundsToFrame(Rect bounds)
           
static Rect Rect.corneredRect(double cx, double cy, double width, double height)
           
static Rect Rect.corneredRect(Rect r)
           
 Rect Text.getBounds()
           
 Rect Path.getBounds()
           
 Rect Image.getBounds()
           
 Rect Grob.getBounds()
           
 Rect Geometry.getBounds()
          Returns the bounding box of all elements in the group.
 Rect Contour.getBounds()
           
 Rect Canvas.getBounds()
          Returns the bounding box of the canvas.
 Rect Text.getMetrics()
           
 Rect Transform.map(Rect r)
           
 Rect Rect.normalized()
           
 Rect GraphicsContext.textmetrics(String text)
           
 Rect AbstractGraphicsContext.textmetrics(String text)
           
 Rect GraphicsContext.textmetrics(String text, double width)
           
 Rect AbstractGraphicsContext.textmetrics(String text, double width)
           
 Rect GraphicsContext.textmetrics(String text, double width, double height)
           
 Rect AbstractGraphicsContext.textmetrics(String text, double width, double height)
           
 Rect Rect.united(Rect r)
           
 

Methods in nodebox.graphics with parameters of type Rect
 void Transform.apply(Graphics2D g, Rect bounds)
           
static Rect Rect.centeredRect(Rect r)
           
 boolean Rect.contains(Rect r)
           
 boolean Path.contains(Rect r)
           
 boolean Geometry.contains(Rect r)
           
 Rect Transform.convertBoundsToFrame(Rect bounds)
           
static Rect Rect.corneredRect(Rect r)
           
 void Path.cornerRect(Rect r)
           
 void Path.cornerRect(Rect r, double roundness)
           
 void Path.cornerRect(Rect r, double rx, double ry)
           
 boolean Rect.intersects(Rect r)
           
 boolean Path.intersects(Rect r)
           
 Rect Transform.map(Rect r)
           
 void Path.rect(Rect r)
           
 Path GraphicsContext.rect(Rect r)
           
 Path AbstractGraphicsContext.rect(Rect r)
           
 Path AbstractGraphicsContext.rect(Rect r, boolean draw)
           
 void Path.rect(Rect r, double roundness)
           
 Path GraphicsContext.rect(Rect r, double roundness)
           
 Path AbstractGraphicsContext.rect(Rect r, double roundness)
           
 Path AbstractGraphicsContext.rect(Rect r, double roundness, boolean draw)
           
 void Path.rect(Rect r, double rx, double ry)
           
static void PDFRenderer.render(Drawable drawable, Rect bounds, File file)
           
 void Path.roundedRect(Rect r, double roundness)
           
 void Path.roundedRect(Rect r, double rx, double ry)
           
 Rect Rect.united(Rect r)
           
 

Constructors in nodebox.graphics with parameters of type Rect
Rect(Rect r)
           
Text(String text, Rect r)
           
 



Copyright © 2013. All Rights Reserved.