net.sourceforge.plantuml.hector
Class Box2D

java.lang.Object
  extended by net.sourceforge.plantuml.hector.Box2D

public class Box2D
extends Object


Method Summary
static Box2D create(double x, double y, Dimension2D dim)
           
 boolean doesIntersect(LineSegmentDouble seg)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static Box2D create(double x,
                           double y,
                           Dimension2D dim)

toString

public String toString()
Overrides:
toString in class Object

doesIntersect

public boolean doesIntersect(LineSegmentDouble seg)


Copyright © 2014. All Rights Reserved.