jhplot
Class DProxy
- java.lang.Object
- 
- jhplot.DProxy
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 
 public class DProxy extends java.lang.Object implements java.io.SerializableA proxy for all DataMelt objects. This does not save graphical options since designed for interchange between different programs.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors 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.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddoc()Show online documentation.java.lang.Objectget()Get objects.java.lang.Double[]getD1()Return a 1D Vector with the D1java.lang.Double[][]getD2()Return a 2D Vector with the D2java.lang.String[]getNames()Return Vector with the namesjava.lang.StringgetTitle()Get the title of the function.java.lang.StringgetType()Get type of this function.voidsetD1(java.lang.Double[] D1)Set D1 from 2D arrayvoidsetD2(java.lang.Double[][] D2)Set D2 from 2D arrayvoidsetNames(java.lang.String[] names)Set names from 2D arrayvoidsetTitle(java.lang.String title)Set title.voidsetType(java.lang.String type)java.lang.StringtoString()
 
- 
- 
- 
Constructor Detail- 
DProxypublic DProxy() 
 - 
DProxypublic DProxy(H1D h) Create a proxy for histogram.- Parameters:
- h- input histogram
 
 - 
DProxypublic DProxy(P1D hh) Create a proxy for D2 of DMelt.- Parameters:
- P1D- hh
 
 - 
DProxypublic DProxy(P2D hh) Create a proxy for D2 of DMelt.- Parameters:
- P2D- hh
 
 - 
DProxypublic DProxy(P0D hh) Create a proxy for D2 of DMelt.- Parameters:
- P2D- hh
 
 - 
DProxypublic DProxy(P0I hh) 
 
- 
 - 
Method Detail- 
getpublic java.lang.Object get() Get objects.- Returns:
- corresponding object.
 
 - 
getTypepublic java.lang.String getType() Get type of this function.- Returns:
- type. 100+dimension - P1D type
 
 - 
getTitlepublic java.lang.String getTitle() Get the title of the function.- Returns:
- Title
 
 - 
setTitlepublic void setTitle(java.lang.String title) Set title.- Parameters:
- title-
 
 - 
setTypepublic void setType(java.lang.String type) 
 - 
getD2public java.lang.Double[][] getD2() Return a 2D Vector with the D2- Returns:
- actual D2
 
 - 
setD1public void setD1(java.lang.Double[] D1) Set D1 from 2D array- Parameters:
- D1- 2D array
 
 - 
getD1public java.lang.Double[] getD1() Return a 1D Vector with the D1- Returns:
- actual D1
 
 - 
setD2public void setD2(java.lang.Double[][] D2) Set D2 from 2D array- Parameters:
- D2- 2D array
 
 - 
setNamespublic void setNames(java.lang.String[] names) Set names from 2D array- Parameters:
- D2- 2D array
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
docpublic void doc() Show online documentation.
 - 
getNamespublic java.lang.String[] getNames() Return Vector with the names- Returns:
- Names of the columns
 
 
- 
 
- 
DMelt 3.0 © DataMelt by jWork.ORG