Serialized Form


Package jhplot

Class jhplot.DrawOptions extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lpp

jplot.LinePars lpp

FontTitle

Font FontTitle

FontAxis

Font FontAxis

Class jhplot.F1D extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

min

double min

max

double max

points

int points

name

String name

title

String title

x

double[] x

y

double[] y

function

graph.ParseFunction function

iname

IFunction iname

isParsed

boolean isParsed

lastException

String lastException

Class jhplot.F2D extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

Xmin

double Xmin

Xmax

double Xmax

Ymin

double Ymin

Ymax

double Ymax

points

int points

title

String title

name

String name

function

graph.ParseFunction function

isParsed

boolean isParsed

iname

IFunction iname

Class jhplot.F3D extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

Xmin

double Xmin

Xmax

double Xmax

Ymin

double Ymin

Ymax

double Ymax

Zmin

double Zmin

Zmax

double Zmax

points

int points

title

String title

name

String name

function

graph.ParseFunction function

isParsed

boolean isParsed

iname

IFunction iname

Class jhplot.FND extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

min

double min

max

double max

points

int points

name

String name

title

String title

vars

String vars

x

double[] x

y

double[] y

isEvaluated

boolean isEvaluated

jep

org.lsmp.djep.xjep.XJep jep

node

org.nfunk.jep.Node node

processed

org.nfunk.jep.Node processed

simp

org.nfunk.jep.Node simp

avars

String[] avars

diff

org.nfunk.jep.Node diff

fixedVars

String fixedVars

Class jhplot.FPR extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

fillColor

Color fillColor

lineColor

Color lineColor

divU

int divU

divV

int divV

penWidth

int penWidth

isFilled

boolean isFilled

title

String title

Class jhplot.GHFrame extends GHPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

set

boolean set

mainFrame

JFrame mainFrame

memMon

utils.MemoryMonitor memMon

infoPanel

JPanel infoPanel

N1final

int N1final

N2final

int N2final

N1edit

int N1edit

N2edit

int N2edit

bar

JMenuBar bar

menu

JMenu menu

about

JMenu about

item11

JMenuItem item11

item00

JMenuItem item00

item01

JMenuItem item01

item02

JMenuItem item02

item03

JMenuItem item03

item04

JMenuItem item04

item05

JMenuItem item05

item06

JMenuItem item06

item12

JMenuItem item12

item13

JMenuItem item13

Class jhplot.GHMargin extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

selection

Rectangle selection

sname

String sname

f

Font f

c

Color c

fm

FontMetrics fm

textWidth

int textWidth

textHeight

int textHeight

recColor

Color recColor

recColor1

Color recColor1

bakColor

Color bakColor

borderColor

Color borderColor

win

GHPanel win

rotation

int rotation

sinfo

String sinfo

dXsize

int dXsize

dYsize

int dYsize

menu

JPopupMenu menu

scml

jhplot.GHMargin.SelectionChangeMouseListener scml

iedit

JMenuItem iedit

icolor

JMenuItem icolor

imargin1

JMenuItem imargin1

imargin2

JMenuItem imargin2

imargin3

JMenuItem imargin3

idefault

JMenuItem idefault

Class jhplot.GHPanel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

CanvasPanel

JPanel CanvasPanel

mainPanel

JPanel mainPanel

topPanel

GHMargin topPanel

topSize

int topSize

leftPanel

GHMargin leftPanel

leftSize

int leftSize

rightPanel

GHMargin rightPanel

rightSize

int rightSize

bottomPanel

GHMargin bottomPanel

bottomSize

int bottomSize

backMargin

Color backMargin

gTitleText

String gTitleText

gTitleFont

Font gTitleFont

gTitleColor

Color gTitleColor

Width

int Width

Height

int Height

Class jhplot.H1D extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

h1

Histogram1D h1

axis

IAxis axis

min

double min

max

double max

bins

int bins

edges

double[] edges

title

String title

Class jhplot.H2D extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

h1

Histogram2D h1

minX

double minX

maxX

double maxX

minY

double minY

maxY

double maxY

binsX

int binsX

binsY

int binsY

xAx

IAxis xAx

yAy

IAxis yAy

title

String title

Class jhplot.H3D extends Histogram3D implements Serializable

serialVersionUID: 1L

Serialized Fields

title

