FreeHEP API
Version v1.2

hep.graphics.heprep
Interface HepRepAttDef

All Known Implementing Classes:
DefaultHepRepAttDef, HepRepAttDefAdapter, HepRepAttDefAdapter

public interface HepRepAttDef

HepRepAttDef interface.

Author:
Mark Donszelmann

Method Summary
 HepRepAttDef copy()
          Returns a deep copy of this attdef.
 String getCategory()
          Returns category of this attdef.
 String getDescription()
          Returns a description of this attdef.
 String getExtra()
          Returns any extra information of this attdef.
 String getLowerCaseName()
          Returns the lowercased name of this attdef.
 String getName()
          Returns the mixed case name of this attdef.
 

Method Detail

getName

public String getName()
Returns the mixed case name of this attdef.

Returns:
name.

getLowerCaseName

public String getLowerCaseName()
Returns the lowercased name of this attdef.

Returns:
lowercased name.

getDescription

public String getDescription()
Returns a description of this attdef.

Returns:
description.

getCategory

public String getCategory()
Returns category of this attdef.

Returns:
category.

getExtra

public String getExtra()
Returns any extra information of this attdef.

Returns:
extra info.

copy

public HepRepAttDef copy()
                  throws CloneNotSupportedException
Returns a deep copy of this attdef.

Returns:
copy of this attdef.
Throws:
CloneNotSupportedException - if copying is not possible.

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.