diva.canvas.tutorial
Class LabelTutorial

java.lang.Object
  extended by diva.canvas.tutorial.LabelTutorial

public class LabelTutorial
extends Object

This tutorial illustrates how to use LabelFigure and related classes.

Version:
$Revision: 1.10 $
Author:
John Reekie

Constructor Summary
LabelTutorial()
          Create a JCanvas and put it into a window
 
Method Summary
 void createLabeledWrappers()
          Create a couple of figures with labels attached to them.
 void createLabels()
          Create a collection of labels.
static void main(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(String[] argv)
Main function



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.