String title

Class jhplot.HChart extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

cp

org.jfree.chart.ChartPanel[][] cp

chart

org.jfree.chart.JFreeChart[][] chart

cdat

Object[][] cdat

set

boolean set

title

String[][] title

titleX

String[][] titleX

titleY

String[][] titleY

Bins

int Bins

Min

double Min

Max

double Max

sname

String sname

DEFAULT_BG_COLOR

Color DEFAULT_BG_COLOR

m_Close

jhplot.HChart.Thread1 m_Close

Class jhplot.HFitter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

anFactory

IAnalysisFactory anFactory

tree

ITree tree

funcFactory

IFunctionFactory funcFactory

fitFactory

IFitFactory fitFactory

fitter

IFitter fitter

funcCatalog

IFunctionCatalog funcCatalog

data

IFitData data

iFunc

IFunction iFunc

result

IFitResult result

h1d

H1D h1d

p1d

P1D p1d

h2d

H2D h2d

pnd

PND pnd

items

String[] items

engines

String[] engines

rmin

double rmin

rmax

double rmax

param

double[] param

range

String range

method

String method

Class jhplot.HGraph extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

sc

org.jgrapht.ext.JGraphModelAdapter<V,E>[][] sc

jp

org.jgraph.JGraph[][] jp

ls

org.jgrapht.ListenableGraph<V,E>[][] ls

set

boolean set

m_Close

jhplot.HGraph.Thread1 m_Close

Class jhplot.HKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

font

Font font

color

Color color

transp

float transp

key_type

int key_type

key_color

Color key_color

key_size

float key_size

key_space

float key_space

key_line_width

float key_line_width

label

jplot.GraphLabel label

Xpos

double Xpos

Ypos

double Ypos

usePosition

int usePosition

defaultPosition

boolean defaultPosition

ySeparation

float ySeparation

defaultKeySize

float defaultKeySize

Class jhplot.HLabel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

font

Font font

color

Color color

transp

float transp

label

jplot.GraphLabel label

Xpos

double Xpos

Ypos

double Ypos

usePosition

int usePosition

Class jhplot.HLabelEq extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

fontsize

int fontsize

color

Color color

back

Color back

Xpos

double Xpos

Ypos

double Ypos

usePosition

int usePosition

Class jhplot.HMLabel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String[] text

font

Font font

color

Color color

transp

float transp

label

jplot.GraphLabel label

Xpos

double Xpos

Ypos

double Ypos

usePosition

int usePosition

Class jhplot.HPlot extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

lf

String lf

graph

jplot.Graph[][] graph

gs

jplot.GraphSettings[][] gs

sc

jplot.StyleChooser[][] sc

frames

JFrame[][] frames

jp

jplot.JPlot[][] jp

plotType

int[][] plotType

hkeyCounter

int[][] hkeyCounter

data

Vector<E>[][] data

m_IAnalysisFactory

IAnalysisFactory m_IAnalysisFactory

m_IHistogramFactory

IHistogramFactory m_IHistogramFactory

m_ITree

ITree m_ITree

m_IFitFactory

IFitFactory m_IFitFactory

m_IFunctionFactory

IFunctionFactory m_IFunctionFactory

m_Close

jhplot.HPlot.Thread1 m_Close

help_file

String help_file

Class jhplot.HPlot2D extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

cp

sgtplot.SgtContour[][] cp

gridAtt

sgtplot.GridAttribute[][] gridAtt

clevels

sgtplot.ContourLevels[][] clevels

colormap

sgtplot.ColorMap[][] colormap

width

int width

height

int height

titleG

String[][] titleG

titleX

String[][] titleX

titleY

String[][] titleY

xA

sgtplot.util.Range2D[][] xA

yA

sgtplot.util.Range2D[][] yA

levels

sgtplot.util.Range2D[][] levels

autorangeX

boolean[][] autorangeX

autorangeY

boolean[][] autorangeY

autorangeZ

boolean[][] autorangeZ

style

int[][] style

m_Close

jhplot.HPlot2D.Thread1 m_Close

Class jhplot.HPlot3D extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

set

boolean set

jpp

jplot3d.JSurfacePanel[][] jpp

sp

jplot3d.SurfaceModelCanvas[][] sp

m_Close

jhplot.HPlot3D.Thread1 m_Close

