hep.aida.ref.plotter.style.registry
Interface IStyleRegistry

All Known Implementing Classes:
StyleRegistry

public interface IStyleRegistry


Method Summary
 String[] getAvailableCategoryKeys()
           
 String[] getAvailableCategoryValues(String categoryKey)
           
 String[] getAvailableStoreNames()
           
 String getCategoryCurrentValue(String categoryKey)
           
 IStyleStore getStore(String storeName)
           
 IPlotterStyle getStyleForState(IPlotterState state)
           
 void setCategoryCurrentValue(String categoryKey, String categoryValue)
           
 

Method Detail

getAvailableStoreNames

String[] getAvailableStoreNames()

getStore

IStyleStore getStore(String storeName)

getAvailableCategoryKeys

String[] getAvailableCategoryKeys()

getAvailableCategoryValues

String[] getAvailableCategoryValues(String categoryKey)

getCategoryCurrentValue

String getCategoryCurrentValue(String categoryKey)

setCategoryCurrentValue

void setCategoryCurrentValue(String categoryKey,
                             String categoryValue)

getStyleForState

IPlotterStyle getStyleForState(IPlotterState state)


jHepWork 3.2 © jWork.org