| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.kabeja.dxf.helpers.DXFUtils
public class DXFUtils
| Constructor Summary | |
|---|---|
| DXFUtils() | |
| Method Summary | |
|---|---|
| static double | distance(Point start,
         Point end) | 
| static boolean | equals(Point p1,
       Point p2,
       double radius)Tests if the two points are the same for a given radius. | 
| static double | getArcRadius(DXFVertex start,
             DXFVertex end) | 
| static Point | getPointFromParameterizedLine(Point basePoint,
                              Vector direction,
                              double parameter) | 
| static void | reverseDXFLine(DXFLine line) | 
| static void | reverseDXFPolyline(DXFPolyline pline) | 
| static double | rotateAngleX(Point start,
             Point end) | 
| static Point | scalePoint(Point p,
           double scale) | 
| static double | vectorValue(double[] x) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DXFUtils()
| Method Detail | 
|---|
public static double distance(Point start,
                              Point end)
public static double rotateAngleX(Point start,
                                  Point end)
public static double vectorValue(double[] x)
public static Point scalePoint(Point p,
                               double scale)
public static Point getPointFromParameterizedLine(Point basePoint,
                                                  Vector direction,
                                                  double parameter)
public static void reverseDXFLine(DXFLine line)
public static void reverseDXFPolyline(DXFPolyline pline)
public static double getArcRadius(DXFVertex start,
                                  DXFVertex end)
public static boolean equals(Point p1,
                             Point p2,
                             double radius)
p1 - p2 - radius - 
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||