Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.xmlcml.cml
Interface CMLCoordinate3  view CMLCoordinate3 download CMLCoordinate3.java


public interface CMLCoordinate3

CORE Interface
DTD Class
(x, y, z) coordinate


Method Summary
 double getX()
          CORE Method
 double getY()
          CORE Method
 double getZ()
          CORE Method
 void setX(double x)
          CORE Method
 void setXYZ(double x, double y, double z)
          CORE Method
 void setY(double y)
          CORE Method
 void setZ(double z)
          CORE Method
 

Method Detail

setX

public void setX(double x)
CORE Method


setY

public void setY(double y)
CORE Method


setZ

public void setZ(double z)
CORE Method


setXYZ

public void setXYZ(double x,
                   double y,
                   double z)
CORE Method


getX

public double getX()
CORE Method


getY

public double getY()
CORE Method


getZ

public double getZ()
CORE Method