sexi.comp
Interface CrownFigure

All Known Implementing Classes:
Crown

public interface CrownFigure

This class figure out the crown


Method Summary
 boolean contains(Point3f p)
           
 float getBotVerLen()
           
 float getCenterHeight()
           
 java.awt.Color getColor()
           
 float getHeight()
           
 java.awt.geom.Point2D getLocation()
           
 float getPorosity()
           
 float getTruncatedValue()
           
 float getVerRadius()
           
 float getWidth()
           
 

Method Detail

getWidth

public float getWidth()

getHeight

public float getHeight()

getVerRadius

public float getVerRadius()

getBotVerLen

public float getBotVerLen()

getColor

public java.awt.Color getColor()

getLocation

public java.awt.geom.Point2D getLocation()

getPorosity

public float getPorosity()

getTruncatedValue

public float getTruncatedValue()

getCenterHeight

public float getCenterHeight()

contains

public boolean contains(Point3f p)