FreeHEP API
Version current

hep.aida.ref.plotter
Class MarkerStyle

java.lang.Object
  extended byhep.aida.ref.plotter.BaseStyle
      extended byhep.aida.ref.plotter.BrushStyle
          extended byhep.aida.ref.plotter.MarkerStyle
All Implemented Interfaces:
hep.aida.IBaseStyle, hep.aida.IBrushStyle, hep.aida.IMarkerStyle, StyleListener

public class MarkerStyle
extends hep.aida.ref.plotter.BrushStyle
implements hep.aida.IMarkerStyle

Author:
The FreeHEP team @ SLAC.
Source Code:
MarkerStyle.java

Constructor Summary
MarkerStyle()
           
 
Method Summary
 String[] availableColors()
           
 String[] availableShapes()
           
 String color()
           
protected  void initializeBaseStyle()
          Initialize the BaseStyle.
 double opacity()
          returns -1 if it not set
 boolean setColor(String color)
           
 boolean setOpacity(double opacity)
           
 boolean setShape(String markerShape)
           
 boolean setSize(int size)
          Set the marker's size.
 String shape()
           
 int size()
          Get the marker's size.
 
Methods inherited from class hep.aida.ref.plotter.BaseStyle
addBaseStyle, addParameter, availableParameterOptions, availableParameters, child, children, deepestSetParameter, isParameterSet, isVisible, name, numberOfParameters, parameter, parameters, parameterValue, parent, reset, setName, setParameter, setParameter, setParameterDefault, setParent, setVisible, styleChanged, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.aida.IBrushStyle
availableColors, color, opacity, setColor, setOpacity
 
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type
 

Constructor Detail

MarkerStyle

public MarkerStyle()
Method Detail

initializeBaseStyle

protected void initializeBaseStyle()
Description copied from class: BaseStyle
Initialize the BaseStyle. This method has to be overwritten by all Style that has to add parameters or internal BaseStyles.


availableShapes

public String[] availableShapes()
Specified by:
availableShapes in interface hep.aida.IMarkerStyle

setShape

public boolean setShape(String markerShape)
Specified by:
setShape in interface hep.aida.IMarkerStyle

shape

public String shape()
Specified by:
shape in interface hep.aida.IMarkerStyle

setSize

public boolean setSize(int size)
Set the marker's size.

Specified by:
setSize in interface hep.aida.IMarkerStyle
Parameters:
size - The marker's size.
Returns:
false if the implementation cannot perform the requested change in the marker's size.

size

public int size()
Get the marker's size.

Specified by:
size in interface hep.aida.IMarkerStyle
Returns:
The marker's size.

availableColors

public String[] availableColors()
Specified by:
availableColors in interface hep.aida.IBrushStyle

color

public String color()
Specified by:
color in interface hep.aida.IBrushStyle

opacity

public double opacity()
returns -1 if it not set

Specified by:
opacity in interface hep.aida.IBrushStyle

setColor

public boolean setColor(String color)
Specified by:
setColor in interface hep.aida.IBrushStyle

setOpacity

public boolean setOpacity(double opacity)
Specified by:
setOpacity in interface hep.aida.IBrushStyle

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.