Lines Matching defs:info

143         info().flashColor = flashColor;
151 return info().flashColor;
158 info().flashTime = flashTime;
166 return info().flashTime;
173 info().flashCount = flashCount;
180 return info().flashCount;
186 info().stream = stream;
193 return info().stream;
200 info().log(toShortString() + " Setting font: " + aFont);
216 info().log(toShortString() + " Setting color: " + aColor);
252 info().log(toShortString() +
265 info().log(toShortString() + " Setting paint mode");
275 info().log(toShortString() + " Setting XOR mode: " + aColor);
293 info().log(toShortString() +
305 info().log(toShortString() +
323 info().log(toShortString() +
332 DebugGraphicsInfo info = info();
335 info().log(toShortString() +
349 int i, count = (info.flashCount * 2) - 1;
352 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
355 sleep(info.flashTime);
366 DebugGraphicsInfo info = info();
369 info().log(toShortString() +
383 int i, count = (info.flashCount * 2) - 1;
386 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
389 sleep(info.flashTime);
400 DebugGraphicsInfo info = info();
403 info().log(toShortString() +
417 int i, count = (info.flashCount * 2) - 1;
420 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
423 sleep(info.flashTime);
435 DebugGraphicsInfo info = info();
438 info().log(toShortString() +
454 int i, count = (info.flashCount * 2) - 1;
457 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
461 sleep(info.flashTime);
473 DebugGraphicsInfo info = info();
476 info().log(toShortString() +
492 int i, count = (info.flashCount * 2) - 1;
495 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
499 sleep(info.flashTime);
510 DebugGraphicsInfo info = info();
513 info().log(toShortString() +
527 int i, count = (info.flashCount * 2) - 1;
530 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
533 sleep(info.flashTime);
545 DebugGraphicsInfo info = info();
548 info().log(toShortString() +
562 int i, count = (info.flashCount * 2) - 1;
565 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
568 sleep(info.flashTime);
580 DebugGraphicsInfo info = info();
583 info().log(toShortString() +
597 int i, count = (info.flashCount * 2) - 1;
600 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
603 sleep(info.flashTime);
614 DebugGraphicsInfo info = info();
617 info().log(toShortString() +
630 int i, count = (info.flashCount * 2) - 1;
633 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
636 sleep(info.flashTime);
647 DebugGraphicsInfo info = info();
650 info().log(toShortString() +
663 int i, count = (info.flashCount * 2) - 1;
666 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
669 sleep(info.flashTime);
681 DebugGraphicsInfo info = info();
684 info().log(toShortString() +
700 int i, count = (info.flashCount * 2) - 1;
703 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
706 sleep(info.flashTime);
718 DebugGraphicsInfo info = info();
721 info().log(toShortString() +
737 int i, count = (info.flashCount * 2) - 1;
740 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
743 sleep(info.flashTime);
754 DebugGraphicsInfo info = info();
757 info().log(toShortString() +
772 int i, count = (info.flashCount * 2) - 1;
775 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
778 sleep(info.flashTime);
789 DebugGraphicsInfo info = info();
792 info().log(toShortString() +
807 int i, count = (info.flashCount * 2) - 1;
810 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
813 sleep(info.flashTime);
824 DebugGraphicsInfo info = info();
827 info().log(toShortString() +
842 int i, count = (info.flashCount * 2) - 1;
845 graphics.setColor((i % 2) == 0 ? info.flashColor : oldColor);
848 sleep(info.flashTime);
859 DebugGraphicsInfo info = info();
862 info().log(toShortString() +
876 int i, count = (info.flashCount * 2) - 1;
879 graphics.setColor((i % 2) == 0 ? info.flashColor
883 sleep(info.flashTime);
894 DebugGraphicsInfo info = info();
897 info().log(toShortString() +
911 int i, count = (info.flashCount * 2) - 1;
914 graphics.setColor((i % 2) == 0 ? info.flashColor
918 sleep(info.flashTime);
929 DebugGraphicsInfo info = info();
934 info().log(toShortString() +
947 int i, count = (info.flashCount * 2) - 1;
950 graphics.setColor((i % 2) == 0 ? info.flashColor
954 sleep(info.flashTime);
965 DebugGraphicsInfo info = info();
970 info().log(toShortString() +
983 int i, count = (info.flashCount * 2) - 1;
986 graphics.setColor((i % 2) == 0 ? info.flashColor
990 sleep(info.flashTime);
1002 DebugGraphicsInfo info = info();
1005 info.log(toShortString() +
1018 int i, count = (info.flashCount * 2) - 1;
1022 new DebugGraphicsFilter(info.flashColor));
1035 sleep(info.flashTime);
1046 DebugGraphicsInfo info = info();
1049 info.log(toShortString() +
1062 int i, count = (info.flashCount * 2) - 1;
1066 new DebugGraphicsFilter(info.flashColor));
1079 sleep(info.flashTime);
1091 DebugGraphicsInfo info = info();
1094 info.log(toShortString() +
1108 int i, count = (info.flashCount * 2) - 1;
1112 new DebugGraphicsFilter(info.flashColor));
1125 sleep(info.flashTime);
1137 DebugGraphicsInfo info = info();
1140 info.log(toShortString() +
1155 int i, count = (info.flashCount * 2) - 1;
1159 new DebugGraphicsFilter(info.flashColor));
1172 sleep(info.flashTime);
1185 DebugGraphicsInfo info = info();
1188 info.log(toShortString() +
1203 int i, count = (info.flashCount * 2) - 1;
1207 new DebugGraphicsFilter(info.flashColor));
1221 sleep(info.flashTime);
1236 DebugGraphicsInfo info = info();
1239 info.log(toShortString() +
1255 int i, count = (info.flashCount * 2) - 1;
1259 new DebugGraphicsFilter(info.flashColor));
1273 sleep(info.flashTime);
1291 info().log(toShortString() +
1369 info().setDebugOptions(component, options);
1375 DebugGraphicsInfo debugGraphicsInfo = info();
1388 DebugGraphicsInfo info = info();
1389 if (info == null) {
1396 debugOptions |= info.getDebugOptions((JComponent)container);
1408 DebugGraphicsInfo debugGraphicsInfo = info();
1433 DebugGraphicsInfo info = info();
1436 if (info.debugFrame == null) {
1437 info.debugFrame = new JFrame();
1438 info.debugFrame.setSize(500, 500);
1440 debugFrame = info.debugFrame;
1455 static DebugGraphicsInfo info() {