Class Definition: RTreeStyle

Class: RTreeStyle

A Ruby wrapper around RTree styles, used in PostScript plotting.

RTreeStyle: obj = RTreeStyle ()

Creates an empty RTreeStyle object, one can subsequently call the instance method json

See also: RTreeStyle.json_read, RTree.postscript

Method: from_json

RTreeStyle: obj = from_json (json)

Create a new RTreeStyle instance obj from JSON string.

Method: json_read

RTreeStyle: obj = json_read (io_arg)

Create a new RTreeStyle instance obj from JSON stream or path io_arg.