FreeHEP API
Version current

hep.graphics.heprep1
Interface HepRepPoint

All Superinterfaces:
HepRepAttribute
All Known Implementing Classes:
DefaultHepRepPoint, HepRepPointAdapter

public interface HepRepPoint
extends HepRepAttribute

Version:
$Id: HepRepPoint.java,v 1.2 2004/07/18 08:19:41 duns Exp $
Author:
M.Donszelmann
Source Code:
HepRepPoint.java

Field Summary
static String cvsId
           
 
Method Summary
 double[] getPoint()
           
 HepRepPrimitive getPrimitive()
           
 double getX()
           
 double getY()
           
 double getZ()
           
 
Methods inherited from interface hep.graphics.heprep1.HepRepAttribute
addColor, addColor, addDefinition, addValue, addValue, addValue, addValue, addValue, getAttDef, getAttDefFromNode, getAttDefs, getAttValue, getAttValueFromNode, getAttValues, getParent
 

Field Detail

cvsId

public static final String cvsId
See Also:
Constant Field Values
Method Detail

getX

public double getX()

getY

public double getY()

getZ

public double getZ()

getPoint

public double[] getPoint()

getPrimitive

public HepRepPrimitive getPrimitive()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.