All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----IMSWG.IW.SubSet.Handle
public Handle(String passedtype, float passedleftLineSlope, float passedleftLineYIntercept, float passedrightLineSlope, float passedrightLineYIntercept, float passedhandleSlope, float passedwidth)
public void set(float passedX, float passedY, String up, String down)
public void set(float passedX, float passedY, float passedpadX, float passedpadY)
public void draw(Graphics g)
public boolean grabbed(int xClick, int yClick)
public int getXl()
public int getXr()
public int getYl()
public int getYr()
public float getX()
public float getY()
public int getpadXl()
public int getpadXr()
public int getpadYl()
public int getpadYr()
public float getpadX()
public float getpadY()
public float getnewX()
public float getnewY()
public String getType()
public float getSlope()
All Packages Class Hierarchy This Package Previous Next Index