help_file

String help_file

Class jhplot.HPlot3DP extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

set

boolean set

jpp

jplot3dp.MainComponent[][] jpp

m_Close

jhplot.HPlot3DP.Thread1 m_Close

xsize

int xsize

ysize

int ysize

help_file

String help_file

Class jhplot.HPlotJa extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

gTitle

JaText gTitle

X

int X

Y

int Y

MarginLeft

double MarginLeft

MarginRight

double MarginRight

MarginTop

double MarginTop

MarginBottom

double MarginBottom

MarginX

double MarginX

MarginY

double MarginY

dfb

DecimalFormat dfb

ja

JaAxes[][] ja

labelX

JaText[][] labelX

labelY

JaText[][] labelY

statbox

JaTextBox[][] statbox

showStatBox

boolean[][] showStatBox

initList

ArrayList<E> initList

feyn

japlot.jaxodraw.JaxoMainPanel feyn

m_IAnalysisFactory

IAnalysisFactory m_IAnalysisFactory

m_IHistogramFactory

IHistogramFactory m_IHistogramFactory

m_ITree

ITree m_ITree

m_IFitFactory

IFitFactory m_IFitFactory

m_IFunctionFactory

IFunctionFactory m_IFunctionFactory

N1final

int N1final

N2final

int N2final

N1

int N1

N2

int N2

xsize

int xsize

ysize

int ysize

keyspace

double keyspace

isSet

boolean isSet

fontLabel

Font fontLabel

Class jhplot.HPlotter extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

factory

IAnalysisFactory factory

function

IFunctionFactory function

plotter

IPlotter plotter

style

IPlotterStyle style

N1final

int N1final

N2final

int N2final

plotID

int plotID

xsize

int xsize

ysize

int ysize

aidaPanel

JPanel aidaPanel

title

String title

Class jhplot.HPlotXYZ extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

set

boolean set

jpp

Chart[][] jpp

datalist

ArrayList<E>[][] datalist

help_file

String help_file

currentWiredrame

boolean currentWiredrame

currentFillColor

Color currentFillColor

currentWiredColor

Color currentWiredColor

currentWiredWidth

float currentWiredWidth

solidColor

boolean solidColor

Class jhplot.HProf1D extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

h1

Profile1D h1

axis

IAxis axis

min

double min

max

double max

bins

int bins

edges

double[] edges

title

String title

Class jhplot.HProf2D extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

h1

Profile2D h1

minX

double minX

maxX

double maxX

minY

double minY

maxY

double maxY

binsX

int binsX

binsY

int binsY

xAx

IAxis xAx

yAy

IAxis yAy

region

int region

title

String title

Class jhplot.HTable extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

table

com.vlsolutions.swing.table.VLJTable table

closeButton

JButton closeButton

filter

JButton filter

control

JPanel control

Class jhplot.HView3D extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

set

boolean set

canv

Canvas3d[][] canv

jpp

JPanel[][] jpp

md

Model3d[][] md

m_Close

jhplot.HView3D.Thread1 m_Close

xsize

int xsize

ysize

int ysize

Class jhplot.P0D extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

DoubleArrayList data

bin

DynamicBin1D bin

title

String title

Class jhplot.P0I extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

IntArrayList data

bin

DynamicBin1D bin

title

String title

Class jhplot.P1D extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

X

DoubleArrayList X

Y

DoubleArrayList Y

XE1left

DoubleArrayList XE1left

XE1right

DoubleArrayList XE1right

XE2left

DoubleArrayList XE2left

XE2right

DoubleArrayList XE2right

YE1upper

DoubleArrayList YE1upper

YE1down

DoubleArrayList YE1down

YE2upper

DoubleArrayList YE2upper

YE2down

DoubleArrayList YE2down

title

String title

dimen

int dimen

Class jhplot.P2D extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dataX

DoubleArrayList dataX

dataY

DoubleArrayList dataY

dataZ

DoubleArrayList dataZ

title

String title

c

Color c

s

int s

Class jhplot.P3D extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

jplot.DataArray3D data

title

String title

c

Color c

w

int w

Class jhplot.PND extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

ArrayList<E> data

title

String title

dimension

int dimension

min

double min

max

double max

Class jhplot.PNI extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

ArrayList<E> data

title

String title

dimension

