net.sourceforge.plantuml.geom.kinetic
Class Frame

java.lang.Object
  extended by net.sourceforge.plantuml.geom.kinetic.Frame

public class Frame
extends Object


Constructor Summary
Frame(double x, double y, int width, int height)
           
 
Method Summary
 Point2D getFrontierPointViewBy(Point2D point)
           
 int getHeight()
           
 Point2D getMainCorner()
           
 int getWidth()
           
 double getX()
           
 double getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frame

public Frame(double x,
             double y,
             int width,
             int height)
Method Detail

getFrontierPointViewBy

public Point2D getFrontierPointViewBy(Point2D point)

getMainCorner

public Point2D getMainCorner()

getX

public final double getX()

getY

public final double getY()

getWidth

public final int getWidth()

getHeight

public final int getHeight()


Copyright © 2013. All Rights Reserved.