Class RMGraph.FontBox
- java.lang.Object
 - 
- java.awt.geom.RectangularShape
 - 
- java.awt.geom.Rectangle2D
 - 
- java.awt.geom.Rectangle2D.Double
 - 
- com.inductiveautomation.rm.graphing.RMGraph.FontBox
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.awt.Shape,java.io.Serializable,java.lang.Cloneable
- Enclosing class:
 - RMGraph
 
public static class RMGraph.FontBox extends java.awt.geom.Rectangle2D.DoubleReturns the part rect.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FontBox(double anX, double aY, double aW, double aH, double aTX, double aTY) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetTextX()doublegetTextY()- 
Methods inherited from class java.awt.geom.Rectangle2D.Double
createIntersection, createUnion, getBounds2D, getHeight, getWidth, getX, getY, isEmpty, outcode, setRect, setRect, toString 
- 
Methods inherited from class java.awt.geom.Rectangle2D
add, add, add, contains, contains, equals, getPathIterator, getPathIterator, hashCode, intersect, intersects, intersectsLine, intersectsLine, outcode, setFrame, union 
 - 
 
 -