Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Sim.portrayal Classes and Interfaces - 89 results found.
NameDescriptionTypePackageFramework
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
ArrowClasssim.portrayal3d.simpleMason
AxesPortrayal3DDraws coordinate system axes 1 unit long each, centered at the origin, and labelled "O", "X", "Y", and "Z".Classsim.portrayal3d.simpleMason
BranchGroupPortrayal3DLoads a Lightwave 3D scene file (.Classsim.portrayal3d.simpleMason
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
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
ContinuousPortrayal2DPortrays Continuous2D fields.Classsim.portrayal.continuousMason
ContinuousPortrayal3DPortrays both Continuous2D and Continuous3D fields.Classsim.portrayal3d.continuousMason
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
DenseGridPortrayal2DPortrayal for Dense grids: grids of Bags of objects.Classsim.portrayal.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
EdgeDrawInfo2DAn extension of DrawInfo2D for dealing with edges in visualizing network fields.Classsim.portrayal.networkMason
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
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
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
InspectorAn Inspector is a JPanel containing information about some object, and updates its displayed information when updateInspector() is called.Classsim.portrayalMason
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
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
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
MovablePortrayal2DA wrapper for other Portrayal2Ds which makes it possible to drag and move objects with the mouse.Classsim.portrayal.simpleMason
NetworkPortrayal2DPortrays network fields.Classsim.portrayal.networkMason
ObjectGridPortrayal2DA portrayal for grids containing objects, such as maybe agents or agent bodies.Classsim.portrayal.gridMason
ObjectGridPortrayal2D .MessageClasssim.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
Portrayal2DThe basic 2D portrayal interface.Interfacesim.portrayalMason
Portrayal3DThe top-level definition of Portrayals which portray underlying models using, er, Java3D models.Interfacesim.portrayal3dMason
PrimitivePortrayal3DAn abstract superclass for portrayals involving Shape3D or various Primitive (sphere, cone, etc.Classsim.portrayal3d.simpleMason
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
QuadPortrayal .DoubleFilterClasssim.portrayal3d.grid.quadMason
QuadPortrayal .FilterClasssim.portrayal3d.grid.quadMason
QuadPortrayal .IntFilterClasssim.portrayal3d.grid.quadMason
QuadPortrayal .ObjectFilterClasssim.portrayal3d.grid.quadMason
RectanglePortrayal2DA simple portrayal for 2D visualization of rectangles.Classsim.portrayal.simpleMason
Scalable2DA Scalable2D object provides a scale, and can have the same changed.Interfacesim.portrayalMason
Shape3DPortrayal3DA simple portrayal for displaying Shape3D objects.Classsim.portrayal3d.simpleMason
ShapePortrayal2DA simple portrayal for 2D visualization of java.Classsim.portrayal.simpleMason
SharedPortrayal3DClasssim.portrayal3d.simpleMason
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
SparseFieldPortrayal3DAn abstract superclass for all FieldPortrayal3Ds which display SparseFields.Classsim.portrayal3dMason
SparseGrid2DPortrayal3DDisplays objects in a SparseGrid2D along the XY grid in a special way.Classsim.portrayal3d.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
SwitchedPortrayal3DClasssim.portrayal3d.simpleMason
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
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
TrailedPortrayal2D .TrailDrawInfo2DA special version of DrawInfo2D which adds additional information useful for drawing your own trails.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
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
ValuePortrayal2D .DoubleFilterClasssim.portrayal.simpleMason
ValuePortrayal2D .FilterClasssim.portrayal.simpleMason
ValuePortrayal2D .IntFilterClasssim.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
ValuePortrayal3D .DoubleFilterClasssim.portrayal3d.simpleMason
ValuePortrayal3D .FilterClasssim.portrayal3d.simpleMason
ValuePortrayal3D .IntFilterClasssim.portrayal3d.simpleMason
WireFrameBoxPortrayal3DA SimplePortrayal3D which draws an arbitrary wireframe box.Classsim.portrayal3d.simpleMason