int dimension

min

double min

max

double max

Class jhplot.SHPlot extends HPlot implements Serializable

Class jhplot.SHPlot3D extends HPlot3D implements Serializable

Class jhplot.SHPlotJa extends HPlotJa implements Serializable


Package jhplot.bsom

Class jhplot.bsom.Bsom extends BsomDemo implements Serializable

serialVersionUID: 1L

Serialized Fields

bsomDrawArea

jhplot.bsom.BsomDrawArea bsomDrawArea

inputText

JTextField inputText

dstepText

JTextField dstepText

input_file

String input_file

outputButton

JButton outputButton

p1d

P1D p1d

buf

Vector<E> buf

Class jhplot.bsom.BsomDemo extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

drawArea

jhplot.bsom.DrawArea drawArea

alphaSlider

jhplot.bsom.AlphaSlider alphaSlider

betaSlider

jhplot.bsom.BetaSlider betaSlider

widthSlider

jhplot.bsom.WidthSlider widthSlider

heightSlider

jhplot.bsom.HeightSlider heightSlider

phaseSlider

jhplot.bsom.PhaseSlider phaseSlider

noiseSlider

jhplot.bsom.NoiseSlider noiseSlider

initButton

JButton initButton

learnButton

JCheckBox learnButton

autoButton

JCheckBox autoButton

densityButton

JCheckBox densityButton

unitNumberText

JTextField unitNumberText

xd

int xd

yd

int yd

scale

double scale

n_data

int n_data

n_unit

int n_unit

dstep

int dstep

width_range

double width_range

height_range

double height_range

phase_range

double phase_range

noise_range

double noise_range

initial_width

double initial_width

initial_height

double initial_height

initial_noise_level

double initial_noise_level

initial_phase

double initial_phase

initial_weight_level

double initial_weight_level

alpha_min_power

double alpha_min_power

alpha_max_power

double alpha_max_power

beta_min_power

double beta_min_power

beta_max_power

double beta_max_power

initial_alpha

double initial_alpha

initial_beta

double initial_beta

Package jhplot.io

Class jhplot.io.HFileBrowser extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

hfile

HFile hfile

closeButton

JButton closeButton

variableModel

DefaultListModel variableModel

frame

HPlot frame

jTab

JTable jTab

rows

String[] rows

runButton

JButton runButton

map

Map<K,V> map

cb

JCheckBox cb

state

boolean state

Class jhplot.io.PFileBrowser extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

hfile

PFile hfile

closeButton

JButton closeButton

variableModel

DefaultListModel variableModel

frame

HPlot frame

jTab

JTable jTab

rows

String[] rows

runButton

JButton runButton

map

Map<K,V> map

cb

JCheckBox cb

state

boolean state

Class jhplot.io.PReader extends Object implements Serializable

serialVersionUID: 1L

Class jhplot.io.RecordsFileException extends Exception implements Serializable

serialVersionUID: 1L


Package jhplot.jadraw

Class jhplot.jadraw.JaArcObject extends JaObject implements Serializable

Serialized Fields

x1

int x1
The points defining this arc object.


x2

int x2
The points defining this arc object.


y1

int y1
The points defining this arc object.


y2

int y2
The points defining this arc object.


stroke

float stroke
The stroke of this arc object.


dash

float dash
The dash size of the arc object (only for ghost and scalar arcs).


freq

float freq
The frequency of the arc object (only for photon and gluon arcs).


stangle

int stangle
The starting angle of this arc object.


arrow

boolean arrow
A boolean variable that indicates whether to draw an arrow on this arc object or not (not used for photon and gluon arcs).


flip

boolean flip
A boolean variable that indicates whether the arrow should be flipped with respect to the initial orientation or not (only used for fermion ghost and scalar arcs).


end

boolean end
A boolean variable that indicates wether this arc object has an arrow at the end (true) or in the mid (false); used only for fermionic arcs.


amp

int amp
The amplitude for this arc object.


doubleLine

boolean doubleLine
A boolean variable that indicates whether this arc should be drawn with double lines.


dlSeparation

float dlSeparation
The separation of the double lines.


isRes

boolean isRes

Class jhplot.jadraw.JaAxes extends JaFillObject implements Serializable

serialVersionUID: 1L

Serialized Fields

NAXES

int NAXES

X

int X

Y

