hep.aida.ref.plotter.style.registry
Class JELRule

java.lang.Object
  extended by hep.aida.ref.plotter.style.registry.JELRule
All Implemented Interfaces:
IStyleRule

public class JELRule
extends java.lang.Object
implements IStyleRule


Field Summary
 
Fields inherited from interface hep.aida.ref.plotter.style.registry.IStyleRule
ATTRIBUTE, NULL, OBJECT, OBJECT_INSTANCEOF, OBJECT_TYPE, OVERLAY_INDEX, OVERLAY_TOTAL, PATH, REGION_INDEX, REGION_TOTAL
 
Constructor Summary
JELRule()
          Creates a new instance of JELRule
JELRule(java.lang.String description)
           
JELRule(java.lang.String description, java.lang.String type)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getType()
           
 boolean ruleApplies(IPlotterState state)
           
 void setDescription(java.lang.String d)
           
 void setType(java.lang.String d)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JELRule

public JELRule()
Creates a new instance of JELRule


JELRule

public JELRule(java.lang.String description)

JELRule

public JELRule(java.lang.String description,
               java.lang.String type)
Method Detail

setType

public void setType(java.lang.String d)

getType

public java.lang.String getType()

setDescription

public void setDescription(java.lang.String d)

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface IStyleRule

ruleApplies

public boolean ruleApplies(IPlotterState state)
Specified by:
ruleApplies in interface IStyleRule


jHepWork 1.1 (C) Chekanov