2012-05-21 20:32:26 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2014-04-01 11:30:48 +00:00
<!-- NewPage -->
< html lang = "en" >
< head >
2014-11-10 09:02:21 +00:00
<!-- Generated by javadoc (version 1.7.0_51) on Mon Nov 10 04:00:04 EST 2014 -->
< title > mxRectangle (mxGraph 3.1.1.1 API Specification)< / title >
< meta name = "date" content = "2014-11-10" >
2014-04-01 11:30:48 +00:00
< link rel = "stylesheet" type = "text/css" href = "../../../stylesheet.css" title = "Style" >
< / head >
< body >
< script type = "text/javascript" > < ! - -
2012-05-21 20:32:26 +00:00
if (location.href.indexOf('is-external=true') == -1) {
2014-11-10 09:02:21 +00:00
parent.document.title="mxRectangle (mxGraph 3.1.1.1 API Specification)";
2012-05-21 20:32:26 +00:00
}
2014-04-01 11:30:48 +00:00
//-->
< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
2012-05-21 20:32:26 +00:00
<!-- ========= START OF TOP NAVBAR ======= -->
2014-04-01 11:30:48 +00:00
< div class = "topNav" > < a name = "navbar_top" >
<!-- -->
< / a > < a href = "#skip-navbar_top" title = "Skip navigation links" > < / a > < a name = "navbar_top_firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../overview-summary.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "class-use/mxRectangle.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../help-doc.html" > Help< / a > < / li >
< / ul >
2014-11-10 09:02:21 +00:00
< div class = "aboutLanguage" > < em > < p > < b > mxGraph 3.1.1.1< / b > < / p > < / em > < / div >
2014-04-01 11:30:48 +00:00
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > < span class = "strong" > Prev Class< / span > < / a > < / li >
< li > < a href = "../../../com/mxgraph/util/mxResources.html" title = "class in com.mxgraph.util" > < span class = "strong" > Next Class< / span > < / a > < / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../index.html?com/mxgraph/util/mxRectangle.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "mxRectangle.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_top" >
< li > < a href = "../../../allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_top");
2012-05-21 20:32:26 +00:00
if(window==top) {
2014-04-01 11:30:48 +00:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2012-05-21 20:32:26 +00:00
}
//-->
2014-04-01 11:30:48 +00:00
< / script >
< / div >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > < a href = "#field_summary" > Field< / a > | < / li >
< li > < a href = "#constructor_summary" > Constr< / a > | < / li >
< li > < a href = "#method_summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > < a href = "#field_detail" > Field< / a > | < / li >
< li > < a href = "#constructor_detail" > Constr< / a > | < / li >
< li > < a href = "#method_detail" > Method< / a > < / li >
< / ul >
< / div >
< a name = "skip-navbar_top" >
<!-- -->
< / a > < / div >
2012-05-21 20:32:26 +00:00
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
2014-04-01 11:30:48 +00:00
< div class = "header" >
< div class = "subTitle" > com.mxgraph.util< / div >
< h2 title = "Class mxRectangle" class = "title" > Class mxRectangle< / h2 >
< / div >
< div class = "contentContainer" >
< ul class = "inheritance" >
2014-11-10 09:02:21 +00:00
< li > java.lang.Object< / li >
2014-04-01 11:30:48 +00:00
< li >
< ul class = "inheritance" >
< li > < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > com.mxgraph.util.mxPoint< / a > < / li >
< li >
< ul class = "inheritance" >
< li > com.mxgraph.util.mxRectangle< / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< div class = "description" >
< ul class = "blockList" >
< li class = "blockList" >
< dl >
< dt > All Implemented Interfaces:< / dt >
2014-11-10 09:02:21 +00:00
< dd > java.io.Serializable, java.lang.Cloneable< / dd >
2014-04-01 11:30:48 +00:00
< / dl >
< dl >
< dt > Direct Known Subclasses:< / dt >
< dd > < a href = "../../../com/mxgraph/view/mxCellState.html" title = "class in com.mxgraph.view" > mxCellState< / a > , < a href = "../../../com/mxgraph/model/mxGeometry.html" title = "class in com.mxgraph.model" > mxGeometry< / a > < / dd >
< / dl >
< hr >
< br >
< pre > public class < span class = "strong" > mxRectangle< / span >
extends < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > < / pre >
< div class = "block" > Implements a 2-dimensional rectangle with double precision coordinates.< / div >
< dl > < dt > < span class = "strong" > See Also:< / span > < / dt > < dd > < a href = "../../../serialized-form.html#com.mxgraph.util.mxRectangle" > Serialized Form< / a > < / dd > < / dl >
< / li >
< / ul >
< / div >
< div class = "summary" >
< ul class = "blockList" >
< li class = "blockList" >
2012-05-21 20:32:26 +00:00
<!-- =========== FIELD SUMMARY =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "field_summary" >
<!-- -->
< / a >
< h3 > Field Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Field Summary table, listing fields, and an explanation" >
< caption > < span > Fields< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th class = "colLast" scope = "col" > Field and Description< / th >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > protected double< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#height" > height< / a > < / strong > < / code >
< div class = "block" > Holds the width and the height.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > protected double< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#width" > width< / a > < / strong > < / code >
< div class = "block" > Holds the width and the height.< / div >
< / td >
< / tr >
< / table >
< ul class = "blockList" >
< li class = "blockList" > < a name = "fields_inherited_from_class_com.mxgraph.util.mxPoint" >
<!-- -->
< / a >
< h3 > Fields inherited from class com.mxgraph.util.< a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > < / h3 >
< code > < a href = "../../../com/mxgraph/util/mxPoint.html#x" > x< / a > , < a href = "../../../com/mxgraph/util/mxPoint.html#y" > y< / a > < / code > < / li >
< / ul >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "constructor_summary" >
<!-- -->
< / a >
< h3 > Constructor Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Constructor Summary table, listing constructors, and an explanation" >
< caption > < span > Constructors< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colOne" scope = "col" > Constructor and Description< / th >
< / tr >
< tr class = "altColor" >
< td class = "colOne" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#mxRectangle()" > mxRectangle< / a > < / strong > ()< / code >
< div class = "block" > Constructs a new rectangle at (0, 0) with the width and height set to 0.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colOne" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#mxRectangle(double, double, double, double)" > mxRectangle< / a > < / strong > (double x,
double y,
double width,
double height)< / code >
< div class = "block" > Constructs a rectangle using the given parameters.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colOne" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#mxRectangle(com.mxgraph.util.mxRectangle)" > mxRectangle< / a > < / strong > (< a href = "../../../com/mxgraph/util/mxRectangle.html" title = "class in com.mxgraph.util" > mxRectangle< / a > rect)< / code >
< div class = "block" > Constructs a copy of the given rectangle.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colOne" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#mxRectangle(java.awt.geom.Rectangle2D)" > mxRectangle< / a > < / strong > (java.awt.geom.Rectangle2D rect)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Constructs a copy of the given rectangle.< / div >
< / td >
< / tr >
< / table >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ========== METHOD SUMMARY =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "method_summary" >
<!-- -->
< / a >
< h3 > Method Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Method Summary table, listing methods, and an explanation" >
< caption > < span > Methods< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th class = "colLast" scope = "col" > Method and Description< / th >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#add(com.mxgraph.util.mxRectangle)" > add< / a > < / strong > (< a href = "../../../com/mxgraph/util/mxRectangle.html" title = "class in com.mxgraph.util" > mxRectangle< / a > rect)< / code >
< div class = "block" > Adds the given rectangle to this rectangle.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.lang.Object< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#clone()" > clone< / a > < / strong > ()< / code >
< div class = "block" > Returns a new instance of the same rectangle.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > boolean< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#contains(double, double)" > contains< / a > < / strong > (double x,
double y)< / code >
< div class = "block" > Returns true if the given point is contained in the rectangle.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > boolean< / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#equals(java.lang.Object)" > equals< / a > < / strong > (java.lang.Object obj)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns true if the given object equals this rectangle.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > double< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#getCenterX()" > getCenterX< / a > < / strong > ()< / code >
< div class = "block" > Returns the x-coordinate of the center.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > double< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#getCenterY()" > getCenterY< / a > < / strong > ()< / code >
< div class = "block" > Returns the y-coordinate of the center.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > double< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#getHeight()" > getHeight< / a > < / strong > ()< / code >
< div class = "block" > Returns the height of the rectangle.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.awt.Rectangle< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#getRectangle()" > getRectangle< / a > < / strong > ()< / code >
< div class = "block" > Returns the bounds as a new rectangle.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > double< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#getWidth()" > getWidth< / a > < / strong > ()< / code >
< div class = "block" > Returns the width of the rectangle.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#grow(double)" > grow< / a > < / strong > (double amount)< / code >
< div class = "block" > Grows the rectangle by the given amount, that is, this method subtracts
2012-05-21 20:32:26 +00:00
the given amount from the x- and y-coordinates and adds twice the amount
2014-04-01 11:30:48 +00:00
to the width and height.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > < / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#intersectLine(double, double, double, double)" > intersectLine< / a > < / strong > (double x0,
double y0,
double x1,
double y1)< / code >
< div class = "block" > Returns the point at which the specified point intersects the perimeter
of this rectangle or null if there is no intersection.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#setHeight(double)" > setHeight< / a > < / strong > (double value)< / code >
< div class = "block" > Sets the height of the rectangle.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#setRect(double, double, double, double)" > setRect< / a > < / strong > (double x,
double y,
double w,
double h)< / code >
< div class = "block" > Sets this rectangle to the specified values< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#setWidth(double)" > setWidth< / a > < / strong > (double value)< / code >
< div class = "block" > Sets the width of the rectangle.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.lang.String< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/util/mxRectangle.html#toString()" > toString< / a > < / strong > ()< / code >
< div class = "block" > Returns the < code > String< / code > representation of this
< code > mxRectangle< / code > .< / div >
< / td >
< / tr >
< / table >
< ul class = "blockList" >
< li class = "blockList" > < a name = "methods_inherited_from_class_com.mxgraph.util.mxPoint" >
<!-- -->
< / a >
< h3 > Methods inherited from class com.mxgraph.util.< a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > < / h3 >
< code > < a href = "../../../com/mxgraph/util/mxPoint.html#getPoint()" > getPoint< / a > , < a href = "../../../com/mxgraph/util/mxPoint.html#getX()" > getX< / a > , < a href = "../../../com/mxgraph/util/mxPoint.html#getY()" > getY< / a > , < a href = "../../../com/mxgraph/util/mxPoint.html#setX(double)" > setX< / a > , < a href = "../../../com/mxgraph/util/mxPoint.html#setY(double)" > setY< / a > < / code > < / li >
< / ul >
< ul class = "blockList" >
< li class = "blockList" > < a name = "methods_inherited_from_class_java.lang.Object" >
<!-- -->
< / a >
2014-11-10 09:02:21 +00:00
< h3 > Methods inherited from class java.lang.Object< / h3 >
< code > finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait< / code > < / li >
2014-04-01 11:30:48 +00:00
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< div class = "details" >
< ul class = "blockList" >
< li class = "blockList" >
2012-05-21 20:32:26 +00:00
<!-- ============ FIELD DETAIL =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "field_detail" >
<!-- -->
< / a >
< h3 > Field Detail< / h3 >
< a name = "width" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > width< / h4 >
< pre > protected double width< / pre >
< div class = "block" > Holds the width and the height. Default is 0.< / div >
< / li >
< / ul >
< a name = "height" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > height< / h4 >
< pre > protected double height< / pre >
< div class = "block" > Holds the width and the height. Default is 0.< / div >
< / li >
< / ul >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ========= CONSTRUCTOR DETAIL ======== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "constructor_detail" >
<!-- -->
< / a >
< h3 > Constructor Detail< / h3 >
< a name = "mxRectangle()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > mxRectangle< / h4 >
< pre > public mxRectangle()< / pre >
< div class = "block" > Constructs a new rectangle at (0, 0) with the width and height set to 0.< / div >
< / li >
< / ul >
< a name = "mxRectangle(java.awt.geom.Rectangle2D)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > mxRectangle< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public mxRectangle(java.awt.geom.Rectangle2D rect)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Constructs a copy of the given rectangle.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > rect< / code > - Rectangle to construct a copy of.< / dd > < / dl >
< / li >
< / ul >
< a name = "mxRectangle(com.mxgraph.util.mxRectangle)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > mxRectangle< / h4 >
< pre > public mxRectangle(< a href = "../../../com/mxgraph/util/mxRectangle.html" title = "class in com.mxgraph.util" > mxRectangle< / a > rect)< / pre >
< div class = "block" > Constructs a copy of the given rectangle.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > rect< / code > - Rectangle to construct a copy of.< / dd > < / dl >
< / li >
< / ul >
< a name = "mxRectangle(double, double, double, double)" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > mxRectangle< / h4 >
< pre > public mxRectangle(double x,
double y,
double width,
double height)< / pre >
< div class = "block" > Constructs a rectangle using the given parameters.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > x< / code > - X-coordinate of the new rectangle.< / dd > < dd > < code > y< / code > - Y-coordinate of the new rectangle.< / dd > < dd > < code > width< / code > - Width of the new rectangle.< / dd > < dd > < code > height< / code > - Height of the new rectangle.< / dd > < / dl >
< / li >
< / ul >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ============ METHOD DETAIL ========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "method_detail" >
<!-- -->
< / a >
< h3 > Method Detail< / h3 >
< a name = "getWidth()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getWidth< / h4 >
< pre > public double getWidth()< / pre >
< div class = "block" > Returns the width of the rectangle.< / div >
< dl > < dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns the width.< / dd > < / dl >
< / li >
< / ul >
< a name = "setWidth(double)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > setWidth< / h4 >
< pre > public void setWidth(double value)< / pre >
< div class = "block" > Sets the width of the rectangle.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > value< / code > - Double that specifies the new width.< / dd > < / dl >
< / li >
< / ul >
< a name = "getHeight()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getHeight< / h4 >
< pre > public double getHeight()< / pre >
< div class = "block" > Returns the height of the rectangle.< / div >
< dl > < dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns the height.< / dd > < / dl >
< / li >
< / ul >
< a name = "setHeight(double)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > setHeight< / h4 >
< pre > public void setHeight(double value)< / pre >
< div class = "block" > Sets the height of the rectangle.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > value< / code > - Double that specifies the new height.< / dd > < / dl >
< / li >
< / ul >
< a name = "setRect(double, double, double, double)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > setRect< / h4 >
< pre > public void setRect(double x,
double y,
double w,
double h)< / pre >
< div class = "block" > Sets this rectangle to the specified values< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > x< / code > - the new x-axis position< / dd > < dd > < code > y< / code > - the new y-axis position< / dd > < dd > < code > w< / code > - the new width of the rectangle< / dd > < dd > < code > h< / code > - the new height of the rectangle< / dd > < / dl >
< / li >
< / ul >
< a name = "add(com.mxgraph.util.mxRectangle)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > add< / h4 >
< pre > public void add(< a href = "../../../com/mxgraph/util/mxRectangle.html" title = "class in com.mxgraph.util" > mxRectangle< / a > rect)< / pre >
< div class = "block" > Adds the given rectangle to this rectangle.< / div >
< / li >
< / ul >
< a name = "getCenterX()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getCenterX< / h4 >
< pre > public double getCenterX()< / pre >
< div class = "block" > Returns the x-coordinate of the center.< / div >
< dl > < dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns the x-coordinate of the center.< / dd > < / dl >
< / li >
< / ul >
< a name = "getCenterY()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getCenterY< / h4 >
< pre > public double getCenterY()< / pre >
< div class = "block" > Returns the y-coordinate of the center.< / div >
< dl > < dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns the y-coordinate of the center.< / dd > < / dl >
< / li >
< / ul >
< a name = "grow(double)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > grow< / h4 >
< pre > public void grow(double amount)< / pre >
< div class = "block" > Grows the rectangle by the given amount, that is, this method subtracts
2012-05-21 20:32:26 +00:00
the given amount from the x- and y-coordinates and adds twice the amount
2014-04-01 11:30:48 +00:00
to the width and height.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > amount< / code > - Amount by which the rectangle should be grown.< / dd > < / dl >
< / li >
< / ul >
< a name = "contains(double, double)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > contains< / h4 >
< pre > public boolean contains(double x,
double y)< / pre >
< div class = "block" > Returns true if the given point is contained in the rectangle.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > x< / code > - X-coordinate of the point.< / dd > < dd > < code > y< / code > - Y-coordinate of the point.< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns true if the point is contained in the rectangle.< / dd > < / dl >
< / li >
< / ul >
< a name = "intersectLine(double, double, double, double)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > intersectLine< / h4 >
< pre > public < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > intersectLine(double x0,
double y0,
double x1,
double y1)< / pre >
< div class = "block" > Returns the point at which the specified point intersects the perimeter
of this rectangle or null if there is no intersection.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > x0< / code > - the x co-ordinate of the first point of the line< / dd > < dd > < code > y0< / code > - the y co-ordinate of the first point of the line< / dd > < dd > < code > x1< / code > - the x co-ordinate of the second point of the line< / dd > < dd > < code > y1< / code > - the y co-ordinate of the second point of the line< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > the point at which the line intersects this rectangle, or null
if there is no intersection< / dd > < / dl >
< / li >
< / ul >
< a name = "getRectangle()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getRectangle< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.awt.Rectangle getRectangle()< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns the bounds as a new rectangle.< / div >
< dl > < dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns a new rectangle for the bounds.< / dd > < / dl >
< / li >
< / ul >
< a name = "equals(java.lang.Object)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > equals< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public boolean equals(java.lang.Object obj)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns true if the given object equals this rectangle.< / div >
< dl >
< dt > < strong > Overrides:< / strong > < / dt >
< dd > < code > < a href = "../../../com/mxgraph/util/mxPoint.html#equals(java.lang.Object)" > equals< / a > < / code > in class < code > < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > < / code > < / dd >
< / dl >
< / li >
< / ul >
< a name = "clone()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > clone< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.lang.Object clone()< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns a new instance of the same rectangle.< / div >
< dl >
< dt > < strong > Overrides:< / strong > < / dt >
< dd > < code > < a href = "../../../com/mxgraph/util/mxPoint.html#clone()" > clone< / a > < / code > in class < code > < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > < / code > < / dd >
< / dl >
< / li >
< / ul >
< a name = "toString()" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > toString< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.lang.String toString()< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns the < code > String< / code > representation of this
< code > mxRectangle< / code > .< / div >
< dl >
< dt > < strong > Overrides:< / strong > < / dt >
< dd > < code > < a href = "../../../com/mxgraph/util/mxPoint.html#toString()" > toString< / a > < / code > in class < code > < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > < / code > < / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > a < code > String< / code > representing this
< code > mxRectangle< / code > .< / dd > < / dl >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< / div >
2012-05-21 20:32:26 +00:00
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
2014-04-01 11:30:48 +00:00
< div class = "bottomNav" > < a name = "navbar_bottom" >
<!-- -->
< / a > < a href = "#skip-navbar_bottom" title = "Skip navigation links" > < / a > < a name = "navbar_bottom_firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../overview-summary.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "class-use/mxRectangle.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../help-doc.html" > Help< / a > < / li >
< / ul >
2014-11-10 09:02:21 +00:00
< div class = "aboutLanguage" > < em > < p > < b > mxGraph 3.1.1.1< / b > < / p > < / em > < / div >
2014-04-01 11:30:48 +00:00
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > < span class = "strong" > Prev Class< / span > < / a > < / li >
< li > < a href = "../../../com/mxgraph/util/mxResources.html" title = "class in com.mxgraph.util" > < span class = "strong" > Next Class< / span > < / a > < / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../index.html?com/mxgraph/util/mxRectangle.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "mxRectangle.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_bottom" >
< li > < a href = "../../../allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_bottom");
2012-05-21 20:32:26 +00:00
if(window==top) {
2014-04-01 11:30:48 +00:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2012-05-21 20:32:26 +00:00
}
//-->
2014-04-01 11:30:48 +00:00
< / script >
< / div >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > < a href = "#field_summary" > Field< / a > | < / li >
< li > < a href = "#constructor_summary" > Constr< / a > | < / li >
< li > < a href = "#method_summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > < a href = "#field_detail" > Field< / a > | < / li >
< li > < a href = "#constructor_detail" > Constr< / a > | < / li >
< li > < a href = "#method_detail" > Method< / a > < / li >
< / ul >
< / div >
< a name = "skip-navbar_bottom" >
<!-- -->
< / a > < / div >
2012-05-21 20:32:26 +00:00
<!-- ======== END OF BOTTOM NAVBAR ======= -->
2014-04-01 11:30:48 +00:00
< p class = "legalCopy" > < small > < font size = 1 > Copyright (c) 2010 < a href = "http://www.mxgraph.com/"
target="_blank">Gaudenz Alder, David Benson< / a > . All rights reserved.< / font > < / small > < / p >
< / body >
< / html >