int Y

data

Vector<E> data

pad

int[] pad

min

double[] min

max

double[] max

diff

double[] diff

inv

double[] inv

ticLabel

String[][] ticLabel

ticNumber

double[][] ticNumber

numberOfTics

int[] numberOfTics

numberOfTicsEstimated

int[] numberOfTicsEstimated

maxLabelWidth

int[] maxLabelWidth

maxLabelHight

int[] maxLabelHight

gridColor

Color gridColor

show

boolean[] show

showMirror

boolean[] showMirror

showGrid

boolean[] showGrid

labelFont

Font labelFont

labelColor

Color labelColor

labelRotation

double labelRotation

labelSpace

double[] labelSpace

expForm

int expForm

logScale

boolean[] logScale

rotateTic

boolean[] rotateTic

useTicLabels

boolean[] useTicLabels

AxisExponent

int[] AxisExponent

axisLength

double[] axisLength

leftMargin

double leftMargin

rightMargin

double rightMargin

bottomMargin

double bottomMargin

topMargin

double topMargin

ticLength

double[] ticLength

subticLength

double[] subticLength

subticNumber

int[] subticNumber

axesArrow

int[] axesArrow

autoRange

boolean[] autoRange

plotType

int plotType

statistics

String[] statistics

isContour

boolean isContour

ContourLevels

int ContourLevels

isContourBar

boolean isContourBar

ContourBinX

int ContourBinX

ContourBinY

int ContourBinY

isContourGray

boolean isContourGray

contour

jplot.Contour contour

h2d

H2D h2d

isShowKey

boolean isShowKey

isGridFront

boolean isGridFront

Class jhplot.jadraw.JaBlob extends JaFillObject implements Serializable

serialVersionUID: 1L

Serialized Fields

rotAngle

int rotAngle
The rotation angle of the ellipse


transp

float transp

fill

boolean fill

Class jhplot.jadraw.JaBox extends JaFillObject implements Serializable

serialVersionUID: 1L

Serialized Fields

transp

float transp

fill

boolean fill

Class jhplot.jadraw.JaFArc extends JaArcObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaFillObject extends JaObject implements Serializable

Serialized Fields

fillcolor

Color fillcolor
The fill color of this fillObject.


stroke

float stroke
The stroke (line width) of the border line of this fillObject.

Class jhplot.jadraw.JaFLine extends JaLineObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaFLoop extends JaLoopObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaGArc extends JaArcObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaGlArc extends JaArcObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaGLine extends JaLineObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaGlLine extends JaLineObject implements Serializable

serialVersionUID: 1L

Serialized Fields

angamp

int angamp

Class jhplot.jadraw.JaGlLoop extends JaLoopObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaGLoop extends JaLoopObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaKey extends JaObject implements Serializable

serialVersionUID: 1L

Serialized Fields

textString

String textString
The input text string representing this label object.


rtext

graph.RTextLine rtext

stext

String stext

textFont

Font textFont
The font of this label object.


rotAngle

int rotAngle

availableFonts

String[] availableFonts

key

int key

keycolor

Color keycolor

keyspace

double keyspace

penwidth

float penwidth

padX

int padX

padY

int padY

type

int type

Class jhplot.jadraw.JaLatexText extends JaObject implements Serializable

serialVersionUID: 1L

Serialized Fields

textString

String textString
The text string specifying this JaLatexText object.


allign

int allign
An integer specifying how the text is alligned with respect to the current position.


latexfs

int latexfs
An integer specifying the LaTeX font size.


latexPanel

JPanel latexPanel

latexLabel

JLabel latexLabel

rotAngle

int rotAngle

Class jhplot.jadraw.JaLine extends JaLineObject implements Serializable

serialVersionUID: 1L

Serialized Fields

transp

float transp

Class jhplot.jadraw.JaLineObject extends JaObject implements Serializable

Serialized Fields

stroke

float stroke
The stroke (line width) of this line object.


dash

float dash
The dash size of the line object (only used for ghost and scalar lines).


freq

float freq
The frequency of the line object (only used for photon, gluon and zigzag lines).


arrow

boolean arrow
A boolean variable that indicates wether this line object has an arrow or not.


end

boolean end
A boolean variable that indicates wether this line object has an arrow in the end (true) or at the end (false); used only for fermionic lines.


