|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthep.wired.heprep.projection.AbstractProjection
hep.wired.heprep.projection.VariableProjection
hep.wired.heprep.projection.RhoZProjection
public class RhoZProjection
Projects R : sqrt(x^2 + y^2) and Z.
| Field Summary |
|---|
| Fields inherited from class hep.wired.heprep.projection.AbstractProjection |
|---|
defaultProjections |
| Fields inherited from interface hep.wired.util.XYZindices |
|---|
X, Y, Z |
| Fields inherited from interface hep.wired.util.UVWindices |
|---|
U, V, W |
| Constructor Summary | |
|---|---|
RhoZProjection()
|
|
| Method Summary | |
|---|---|
Projection |
copy()
Returns a deep copy of the projection. |
double[] |
deltaTransform(double[] xyz)
Returns an array of length 3: uvw = delta projection(xyz). |
String |
getFormula()
Returns the formula in text readable form |
double[] |
inverseDeltaTransform(double[] uvw)
Returns an array of length 3: xyz = inverse delta projection(uvw). |
double[] |
inverseTransform(double[] uvw)
Returns an array of length 3: xyz = inverse projection(uvw). |
Object |
reset(Object newState)
Resets graphics panel to a new state or its initial state. |
double[] |
transform(double[] xyz)
Returns an array of length 3: uvw = projection(xyz). |
double[][] |
transform(double[][] xyz,
int n)
Implements this method in terms of double[] transform(double[] xyz). |
| Methods inherited from class hep.wired.heprep.projection.VariableProjection |
|---|
addVariable, addVariable, addVariable, addVariable, addVariable, exists, getBooleanVariable, getDescription, getDoubleVariable, getIntegerVariable, getName, getUnit, getVariableNames, getVariables, multiplyVariable, multiplyVariable, restore, save, setVariable, setVariable, setVariable, toString |
| Methods inherited from class hep.wired.heprep.projection.AbstractProjection |
|---|
getFeature, getID, getViewPort, setViewPort, supports, transform, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface hep.wired.heprep.services.Projection |
|---|
getFeature, getName, getViewPort, setViewPort, supports, transform, transform |
| Methods inherited from interface hep.wired.util.WiredRegistry.ID |
|---|
getID |
| Methods inherited from interface org.freehep.xml.io.XMLIO |
|---|
restore, save |
| Constructor Detail |
|---|
public RhoZProjection()
| Method Detail |
|---|
public String getFormula()
Projection
getFormula in interface ProjectiongetFormula in class AbstractProjectionpublic double[] transform(double[] xyz)
Projection
transform in interface Projectiontransform in class AbstractProjection
public double[][] transform(double[][] xyz,
int n)
AbstractProjection
transform in interface Projectiontransform in class AbstractProjectionpublic double[] deltaTransform(double[] xyz)
Projection
deltaTransform in interface ProjectiondeltaTransform in class AbstractProjection
public double[] inverseTransform(double[] uvw)
throws UnsupportedOperationException
InverseProjection
inverseTransform in interface InverseProjectionUnsupportedOperationException
public double[] inverseDeltaTransform(double[] uvw)
throws UnsupportedOperationException
InverseProjection
inverseDeltaTransform in interface InverseProjectionUnsupportedOperationExceptionpublic Projection copy()
Projection
copy in interface Projectioncopy in class AbstractProjectionpublic Object reset(Object newState)
Resetable
reset in interface ResetablenewState - new state, if null, use initial state of graphics panel.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||