OOF2: The Manual
Name
Info (SkeletonInfoDisplay) — Set parameters for the decorations used by the Skeleton Info toolbox.
Synopsis
SkeletonInfoDisplay(query_color,peek_color,node_size,element_width,segment_width)
Details
-
Base class:
DisplayMethod -
Parameters:
query_color- Color for the queried objects. Type: An object of the
Colorclass. peek_color- Color for the peeked objects. Type: An object of the
Colorclass. node_size- Node size. Type: An integer in the range [0, 10].
element_width- Line width for elements. Type: An integer in the range [0, 10].
segment_width- Line width for segments. Type: An integer in the range [0, 10].
Description
SkeletonInfoDisplay marks the Skeleton
components whose information is displayed in the Skeleton Info
toolbox.
The query_color parameter governs the color of
the primary object being displayed in the toolbox. Clicking on
the name of another Skeleton component in the toolbox highlights
that component with the peek_color.
Nodes are displayed with a dot of radius
node_size, Elements are displayed by drawing
their perimeter with lines of width
element_width, and Segments are displayed with
lines of width segment_width. All three of
these parameters are integers, in units of the screen pixel size.
A single SkeletonInfoDisplay is created
automatically in each Graphics
Window and is not normally visible in the window's layer
list. To edit its properties, first select List
All Layers in the graphics window's Settings menu.