flip

boolean flip
Boolean variable that indicates whether the arrow of this line object should be flipped with respect to the initial orientation or not.


inflip

boolean inflip
A boolean variable that specifies the internal flip with respect to the relative width and height of this line.


symm

boolean symm
The symmetry of a gluon, photon or zigzag line, (the direction in which the wiggles start).


back

boolean back
A boolean variable that specifies the internal flip with respect to the handle that the user grabs to drag this line.


amp

int amp
The amplitude for photon, gluon and zigzag lines.


doubleLine

boolean doubleLine
A boolean variable that indicates whether this object should be drawn with double lines.


dlSeparation

float dlSeparation
The separation of the double lines.

Class jhplot.jadraw.JaLoopObject extends JaObject implements Serializable

serialVersionUID: 1L

Serialized Fields

stroke

float stroke
The stroke of this loop object.


dash

float dash
The dash size of the loop object (only used for ghost and scalar loops).


freq

float freq
The frequency of the loop object (only used for photon and gluon loops).


arrow

boolean arrow
A Boolean variable that indicates whether to draw an arrow on this loop object or not (not used for photon and gluon loops).


flip

boolean flip
A boolean variable that indicates whether the arrow should be flipped with respect to the initial orientation or not (not used for photon and gluon loops).


amp

int amp
The amplitude for this loop object (only used for photon and gluon loops).


doubleLine

boolean doubleLine
A boolean variable that indicates whether this object should be drawn with double lines.


dlSeparation

float dlSeparation
The separation of the double lines.

Class jhplot.jadraw.JaObject extends Object implements Serializable

serialVersionUID: 314159L

Serialized Fields

x

int x
The x coordinate of this JaObject.


y

int y
The y coordinate of this JaObject.


relw

int relw
The relative width of this JaObject.


relh

int relh
The relative height of this JaObject.


xx

float xx
The x coordinate in NDC .


yy

float yy
The y coordinate in NDC.


xu

double xu
The x coordinate in USER .


yu

double yu
The y coordinate in USER.


isUser

boolean isUser

rrelw

float rrelw
The relative width in NDC.


rrelh

float rrelh
The relative height in NDC.


urelw

double urelw
The relative width in USER.


urelh

double urelh
The relative height in USER.


color

Color color
The color of this JaObject.


gp

GeneralPath gp

boundingbox

double[] boundingbox
The bounding box of this JaObject.


marked

boolean marked
Determines whether this JaObject is part of a group or not

Class jhplot.jadraw.JaPArc extends JaArcObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaPLine extends JaLineObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaPLoop extends JaLoopObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaSArc extends JaArcObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaSLine extends JaLineObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaSLoop extends JaLoopObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaText extends JaObject implements Serializable

serialVersionUID: 1L

Serialized Fields

textString

String textString
The input text string representing this label object.


rtext

graph.RTextLine rtext

stext

String stext

type

int type

padX

int padX

padY

int padY

textFont

Font textFont
The font of this label object.


rotAngle

int rotAngle

availableFonts

String[] availableFonts

Class jhplot.jadraw.JaTextBox extends JaFillObject implements Serializable

serialVersionUID: 1L

Serialized Fields

textString

String textString

rtext

graph.RTextLine rtext

stext

String stext

multitext

String[] multitext

textFont

Font textFont
The font of this label object.


rotAngle

int rotAngle

isMultiline

boolean isMultiline

ypos

float[] ypos

xpos

float[] xpos

shadowColor

Color shadowColor

shadowXOffset

int shadowXOffset

shadowYOffset

int shadowYOffset

isShadow

boolean isShadow

type

int type

padX

int padX

padY

int padY

Class jhplot.jadraw.JaVertex extends JaObject implements Serializable

Serialized Fields

stroke

float stroke
The stroke (line width) of this object.

Class jhplot.jadraw.JaVertexT1 extends JaVertex implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaVertexT2 extends JaVertex implements Serializable

serialVersionUID: 1L

Serialized Fields

rotAngle

int rotAngle
The rotation angle of the Vertex


fillcolor

Color fillcolor
The fill color of this fillObject.

Class jhplot.jadraw.JaVertexT3 extends JaVertex implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaVertexT4 extends JaVertex implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaVertexT5 extends JaFillObject implements Serializable

serialVersionUID: 1L

