hep.aida.ref.plotter.style.registry
Class PlotterState
- java.lang.Object
-
- hep.aida.ref.plotter.style.registry.PlotterState
-
- All Implemented Interfaces:
- IPlotterState
public class PlotterState extends java.lang.Object implements IPlotterState
-
-
Field Summary
-
Fields inherited from interface hep.aida.ref.plotter.style.registry.IPlotterState
ATTRIBUTE_KEY_PREFIX
-
-
Constructor Summary
Constructors Constructor and Description PlotterState()PlotterState(java.lang.Object object)PlotterState(java.lang.Object object, java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidclear()java.lang.StringgetAttribute(int index)java.lang.StringgetAttribute(java.lang.String key)intgetAttributeIndex(java.lang.String key)java.util.MapgetAttributes()java.lang.ObjectgetObject()java.lang.StringgetObjectPath()intgetOverlayIndex()intgetOverlayTotal()intgetRegionIndex()intgetRegionTotal()voidsetAttribute(java.lang.String key, java.lang.String value)voidsetObject(java.lang.Object obj)voidsetObjectPath(java.lang.String p)voidsetOverlayIndex(int n)voidsetOverlayTotal(int n)voidsetRegionIndex(int n)voidsetRegionTotal(int n)java.lang.StringtoString()
-
-
-
Constructor Detail
-
PlotterState
public PlotterState()
-
PlotterState
public PlotterState(java.lang.Object object)
-
PlotterState
public PlotterState(java.lang.Object object, java.lang.String path)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
setObject
public void setObject(java.lang.Object obj)
-
getObject
public java.lang.Object getObject()
- Specified by:
getObjectin interfaceIPlotterState
-
setObjectPath
public void setObjectPath(java.lang.String p)
-
getObjectPath
public java.lang.String getObjectPath()
- Specified by:
getObjectPathin interfaceIPlotterState
-
setOverlayIndex
public void setOverlayIndex(int n)
-
setOverlayTotal
public void setOverlayTotal(int n)
-
getOverlayIndex
public int getOverlayIndex()
- Specified by:
getOverlayIndexin interfaceIPlotterState
-
getOverlayTotal
public int getOverlayTotal()
- Specified by:
getOverlayTotalin interfaceIPlotterState
-
setRegionIndex
public void setRegionIndex(int n)
-
setRegionTotal
public void setRegionTotal(int n)
-
getRegionIndex
public int getRegionIndex()
- Specified by:
getRegionIndexin interfaceIPlotterState
-
getRegionTotal
public int getRegionTotal()
- Specified by:
getRegionTotalin interfaceIPlotterState
-
setAttribute
public void setAttribute(java.lang.String key, java.lang.String value)
-
getAttribute
public java.lang.String getAttribute(java.lang.String key)
- Specified by:
getAttributein interfaceIPlotterState
-
getAttributeIndex
public int getAttributeIndex(java.lang.String key)
-
getAttribute
public java.lang.String getAttribute(int index)
-
getAttributes
public java.util.Map getAttributes()
- Specified by:
getAttributesin interfaceIPlotterState
-
clear
public void clear()
- Specified by:
clearin interfaceIPlotterState
-
-
DMelt 3.0 © DataMelt by jWork.ORG