Package jmri.jmrit.vsdecoder.listener
Class ListeningSpot
java.lang.Object
jmri.jmrit.vsdecoder.listener.ListeningSpot
Represents a defined spot for viewing (and therefore listening to) a layout.
This file is part of JMRI.
This file is part of JMRI.
JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
Constructor Summary
ConstructorsConstructorDescriptionListeningSpot(String name, javax.vecmath.Vector3d loc, javax.vecmath.Vector3d up, javax.vecmath.Vector3d at) ListeningSpot(javax.vecmath.Vector3f position) -
Method Summary
Modifier and TypeMethodDescriptionequals(ListeningSpot other) javax.vecmath.Vector3djavax.vecmath.Vector3dgetName()javax.vecmath.Vector3dorg.jdom2.ElementparseListeningSpot(org.jdom2.Element e) voidsetLocation(Double x, Double y, Double z) voidsetLocation(javax.vecmath.Vector3d loc) voidvoidsetLookAtVector(javax.vecmath.Vector3d at) voidvoidsetOrientation(Double bearing, Double azimuth) voidsetOrientation(PhysicalLocation target) voidsetUpVector(javax.vecmath.Vector3d up) voidsetXml(org.jdom2.Element e) toString()
-
Constructor Details
-
ListeningSpot
public ListeningSpot() -
ListeningSpot
-
ListeningSpot
public ListeningSpot(String name, javax.vecmath.Vector3d loc, javax.vecmath.Vector3d up, javax.vecmath.Vector3d at)
-
-
Method Details