Package curve.area
Class Neighbour
java.lang.Object
curve.area.Neighbour
- 
Field SummaryFieldsModifier and TypeFieldDescriptionareasprivate static Boardboardprivate static intboardX, boardYprivate static intboardX, boardYprivate static booleandebugprivate static Colour[]foundprivate static MyAreafoundAreaprivate static ColourfoundLineprivate static intfoundPtrlinesprivate static booleanmouseMovedprivate static Stringzz
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic MyAreacheckOverArea(int fX, int fY, Tr t) check Over Areastatic AreaPointcheckOverAreaPoint(int fx, int fy, Tr t) check over area pointstatic CtlPointcheckOverCtlPoint(int fx, int fy, Tr t) check over control pointstatic EndPointcheckOverEndPoint(int fx, int fy, Tr t) check over end pointstatic LinecheckOverLine(int fx, int fy, Tr t) check over linestatic DPointWithIDcheckOverPoint(int fx, int fy, Tr t) check over pointstatic booleancollectprivate static booleancollectDot(int bx, int by) collect Dotstatic voiddumpstatic Colour[]get Neighboursstatic voidreset()resetreturnOverMultipleEndPoints(int fx, int fy, Tr t) return Over Multiple End Pointsstatic voidset boardstatic voidsetMouseMoved(boolean moved) setMouseMoved
- 
Field Details- 
zzzz
- 
mouseMovedprivate static boolean mouseMovedmouseMoved
- 
areas
- 
lines
- 
boardXprivate static int boardXboardX, boardY
- 
boardYprivate static int boardYboardX, boardY
- 
boardboard
- 
foundfound
- 
foundPtrprivate static int foundPtrfoundPtr
- 
debugprivate static boolean debugdebug
- 
foundLinefoundLine
- 
foundAreafoundArea
 
- 
- 
Constructor Details- 
Neighbour
 
- 
- 
Method Details- 
setBoard
- 
resetpublic static void reset()reset
- 
setMouseMovedpublic static void setMouseMoved(boolean moved) setMouseMoved- Parameters:
- moved- -
 
- 
collectcollect- Parameters:
- fx- -
- fy- -
- t- -
- Returns:
- found something
 
- 
collectDotprivate static boolean collectDot(int bx, int by) collect Dot- Parameters:
- bx- -
- by- -
- Returns:
- found Something
 
- 
getNeighbours
- 
checkOverLine
- 
checkOverArea
- 
checkOverPointcheck over point- Parameters:
- fx- -
- fy- -
- t- -
- Returns:
- point
 
- 
checkOverEndPoint
- 
checkOverAreaPoint
- 
checkOverCtlPoint
- 
returnOverMultipleEndPoints
- 
dump
 
-