mglib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

vis/objectgraphics/

mggrbubble__define.pro

includes main-level program

Examples

Try the main-level example program at the end of this file:

IDL> .run mggrbubble__define
This should produce:

Class description for mggrbubble

Inheritance

All ancestor classes: IDLGRMODEL IDLGRCONTAINER IDL_CONTAINER IDLGRCOMPONENT IDLITCOMPONENT

Properties

Properties in mggrbubble

_extra set init type=keywords

IDLgrPolygon or IDLgrPolyline properties

_ref_extra get type=keywords

IDLgrPolygon or IDLgrPolyline properties

area get set init type=boolean

set to specify SIZE as areas instead of radii

border_color get set init type=color

color of the bubble border

color get set init type=color

color of the interior of the bubbles

size get set init type=float

sizes of bubble; size of radius unless AREA is set, in which case it is the size of the area of the bubble

Routines

Routines from mggrbubble__define.pro

mggrbubble::getProperty, size=float, /area, color=color, border_color=color, _ref_extra=keywords

Get bubble properties.

mggrbubble::setProperty, size=float, /area, color=color, border_color=color, _extra=keywords

Set properties.

result = mggrbubble::init(x, y [, z] [, size=float/fltarr] [, /area] [, color=color] [, border_color=color], _extra=keywords)

Create a bubble.

mggrbubble__define

Define instance variables.

Routine details

top mggrbubble::getProperty

mggrbubble::getProperty, size=float, /area, color=color, border_color=color, _ref_extra=keywords

Get bubble properties.

Keywords

size type=float

sizes of bubble; size of radius unless AREA is set, in which case it is the size of the area of the bubble

area type=boolean

set to specify SIZE as areas instead of radii

color type=color

color of the interior of the bubbles

border_color type=color

color of the bubble border

_ref_extra type=keywords

IDLgrPolygon or IDLgrPolyline properties

top mggrbubble::setProperty

mggrbubble::setProperty, size=float, /area, color=color, border_color=color, _extra=keywords

Set properties.

Keywords

size type=float

sizes of bubble; size of radius unless AREA is set, in which case it is the size of the area of the bubble

area type=boolean

set to specify SIZE as areas instead of radii

color type=color

color of the interior of the bubbles

border_color type=color

color of the bubble border

_extra type=keywords

IDLgrPolygon or IDLgrPolyline properties

top mggrbubble::init

result = mggrbubble::init(x, y [, z] [, size=float/fltarr] [, /area] [, color=color] [, border_color=color], _extra=keywords)

Create a bubble.

Parameters

x in required type=float

x-coordinate of center of bubble

y in required type=float

y-coordinate of center of bubble

z in optional type=float default=1.0

z-coordinate of center of bubble

Keywords

size in optional type=float/fltarr

sizes of bubble; size of radius unless AREA is set, in which case it is the size of the area of the bubble

area in optional type=boolean

set to specify SIZE as areas instead of radii

color in optional type=color default=0B

color of bubble

border_color in optional type=color default=0B

color of bubble edge

_extra type=keywords

IDLgrPolygon or IDLgrPolyline properties

top mggrbubble__define

mggrbubble__define

Define instance variables.

File attributes

Modification date: Wed May 14 15:07:15 2014
Lines: 107
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.