Package org.jgraph.graph
Class AttributeMap.SerializableRectangle2D
- java.lang.Object
-
- java.awt.geom.RectangularShape
-
- java.awt.geom.Rectangle2D
-
- java.awt.geom.Rectangle2D.Double
-
- org.jgraph.graph.AttributeMap.SerializableRectangle2D
-
- All Implemented Interfaces:
java.awt.Shape
,java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- AttributeMap
public static class AttributeMap.SerializableRectangle2D extends java.awt.geom.Rectangle2D.Double implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializableRectangle2D()
SerializableRectangle2D(double x, double y, double width, double height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setHeight(double height)
void
setWidth(double width)
void
setX(double x)
void
setY(double y)
-
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
-
-