JavaView® v2.12

jvx.surface
Class PgDomainDescr

java.lang.Object
  |
  +--jv.object.PsObject
        |
        +--jvx.surface.PgDomainDescr
All Implemented Interfaces:
java.lang.Cloneable, PsUpdateIf, java.io.Serializable
Direct Known Subclasses:
PgSurfaceDescr

public class PgDomainDescr
extends PsObject

Two-dimensional domain for parametrized surfaces with variable size and discretization. Info panel allows to adjust size and discretization of domain and grid. The domain in R^2 is the rectangle [uMin,vMin]x[uMax,vMax] with numULines resp. numVLines grid lines in u-horizontal resp. v-vertical direction.

Single parameter lines may be displayed by linking uMin and uMax resp vMin and vMax together.

Version:
06.09.99, 1.30 revised (kp) Setting of defaults for numU/VLines moved to constructor.
27.08.99, 1.20 revised (kp) Name PgDomain changed to PgDomainDescr.
04.07.99, 1.10 revised (kp) Number of u/v lines implemented as PuInteger.
Display of single parameter lines.
00.00.97, 1.00 created (kp)
Author:
Konrad Polthier
See Also:
PgParmSurface, Serialized Form

Fields inherited from class jv.object.PsObject
HAS_CONFIG_PANEL, HAS_INFO_PANEL, HAS_MATERIAL_PANEL, HAS_TEXTURE_PANEL, INSPECTOR_INFO, INSPECTOR_INFO_EXT, IS_DELETED, IS_FIXED, IS_SELECTED, IS_USED, NUM_TAGS
 
Constructor Summary
PgDomainDescr(int aVertexDim)
           
 
Method Summary
 boolean eval(double[] z, int ix, int iy)
          Compute position in domain at specified grid vertex (int, int).
 int getNumULines()
          Set number of grid lines in u direction.
 int getNumVLines()
          Set number of grid lines in v direction.
 double getUMax()
           
 double getUMin()
           
 double getVMax()
           
 double getVMin()
           
 void init()
          Initialize and reset data structure and all instance variables.
 boolean isShowingULine()
          Check whether single u-line is showing or full surface.
 boolean isShowingVLine()
          Check whether single v-line is showing or full surface.
 void setDiscr(int uLines, int vLines)
          Set number of grid lines in u/v direction.
 void setDiscrBounds(int uMin, int vMin, int uMax, int vMax)
          Set bounds of discretization sliders.
 void setMaxSize(double uMin, double vMin, double uMax, double vMax)
          Set maximal size of domain in u/v direction to the rectangle [uMin,vMin]x[uMax,vMax].
 void setNumULines(int aNum)
          Set number of grid lines in u direction.
 void setNumVLines(int aNum)
          Set number of grid lines in v direction.
 void setSize(double uMin, double vMin, double uMax, double vMax)
          Set current size of domain in u/v direction to the rectangle [uMin,vMin]x[uMax,vMax].
 void setUMax(double uMax)
           
 void setUMin(double uMin)
           
 void setVMax(double vMax)
           
 void setVMin(double vMin)
           
 void showULine(boolean flag)
          Switch between showing a single u-parameter line and the full surface.
 void showVLine(boolean flag)
          Switch between showing a single v-parameter line and the full surface.
 boolean update(java.lang.Object event)
          Catch all events from integer and double instance variables.
 
Methods inherited from class jv.object.PsObject
addInspector, addUpdateListener, assureInspector, clearTag, clone, clone, clone, copy, getFather, getInfoPanel, getInspector, getName, getNumObjects, hasInspector, hasTag, hasUpdateListener, instanceOf, instanceOf, removeInspector, removeUpdateListener, setName, setParent, setTag, toString, updatePanels
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PgDomainDescr

public PgDomainDescr(int aVertexDim)
Method Detail

init

public void init()
Initialize and reset data structure and all instance variables.
Overrides:
init in class PsObject

isShowingULine

public boolean isShowingULine()
Check whether single u-line is showing or full surface.

isShowingVLine

public boolean isShowingVLine()
Check whether single v-line is showing or full surface.

showULine

public void showULine(boolean flag)
Switch between showing a single u-parameter line and the full surface.

showVLine

public void showVLine(boolean flag)
Switch between showing a single v-parameter line and the full surface.

setMaxSize

public void setMaxSize(double uMin,
                       double vMin,
                       double uMax,
                       double vMax)
Set maximal size of domain in u/v direction to the rectangle [uMin,vMin]x[uMax,vMax].

setSize

public void setSize(double uMin,
                    double vMin,
                    double uMax,
                    double vMax)
Set current size of domain in u/v direction to the rectangle [uMin,vMin]x[uMax,vMax].

getUMin

public double getUMin()

getUMax

public double getUMax()

getVMin

public double getVMin()

getVMax

public double getVMax()

setUMin

public void setUMin(double uMin)

setUMax

public void setUMax(double uMax)

setVMin

public void setVMin(double vMin)

setVMax

public void setVMax(double vMax)

getNumULines

public int getNumULines()
Set number of grid lines in u direction.

getNumVLines

public int getNumVLines()
Set number of grid lines in v direction.

setNumULines

public void setNumULines(int aNum)
Set number of grid lines in u direction.

setNumVLines

public void setNumVLines(int aNum)
Set number of grid lines in v direction.

setDiscr

public void setDiscr(int uLines,
                     int vLines)
Set number of grid lines in u/v direction.

setDiscrBounds

public void setDiscrBounds(int uMin,
                           int vMin,
                           int uMax,
                           int vMax)
Set bounds of discretization sliders.

eval

public boolean eval(double[] z,
                    int ix,
                    int iy)
Compute position in domain at specified grid vertex (int, int).
Parameters:
z - double array which will contain position in domain on return.
(ix,iy) - grid vertex at which to evaluate domain.
Returns:
true on success, false if missing or void z.

update

public boolean update(java.lang.Object event)
Catch all events from integer and double instance variables.
Overrides:
update in class PsObject
Following copied from class: jv.object.PsObject
See Also:
PsObject.setParent(PsUpdateIf), PsObject.getFather(), PsObject.addUpdateListener(PsUpdateIf)

JavaView® v2.12

The software JavaView® is copyright protected. All Rights Reserved.