|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--figures.Figure
Inner Class/Aspect Summary | |
(package private) static aspect |
Figure.FactoryCollector
|
(package private) static aspect |
Figure.FactoryEnforcement
|
Pointcut Summary | |
|
constructions()
|
|
moves(FigureElement fe)
|
Field Summary | |
private static Map |
figureElementSets
|
Constructor Summary | |
Figure()
|
Method Summary | |
static Set |
getFigureElementSet(Class type)
|
static Line |
makeLine(Point p1,
Point p2)
|
static Point |
makePoint(int x,
int y)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Pointcut Detail |
public constructions()
public moves(FigureElement fe)
Field Detail |
private static Map figureElementSets
Constructor Detail |
public Figure()
Method Detail |
public static Set getFigureElementSet(Class type)
public static Line makeLine(Point p1, Point p2)
public static Point makePoint(int x, int y)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |