|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | SUPER INTRODUCTION | FIELD INTRODUCTION | CONSTRUCTOR INTRODUCTION | METHOD INTRODUCTION | POINTCUT | ADVICE | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | SUPER INTRODUCTION | FIELD INTRODUCTION | CONSTRUCTOR INTRODUCTION | METHOD INTRODUCTION | POINTCUT | ADVICE | CONSTRUCTOR | METHOD |
java.lang.Object | +--figures.DisplayUpdating
Advice Summary | |
after()
Affects: Line(3), Point(3) |
Field Summary | |
private static boolean |
flag
|
Constructor Summary | |
DisplayUpdating()
|
Method Summary | |
static DisplayUpdating |
aspectOf()
|
static boolean |
hasAspect()
|
static boolean |
testAndClear()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Advice Detail |
after()
incrXY(int,int) in Point
.incrXY(int,int) in Line
.setP1(Point) in Line
.setP2(Point) in Line
.setX(int) in Point
.setY(int) in Point
.Field Detail |
private static boolean flag
Constructor Detail |
public DisplayUpdating()
Method Detail |
public static DisplayUpdating aspectOf()
public static boolean hasAspect()
public static boolean testAndClear()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |