This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.




pieBoxLabeler(n)                             pieBoxLabeler class                            pieBoxLabeler(n)



____________________________________________________________________________________________________________

NAME
       pieBoxLabeler - tkpiechart pie box style labeler class

SYNOPSIS
       stooop::new pieBoxLabeler canvas ?options?

       switched::configure pieBoxLabelerObject ?options?

       switched::cget pieBoxLabelerObject option

____________________________________________________________________________________________________________

DESCRIPTION
       The  pie  box  style labeler object is used as a slice label placer for a pie object and is passed to
       the pie constructor via its -labeler option (see the pie class manual).

       The labels are arranged in 2 columns below the pie graphics. Each label text is placed to  the  right
       of  a rectangle, the background color of which matches its corresponding slice. The slice share value
       is placed to the right of the label text, separated by a semicolon. Each label  is  actually  a  can-vasLabel canvasLabel
       vasLabel object (see the canvasLabel class manual for further information).

       There is no need to delete a pieBoxLabeler object as it is automatically handled by the pie class.

       stooop::new pieBoxLabeler canvas ?options?
              Creates a pieBoxLabeler object in the specified Tk canvas. The pieBoxLabeler object identifier
              is returned (referred to as pieBoxLabelerObject in this document).

       switched::configure pieBoxLabelerObject ?options?
              Configures a pieBoxLabeler object or returns all the options with their current values  if  no
              options are passed as parameters.

       switched::cget pieBoxLabelerObject option
              Returns an option value for the specified pieBoxLabeler object.


OPTIONS
       -font value
              Specifies a font for the slice labels. If not specified, the default font is system dependent.

       -justify value
              Specifies how to justify labels within their own column. Must be one of left, center or right.
              Defaults  to  left.  For example, if justification is right, all column labels right edges are
              aligned.

       -offset value
              Specifies the distance between the pie graphics and the closest slice label. This value may be
              specified in any of the forms described in the canvas COORDINATES manual section.


TAGS
       The  labeler has the following specific tag (see the canvas manual page ITEM IDS AND TAGS section for
       more information):

             pieBoxLabeler(pieBoxLabelerObject)


SEE ALSO
       canvasLabel, pie, piePeripheralLabeler

KEYWORDS
       canvas, labeler, pie, slice

COPYRIGHT
       Copyright (c) 1995-2004 Jean-Luc Fontaine <jfontain@free.fr>




tkpiechart                                           6.6                                    pieBoxLabeler(n)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...