org.shapelogic.imageprocessing
Class PointProperties

java.lang.Object
  extended by org.shapelogic.imageprocessing.PointProperties

public class PointProperties
extends java.lang.Object

LineProperties contains properties that are important for a point when you are dealing with curved multi line.

Author:
Sami Badawi Properties to keep track of Direction change for 2 adjacent lines, when following the multi line Sharp corners

Field Summary
 double directionChange
           
 boolean sharpCorner
           
 
Constructor Summary
PointProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directionChange

public double directionChange

sharpCorner

public boolean sharpCorner
Constructor Detail

PointProperties

public PointProperties()


Copyright © 2009. All Rights Reserved.