hep.aida.web.taglib
Interface StyleTag
- All Superinterfaces:
- StyleProvider
- All Known Implementing Classes:
- StyleTagImpl, StyleTagSupport
public interface StyleTag
- extends StyleProvider
The <style>
tag is used to control plot styles (colors,
labels, etc). A <style>
tag can appear inside
<plotter>
,<region>
and
<plot>
tags, and can be arbitrarily nested. For example,
a <style>
element for an axis can occur inside a
<style>
element corresponding to a
<region>
.
- Author:
- The AIDA Team @ SLAC
Method Summary |
void |
setType(String type)
Set the optional AIDA style type (xAxis, yAxis, etc). |
setType
void setType(String type)
- Set the optional AIDA style type (xAxis, yAxis, etc). This attribute
is optional, and only used when one style is nested within another. Legal
values depend on the context. For example, for a style inside a region
tag, legal types are xAxis, yAxis. See the examples and AIDA
documentation for more details.
Copyright © 2000-2006 FreeHEP. All Rights Reserved.