jet.api
Class RoundBox

java.lang.Object
  extended by jet.api.Shape
      extended by jet.api.RoundBox

public class RoundBox
extends Shape

class RoundBox wraps all line Object infos


Constructor Summary
RoundBox()
          Define RoundBox object
 
Method Summary
 double getCornerFactor()
          Gets round box CornerFactor
 void setCornerFactor(double cornerFactor)
          Sets round box CornerFactor
 
Methods inherited from class jet.api.Shape
getBottomAttach, getBottomAttachX, getBottomAttachY, getShapeType, getTopAttach, getTopAttachX, getTopAttachY, setBottomAttach, setBottomAttachX, setBottomAttachY, setTopAttach, setTopAttachX, setTopAttachY
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundBox

public RoundBox()
Define RoundBox object

Method Detail

setCornerFactor

public void setCornerFactor(double cornerFactor)
Sets round box CornerFactor

Parameters:
cornerFactor - value of CornerFactor

getCornerFactor

public double getCornerFactor()
Gets round box CornerFactor

Returns:
value of CornerFactor