Serialized Fields

x1

double x1

y1

double y1

x2

double x2

y2

double y2

x3

double x3

y3

double y3

Class jhplot.jadraw.JaVertexT6 extends JaVertex implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaZigZagLine extends JaLineObject implements Serializable

serialVersionUID: 1L


Package jhplot.math

Class jhplot.math.Complex extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

double x

y

double y

Class jhplot.math.ValueErr extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

val

double val

err

double err

Package jhplot.math.num

Class jhplot.math.num.ConvergenceException extends NumericException implements Serializable

serialVersionUID: 1L

Class jhplot.math.num.NumericException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package jhplot.root

Class jhplot.root.RootHistogramBrowser extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

plot

jas.hist.JASHist plot

tree

JTree tree

Package jhplot.shapes

Class jhplot.shapes.Arrow extends HShape implements Serializable

serialVersionUID: 1L

Serialized Fields

type

int type

Class jhplot.shapes.Circle extends HShape implements Serializable

serialVersionUID: 1L

Class jhplot.shapes.Ellipse extends HShape implements Serializable

serialVersionUID: 1L

Class jhplot.shapes.HShape extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

double width

length

double length

f

Font f

rotate

double rotate

text

String text

strock

Stroke strock

color

Color color

X1

double X1

Y1

double Y1

X2

double X2

Y2

double Y2

transp

float transp

whoAm

int whoAm

fill

boolean fill

XX

double[] XX

YY

double[] YY

usePosition

int usePosition

Class jhplot.shapes.Line extends HShape implements Serializable

serialVersionUID: 1L

Class jhplot.shapes.Picture extends HShape implements Serializable

serialVersionUID: 1L

Serialized Fields

imageFile

String imageFile

image

Image image

Class jhplot.shapes.Rectan extends HShape implements Serializable

serialVersionUID: 1L

Class jhplot.shapes.Text extends HShape implements Serializable

serialVersionUID: 1L


Package jhplot.v3d

Class jhplot.v3d.Animation extends Applet implements Serializable

Serialized Fields

thread

Thread thread

threadSuspended

boolean threadSuspended

md

Model3d md

backBuffer

Image backBuffer

backGC

Graphics backGC

delay

int delay

painted

boolean painted

Class jhplot.v3d.Canvas3d extends Canvas implements Serializable

serialVersionUID: 1L

Serialized Fields

md

Model3d md

backBuffer

Image backBuffer

backGC

Graphics backGC

prefSize

Dimension prefSize

minSize

Dimension minSize

painted

boolean painted

c

Color c

scml

jhplot.v3d.Canvas3d.SelectionChangeMouseListener scml

menu

JPopupMenu menu

orot

jhplot.v3d.Matrix3d orot

otrans

jhplot.v3d.Matrix3d otrans

oscale

jhplot.v3d.Matrix3d oscale

ominScale

float ominScale

omaxScale

float omaxScale

Class jhplot.v3d.Cone extends Pyramid implements Serializable

Class jhplot.v3d.Cube extends Object3d implements Serializable

Class jhplot.v3d.Cylinder extends Prism implements Serializable

Class jhplot.v3d.Editor3d extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

tabbedPane

JTabbedPane tabbedPane

closeButton

JButton closeButton

win

Canvas3d win

md

Model3d md

jb1

JButton jb1

jb2

JButton jb2

jb3

JButton jb3

jb4

JButton jb4

jb5

JButton jb5

jb6

JButton jb6

jb7

JButton jb7

jb8

JButton jb8

jb9

JButton jb9

jb10

JButton jb10

Class jhplot.v3d.Object3d extends Position implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

md

Model3d md

vert

Vector3d[] vert

overt

Vector3d[] overt

norm

Vector3d[] norm

onorm

Vector3d[] onorm

center

Vector3d center

ocenter

Vector3d ocenter

face

jhplot.v3d.Face3d[] face

nvert

int nvert

cvert

int cvert

nface

int nface

cface

int cface

Class jhplot.v3d.Prism extends Object3d implements Serializable

serialVersionUID: 1L

Class jhplot.v3d.Pyramid extends Object3d implements Serializable

Class jhplot.v3d.Sphere extends Object3d implements Serializable



jHPlot 3.2. Java environment for scientific computation and data analysis. © S.Chekanov