Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Mason - 213 results found.
NameDescriptionTypePackageFramework
AbstractContinousDistributionAbstract base class for all continous distributions.Classsim.util.distributionMason
AbstractDiscreteDistributionAbstract base class for all discrete distributions.Classsim.util.distributionMason
AbstractDistributionAbstract base class for all random distributions.Classsim.util.distributionMason
AbstractGrid2DA concrete implementation of the Grid2D methods; used by several subclasses.Classsim.field.gridMason
AbstractGrid3DA concrete implementation of the Grid3D methods; used by several subclasses.Classsim.field.gridMason
AbstractScrollableAbstractScrollable is a JPanel with basic implementation of the Scrollable interface, making possible simple anonymous subclasses.Classsim.util.guiMason
AbstractShapePortrayal2DClasssim.portrayal.simpleMason
AdjustablePortrayal2DA wrapper for other Portrayal2Ds which makes it possible to do any or all of the following with the mouse: View the orientation of an objectClasssim.portrayal.simpleMason
ArithmeticArithmetic functions.Classsim.util.distributionMason
ArrowClasssim.portrayal3d.simpleMason
AsynchronousSteppableFires up a separate thread which runs until the simulation model requests it be halted.Classsim.engineMason
AxesPortrayal3DDraws coordinate system axes 1 unit long each, centered at the origin, and labelled "O", "X", "Y", and "Z".Classsim.portrayal3d.simpleMason
BagMaintains a simple array (objs) of Objects and the number of objects (numObjs) in the array (the array can be bigger than this number).Classsim.utilMason
BarChartGeneratorA ChartGenerator for Bar Charts.Classsim.util.media.chartMason
BarChartSeriesAttributesA SeriesAttributes used for user control of bar chart series created with BarChartGenerator.Classsim.util.media.chartMason
BetaBeta distribution; math definition and animated definition.Classsim.util.distributionMason
BinomialBinomial distribution; See the math definition and animated definition.Classsim.util.distributionMason
BoxPlotGeneratorBoxPlotGenerator is a ChartGenerator which displays a BoxPlot using the JFreeChart library.Classsim.util.media.chartMason
BoxPlotSeriesAttributesA SeriesAttributes used for user control of BoxPlot series created with BoxPlotGenerator.Classsim.util.media.chartMason
BranchGroupPortrayal3DLoads a Lightwave 3D scene file (.Classsim.portrayal3d.simpleMason
BreitWignerBreitWigner (aka Lorentz) distribution; See the math definition.Classsim.util.distributionMason
BreitWignerMeanSquareMean-square BreitWigner distribution; See the math definition.Classsim.util.distributionMason
BubbleChartGeneratorClasssim.util.media.chartMason
BubbleChartSeriesAttributesClasssim.util.media.chartMason
CapturingCanvas3DCanvas3D that is synchronized with Display3D and uses postswap to save the contextGraphics intoClasssim.display3dMason
CausedRuntimeExceptionA simple RuntimeException which wraps a deeper exception inside of it and prints it in a fashion similar to exceptions like InvocationTargetException.Classsim.utilMason
ChartGeneratorChartGenerator is a JPanel which displays a chart using the JFreeChart library.Classsim.util.media.chartMason
ChartUtilities A collection of static methods designed to make it easy for you to set up charts as displays.Classsim.displayMason
ChiSquareChiSquare distribution; See the math definition and animated definition.Classsim.util.distributionMason
CircledPortrayal2DA wrapper for other Portrayal2Ds which also draws a big circle around them -- useful for distinguishing one object from other similar-looking objects.Classsim.portrayal.simpleMason
CircledPortrayal3DA wrapper for other Portrayal3Ds which also draws a big translucent sphere around them -- useful for distinguishing one object from other similar-looking objects.Classsim.portrayal3d.simpleMason
CollectionPropertiesA simple class for examining the slots of Maps, Collections, Indexed, and arrays as if the slots were Java Bean Properties.Classsim.utilMason
ColorMapColorMap is a interface for mapping numerical values to colors.Interfacesim.util.guiMason
ColorWellClasssim.util.guiMason
ConePortrayal3DPortrays objects as a cone of the specified color or appearance (flat opaque white by default) which fills the region from (-0.Classsim.portrayal3d.simpleMason
ConsoleConsole is an elaborate Controller which provides a variety of GUI niceties to control the basics of a simulation.Classsim.displayMason
ConstantsDefines some useful constants.Classsim.util.distributionMason
Continuous2DA storage facility for objects located in a continuous 2D environment.Classsim.field.continuousMason
Continuous3DA storage facility for objects located in a continuous 3D environment.Classsim.field.continuousMason
ContinuousPortrayal2DPortrays Continuous2D fields.Classsim.portrayal.continuousMason
ContinuousPortrayal3DPortrays both Continuous2D and Continuous3D fields.Classsim.portrayal3d.continuousMason
ControllerA Controller is the top-level object responsible for setting up and running the GUIState.Interfacesim.displayMason
CubePortrayal3DPortrays objects as a cube of the specified color or appearance (flat opaque white by default) which fills the region from (-0.Classsim.portrayal3d.simpleMason
CylinderPortrayal3DPortrays objects as a cylinder of the specified color or appearance (flat opaque white by default) which fills the region from (-0.Classsim.portrayal3d.simpleMason
DataCullerThis is meant to accomodate an on-line algorithm for keeping a constant number of data points from an on-going time series.Interfacesim.util.media.chartMason
DenseGrid2DA wrapper for 2D arrays of Objects.Classsim.field.gridMason
DenseGrid3DA wrapper for 3D arrays of Objects.Classsim.field.gridMason
DenseGridPortrayal2DPortrayal for Dense grids: grids of Bags of objects.Classsim.portrayal.gridMason
DisclosurePanelA panel with a small disclosure triangle which toggles between two subcomponents: notionally an "abridged" (short) component and an expanded ("disclosed") component.Classsim.util.guiMason
Display2DDisplay2D holds, displays, and manipulates 2D Portrayal objects, allowing the user to scale them, scroll them, change how often they're updated, take snapshots, and generate Quicktime movies.Classsim.displayMason
Display3DDisplay3D holds, displays, and manipulates 3D Portrayal objects, allowing the user to scale them, rotate them, translate them, magnify them, change how often they're updated, take snapshots, and generate Quicktime movies.Classsim.display3dMason
DistributionsContains methods for conveniently generating pseudo-random numbers from special distributions such as the Burr, Cauchy, Erlang, Geometric, Lambda, Laplace, Logistic, Weibull, etc.Classsim.util.distributionMason
Double2DDouble2D is more or less the same class as java.Classsim.utilMason
Double3DDouble3D is more or less the same class as javax.Classsim.utilMason
DoubleBagMaintains a simple array (objs) of doubles and the number of doubles (numObjs) in the array (the array can be bigger than this number).Classsim.utilMason
DoubleGrid2DA wrapper for 2D arrays of doubles.Classsim.field.gridMason
DoubleGrid3DA wrapper for 3D arrays of doubles.Classsim.field.gridMason
DrawInfo2DThe DrawInfo2D class provides two Rectangles which define a simple drawing situation.Classsim.portrayalMason
DrawPolicyCalled by Sparse2DPortrayal to determine if all objects should be drawn or only one.Interfacesim.portrayal.gridMason
EdgeAn Edge stores a relationship between two objects in a Network.Classsim.field.networkMason
EdgeDrawInfo2DAn extension of DrawInfo2D for dealing with edges in visualizing network fields.Classsim.portrayal.networkMason
EmpiricalEmpirical distribution.Classsim.util.distributionMason
EmpiricalWalkerDiscrete Empirical distribution (pdf's can be specified).Classsim.util.distributionMason
ExponentialExponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition.Classsim.util.distributionMason
ExponentialPowerExponential Power distribution.Classsim.util.distributionMason
FacetedPortrayal2DA wrapper for multiple Portrayal2Ds which calls on one or the other one according to the underlying state of the object, which must be Valuable or a Number of some sort.Classsim.portrayal.simpleMason
FastHexaObjectGridPortrayal2DA "Fast" version of HexaObjectGridPortrayal2D, which draws objects as rectangles of specified colors, rather than using the provided SimplePortrayal2Ds.Classsim.portrayal.gridMason
FastHexaValueGridPortrayal2DClasssim.portrayal.gridMason
FastObjectGridPortrayal2DA "Fast" version of ObjectGridPortrayal2D, which draws objects as rectangles of specified colors, rather than using the provided SimplePortrayal2Ds.Classsim.portrayal.gridMason
FastValueGridPortrayal2DThis class works like a ValueGridPortrayal2D, except that it doesn't use an underlying Portrayal for the object (instead it always draws a rectangle), and may ignore the getColor() method, so you shouldn't override that method to customizeClasssim.portrayal.gridMason
FieldPortrayalA FieldPortrayal is an object which knows how to portray some kind of Field.Classsim.portrayalMason
FieldPortrayal2DSuperclass of all Field Portrayals in 2D.Classsim.portrayalMason
FieldPortrayal3DSuperclass of all Field Portrayals in J3D.Classsim.portrayal3dMason
Fixed2DA Fixed2D object has control over how it is moved by a MovablePortrayal2D object.Interfacesim.portrayalMason
GammaGamma distribution; math definition, definition of gamma functionClasssim.util.distributionMason
Grid2DDefine basic neighborhood functions for 2D Grids.Interfacesim.field.gridMason
Grid3DDefine basic neighborhood functions for 3D Grids.Interfacesim.field.gridMason
GUIStateA wrapper for SimState and Schedule which provides additional functionality for GUI objects.Classsim.displayMason
Heap from the HeapSort example algorithm in Introduction to algorithms by Cormen, Leiserson and Rivest.Classsim.utilMason
HexaDenseGridPortrayal2DPortrayal for hexagonal grids (each cell has six equally-distanced neighbors).Classsim.portrayal.gridMason
HexagonalPortrayal2DA simple portrayal for 2D visualization of hexagons.Classsim.portrayal.simpleMason
HexaObjectGridPortrayal2DPortrayal for hexagonal grids (each cell has six equally-distanced neighbors) containing objects.Classsim.portrayal.gridMason
HexaSparseGridPortrayal2DPortrayal for hexagonal grids (each cell has six equally-distanced neighbors).Classsim.portrayal.gridMason
HexaValueGridPortrayal2DPortrayal for hexagonal grids (each cell has six equally-distanced neighbors) with double-precision real values.Classsim.portrayal.gridMason
HistogramGeneratorHistogramGenerator is a ChartGenerator which displays a histogram using the JFreeChart library.Classsim.util.media.chartMason
HistogramSeriesAttributesA SeriesAttributes used for user control of histogram series created with HistogramGenerator.Classsim.util.media.chartMason
HTMLBrowserHTMLBrowser is a simple web browser which lets the user click on links and which provides a Back button when appropriate.Classsim.util.guiMason
HyperbolicHyperbolic distribution.Classsim.util.distributionMason
HyperGeometricHyperGeometric distribution; See the math definition The hypergeometric distribution with parameters N, n and s is the probability distribution of the random variable X, Classsim.util.distributionMason
ImagePortrayal2DA simple portrayal for 2D visualization of images.Classsim.portrayal.simpleMason
ImagePortrayal3DPortrays objects as a thin flat rectangle displaying a provided Image.Classsim.portrayal3d.simpleMason
IndexedA simple interface (simpler than List) for accessing random-access objects without changing their size.Interfacesim.utilMason
InspectorAn Inspector is a JPanel containing information about some object, and updates its displayed information when updateInspector() is called.Classsim.portrayalMason
Int2DInt2D is more or less the same class as java.Classsim.utilMason
Int3DInt3D stores three values (x, y, and z) but it is immutable: once the x and y and z values are set, they cannot be changed (they're final).Classsim.utilMason
IntBagMaintains a simple array (objs) of ints and the number of ints (numObjs) in the array (the array can be bigger than this number).Classsim.utilMason
IntervalDefines an inclusive (closed) interval between two numerical values MIN and MAX.Classsim.utilMason
IntGrid2DA wrapper for 2D arrays of ints.Classsim.field.gridMason
IntGrid3DA wrapper for 3D arrays of ints.Classsim.field.gridMason
LabelledListLabelledList is a JPanel which makes it easy to set up two columns of Components, with the right column taking up the extra space if there is any.Classsim.util.guiMason
LabelledPortrayal2DA wrapper for other Portrayal2Ds which also draws a textual label.Classsim.portrayal.simpleMason
LabelledPortrayal3DA wrapper for other Portrayal3Ds which also draws a textual label.Classsim.portrayal3d.simpleMason
LightPortrayal3DA simple Portrayal3D which provides ambient, directional, or point light to the scene.Classsim.portrayal3d.simpleMason
LocationLogAn experimental test object for performing assertions which log all location accesses in fields.Classsim.utilMason
LocationWrapperA LocationWrapper is used to embody the objects stored in a FieldPortrayal; for example, those returned by a hitObjects test on a FieldPortrayal2D.Classsim.portrayalMason
LogarithmicLogarithmic distribution.Classsim.util.distributionMason
MakesSimStateAn interface for classes capable of creating SimState subclasses.Interfacesim.engineMason
Manipulating2DManipulating2D is a simple interface for user interface objects which can manipulate portrayals in certain ways.Interfacesim.displayMason
MersenneTwisterFastMersenneTwister and MersenneTwisterFast Version 21, based on version MT199937(99/10/29)Classec.utilMason
MeshPortrayalA QuadPortrayal which relates grid locations with intersections on a mesh (like positions on a Go board, coloring and changing the Z location of the intersections.Classsim.portrayal3d.grid.quadMason
MethodStepA Steppable which calls an underlying method using Java's reflection system.Classsim.engineMason
MinGapDataCullerThis is meant as an on-line algorithm for keeping a constant number of data points from an on-going time series.Classsim.util.media.chartMason
MiniHistogramA very simple histogram class.Classsim.util.guiMason
MovablePortrayal2DA wrapper for other Portrayal2Ds which makes it possible to drag and move objects with the mouse.Classsim.portrayal.simpleMason
MovieEncoderUsage of this class depends on the existence of the Java Media Framework (JMF) which can be acquired from javasoft.Classsim.util.mediaMason
MovieMakerA class which gives a GUI front-end to sim.Classsim.util.guiMason
MultiStepMultiStep takes an integer N, a boolean called countdown, and a steppable.Classsim.engineMason
MutableDoubleMutableDouble simply holds a double value, which can be changed at any time.Classsim.utilMason
MutableDouble2DMutableDouble2D is more or less the same class as java.Classsim.utilMason
MutableDouble3DMutableDouble3D is more or less the same class as javax.Classsim.utilMason
MutableInt2DMutableInt2D is largely a class identical to java.Classsim.utilMason
MutableInt3DMutableInt3D stores three values (x, y, and z) and is hash-equivalent to Int3D; except MutableInt3D's values can be modified and Int3D's values cannot.Classsim.utilMason
NegativeBinomialNegative Binomial distribution; See the math definition.Classsim.util.distributionMason
NetworkThe Network is a field which stores binary graph and multigraph structures of all kinds, using hash tables to allow reasonably rapid dynamic modification.Classsim.field.networkMason
NetworkPortrayal2DPortrays network fields.Classsim.portrayal.networkMason
NumberTextFieldA simple class that lets you specify a label and validate a numerical value.Classsim.util.guiMason
ObjectGrid2DA wrapper for 2D arrays of Objects.Classsim.field.gridMason
ObjectGrid3DA wrapper for 3D arrays of Objects.Classsim.field.gridMason
ObjectGridPortrayal2DA portrayal for grids containing objects, such as maybe agents or agent bodies.Classsim.portrayal.gridMason
ObjectGridPortrayal3DPortrays ObjectGrid2D and ObjectGrid3D in 3D space.Classsim.portrayal3d.gridMason
Orientable2DAn Orientable2D object can have its orientation changed in radians.Interfacesim.portrayalMason
Oriented2DAn Oriented2D object provides an orientation in radians.Interfacesim.portrayalMason
OrientedPortrayal2DA wrapper for other Portrayal2Ds which provides some kind of pointing object (typically a line) along the object's specified orientation angle.Classsim.portrayal.simpleMason
OvalPortrayal2DA simple portrayal for 2D visualization of ovals.Classsim.portrayal.simpleMason
ParallelSequenceSpawns all the sequence elements in parallel on separate threads.Classsim.engineMason
PDFEncoderClasssim.util.mediaMason
PieChartGeneratorA ChartGenerator for Pie Charts.Classsim.util.media.chartMason
PieChartSeriesAttributesA SeriesAttributes used for user control of pie chart series created with PieChartGenerator.Classsim.util.media.chartMason
PNGEncoderPNGEncoder takes a Java Image object and creates a byte string which can be saved as a PNG file.Classsim.util.mediaMason
PoissonPoisson distribution (quick); See the math definition and animated definition.Classsim.util.distributionMason
PoissonSlowPoisson distribution; See the math definition and animated definition.Classsim.util.distributionMason
PolynomialPolynomial functions.Classsim.util.distributionMason
Portrayal2DThe basic 2D portrayal interface.Interfacesim.portrayalMason
Portrayal3DThe top-level definition of Portrayals which portray underlying models using, er, Java3D models.Interfacesim.portrayal3dMason
PrefsA simple cover class for Java's preferences system.Classsim.displayMason
PrimitivePortrayal3DAn abstract superclass for portrayals involving Shape3D or various Primitive (sphere, cone, etc.Classsim.portrayal3d.simpleMason
PropertiedA Propertied object is one which provides its own Properties rather than letting SimpleProperties scan the object statically.Interfacesim.utilMason
PropertiesThe abstract superclass of Property inspectors.Classsim.utilMason
PropertyFieldA simple class designed to allow the user to modify a property in the form of a string, number, boolean value, or option.Classsim.util.guiMason
ProxiableA proxiable object is one which provides SimpleProperties with a proxy to stand in for it; that is, to have the proxy's properties inspected insteadInterfacesim.utilMason
QuadPortrayalA QuadPortrayal is the abstract superclass of objects which describe how rectangles in a in a ValueGrid2DPortrayal3D are associated with the underlying ValueGrid2D.Classsim.portrayal3d.grid.quadMason
RandomSequenceRandomSequence is a Sequence which executes its Steppable objects in random order each time.Classsim.engineMason
RateAdjusterA simple class which maintains a frame rate fixed to no more than a given number of ticks per second.Classsim.displayMason
RectanglePortrayal2DA simple portrayal for 2D visualization of rectangles.Classsim.portrayal.simpleMason
RepeatRepeat is an abstract Steppable and Stoppable which generalizes the notion of repeated Steppables.Classsim.engineMason
Scalable2DA Scalable2D object provides a scale, and can have the same changed.Interfacesim.portrayalMason
ScatterPlotGeneratorClasssim.util.media.chartMason
ScatterPlotSeriesAttributesClasssim.util.media.chartMason
ScheduleSchedule defines a threadsafe scheduling queue in which events can be scheduled to occur at future time.Classsim.engineMason
SelectionBehaviorA behavior added to Display3Ds which enables Portrayal3Ds to be selected (via Java3D picking).Classsim.display3dMason
SequenceSequence is Steppable which holds an array of Steppables.Classsim.engineMason
SeriesAttributesThe superclass for the series-attributes widgets used by subclasses of ChartGenerator to let the user control individual series' features.Classsim.util.media.chartMason
Shape3DPortrayal3DA simple portrayal for displaying Shape3D objects.Classsim.portrayal3d.simpleMason
ShapePortrayal2DA simple portrayal for 2D visualization of java.Classsim.portrayal.simpleMason
SharedPortrayal3DClasssim.portrayal3d.simpleMason
SimAppletA simple class for creating Applets out of your simulations.Classsim.displayMason
SimpleColorMapMaps numerical levels to colors using either a lookup table, color interpolation, or both.Classsim.util.guiMason
SimpleControllerClasssim.displayMason
SimpleEdgePortrayal2DClasssim.portrayal.networkMason
SimpleInspectorA simple inspector class that looks at the "getX" and "setX" method of the object to be investigates and creates a user-friendly graphical interface with read only and read/write components of the object.Classsim.portrayalMason
SimplePortrayal2DThe superclass of all 2D Simple Portrayals.Classsim.portrayalMason
SimplePortrayal3DThe superclass of all 3D Simple Portrayals which by default adds nothing to the 3D scene.Classsim.portrayal3dMason
SimplePropertiesA very simple class for getting and setting object properties.Classsim.utilMason
SimStateSimState represents the simulation proper.Classsim.engineMason
SparseFieldWhile it has no abstract members, SparseField is explicitly an abstract superclass of various sparse field objects.Classsim.fieldMason
SparseField2DInterfacesim.fieldMason
SparseField3DInterfacesim.fieldMason
SparseFieldPortrayal3DAn abstract superclass for all FieldPortrayal3Ds which display SparseFields.Classsim.portrayal3dMason
SparseGrid2DA storage facility for sparse objects in discrete 2D space, using Maps.Classsim.field.gridMason
SparseGrid2DPortrayal3DDisplays objects in a SparseGrid2D along the XY grid in a special way.Classsim.portrayal3d.gridMason
SparseGrid3DA storage facility for sparse objects in discrete 3D space, using Maps.Classsim.field.gridMason
SparseGridPortrayal2DCan be used to draw both continuous and discrete sparse fields.Classsim.portrayal.gridMason
SparseGridPortrayal3DPortrays both SparseGrid2D and SparseGrid3D fields.Classsim.portrayal3d.gridMason
SpatialNetwork2DA wrapper used by NetworkPortrayal2D to hold a Network and EITHER a Continuous2D OR a SparseGrid2D (or some other SparseField2D).Classsim.portrayal.networkMason
SpherePortrayal3DPortrays objects as a sphere of the specified color or appearance (flat opaque white by default) which fills the region from (-0.Classsim.portrayal3d.simpleMason
SteppableInterfacesim.engineMason
StoppableInterfacesim.engineMason
StudentTStudentT distribution (aka T-distribution); See the math definition and animated definition.Classsim.util.distributionMason
SwitchedPortrayal3DClasssim.portrayal3d.simpleMason
TableLoader This class provides utility methods for loading tables from files into int[][] or double[][] arrays.Classsim.utilMason
TentativeStepA Steppable wrapper which can be stopped.Classsim.engineMason
TilePortrayalA QuadPortrayal which describes locations as the center of a square in a grid (like tiles on the floor, each tile corresponding to a location on the grid).Classsim.portrayal3d.grid.quadMason
TimeSeriesAttributesA SeriesAttributes used for user control pf time series created with TimeSeriesCharGenerator.Classsim.util.media.chartMason
TimeSeriesChartGeneratorTimeSeriesChartGenerator is a ChartGenerator which displays a time-series chart using the JFreeChart library.Classsim.util.media.chartMason
ToolTipBehaviorA behavior similar to SelectionBehavior, except you don't have to double-click and the resulting info is presented in a tool-tip, not theClasssim.display3dMason
TrailedPortrayal2DTrailedPortrayal2D is a special SimplePortrayal wrapper which enables you to draw "trails" or "mouse tails" that drag behind objects and show where the've recently been.Classsim.portrayal.simpleMason
TransformedPortrayal2DA wrapper for other Portrayal2Ds which transforms the graphics space before drawing them.Classsim.portrayal.simpleMason
TransformedPortrayal3DA wrapper for other Portrayal3Ds which transforms them with an underlying Transform3D: meaning that you can rotate them, translate them, scale them, etc.Classsim.portrayal3d.simpleMason
UniformUniform distribution; Math definition and animated definition.Classsim.util.distributionMason
UtilitiesVarious static utility methods.Classsim.util.guiMason
ValuableHaving a value.Interfacesim.utilMason
ValueGrid2DPortrayal3DDisplays ValueGrid2Ds values along the XY grid using a surface.Classsim.portrayal3d.gridMason
ValueGridCellInfoUsed by ValueGrid2DPortrayal3D to send needed value information to underlying QuadPortrayals.Classsim.portrayal3d.grid.quadMason
ValueGridPortrayal2DThis class is capable of portraying the DoubleGrid2D and IntGrid2D fields (and only those two fields -- or subclasses).Classsim.portrayal.gridMason
ValueGridPortrayal3DClasssim.portrayal3d.gridMason
ValuePortrayal2DThe ValuePortrayal2D is the default portrayal for ValueGridPortrayal2Ds.Classsim.portrayal.simpleMason
ValuePortrayal3DValuePortrayal3D defines a cube or square whose color and transparency can be changed, and is really intended solely for use in ValueGridPortrayal3D.Classsim.portrayal3d.simpleMason
VonMisesVon Mises distribution.Classsim.util.distributionMason
WeakStepWeakStep is a wrapper for steppable objects in the situation where we only want the schedule to tenuously hold onto the steppable object -- that is, if everyoneClasssim.engineMason
WireFrameBoxPortrayal3DA SimplePortrayal3D which draws an arbitrary wireframe box.Classsim.portrayal3d.simpleMason
WordWrapWordWrap is a simple word-wrapping class which provides word-wrap either to columns of raw text; or to some number of pixels (given a font).Classsim.util.guiMason
XYChartGeneratorAn abstract subclass of ChartGenerator for charts which involve X-Y data, such as Time Series, Histograms, and Scatter Plots.Classsim.util.media.chartMason
Zeta Valid parameter ranges: ro > 0 and pk >= 0.Classsim.util.distributionMason