public class DProxy extends Object implements Serializable
| Constructor and Description |
|---|
DProxy() |
DProxy(H1D h)
Create a proxy for histogram.
|
DProxy(P0D hh)
Create a proxy for D2 of DMelt.
|
DProxy(P0I hh) |
DProxy(P1D hh)
Create a proxy for D2 of DMelt.
|
DProxy(P2D hh)
Create a proxy for D2 of DMelt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doc()
Show online documentation.
|
Object |
get()
Get objects.
|
Double[] |
getD1()
Return a 1D Vector with the D1
|
Double[][] |
getD2()
Return a 2D Vector with the D2
|
String[] |
getNames()
Return Vector with the names
|
String |
getTitle()
Get the title of the function.
|
String |
getType()
Get type of this function.
|
void |
setD1(Double[] D1)
Set D1 from 2D array
|
void |
setD2(Double[][] D2)
Set D2 from 2D array
|
void |
setNames(String[] names)
Set names from 2D array
|
void |
setTitle(String title)
Set title.
|
void |
setType(String type) |
String |
toString() |
public DProxy()
public DProxy(H1D h)
h - input histogrampublic DProxy(P1D hh)
P1D - hhpublic DProxy(P2D hh)
P2D - hhpublic DProxy(P0D hh)
P2D - hhpublic DProxy(P0I hh)
public Object get()
public String getType()
public String getTitle()
public void setTitle(String title)
title - public void setType(String type)
public Double[][] getD2()
public void setD1(Double[] D1)
D1 - 2D arraypublic Double[] getD1()
public void setD2(Double[][] D2)
D2 - 2D arraypublic void setNames(String[] names)
D2 - 2D arraypublic void doc()
public String[] getNames()
DMelt 2.0 © DataMelt by jWork.ORG