Class LabelTutorial


  • public class LabelTutorial
    extends java.lang.Object
    This tutorial illustrates how to use LabelFigure and related classes.
    Version:
    $Id$
    Author:
    John Reekie
    • Constructor Summary

      Constructors 
      Constructor Description
      LabelTutorial()
      Create a JCanvas and put it into a window
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createLabeledWrappers()
      Create a couple of figures with labels attached to them.
      void createLabels()
      Create a collection of labels.
      static void main​(java.lang.String[] argv)
      Main function
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LabelTutorial

        public LabelTutorial()
        Create a JCanvas and put it into a window
    • Method Detail

      • createLabels

        public void createLabels()
        Create a collection of labels. One label is created with each possible anchor point. Note that the labels appear to be in the wrong locations: but they are the anchor of the label itself, not the displayed square, so they are correct.
      • createLabeledWrappers

        public void createLabeledWrappers()
        Create a couple of figures with labels attached to them. This simple illustrates the fact that labels can be easily attached to any arbitrary figure.
      • main

        public static void main​(java.lang.String[] argv)
        Main function