Package diva.canvas.tutorial
Class LabelTutorial
- java.lang.Object
-
- diva.canvas.tutorial.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
-
-
-
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
-
-