net.sourceforge.plantuml.graph2
Class MagicPointsFactory

java.lang.Object
  extended by net.sourceforge.plantuml.graph2.MagicPointsFactory

public class MagicPointsFactory
extends Object


Method Summary
static List<Point2D.Double> get(Point2D.Double p1, Point2D.Double p2)
           
static List<Point2D.Double> get(Rectangle2D.Double rect)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static List<Point2D.Double> get(Rectangle2D.Double rect)

get

public static List<Point2D.Double> get(Point2D.Double p1,
                                       Point2D.Double p2)


Copyright © 2012. All Rights Reserved.