Book Image

TIBCO Spotfire: A Comprehensive Primer

By : Michael Phillips
Book Image

TIBCO Spotfire: A Comprehensive Primer

By: Michael Phillips

Overview of this book

Table of Contents (18 chapters)
TIBCO Spotfire – A Comprehensive Primer
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Overview of the Spotfire API


In essence, the Spotfire API is a collection of objects, methods, and properties that can be manipulated to do just about anything in a script that you would otherwise do through the graphical user interface. One notable exception is the creation and manipulation of text area property controls. You can create document properties and change their values through the API, but you cannot build or otherwise interact with the controls that are embedded in the text area.

It's also important to stress that the API contains a lot of material that even an advanced script writer will never need. This chapter will distill the API down to the essentials a typical script writer needs. The API is divided into primary namespaces, and the ones we will cover in this chapter are as follows:

  • Spotfire.Dxp.Application

  • Spotfire.Dxp.Application.Filters

  • Spotfire.Dxp.Application.Visuals

  • Spotfire.Dxp.Application.Visuals.ConditionalColoring

  • Spotfire.Dxp.Application.Visuals.FittingModels...