public class Point extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="pos_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="neg_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
negDens |
protected float |
posDens |
protected float |
value |
| Constructor and Description |
|---|
Point() |
| Modifier and Type | Method and Description |
|---|---|
float |
getNegDens()
Gets the value of the negDens property.
|
float |
getPosDens()
Gets the value of the posDens property.
|
float |
getValue()
Gets the value of the value property.
|
void |
setNegDens(float value)
Sets the value of the negDens property.
|
void |
setPosDens(float value)
Sets the value of the posDens property.
|
void |
setValue(float value)
Sets the value of the value property.
|
protected float value
protected float posDens
protected float negDens
public float getValue()
public void setValue(float value)
public float getPosDens()
public void setPosDens(float value)
public float getNegDens()
public void setNegDens(float value)
Copyright © 2017. All rights reserved.