A B C D E F G H I J K L M N O P R S T U V W X Y Z

B

BALANCED - Static variable in interface viper.comparison.distances.Distance
A balanced distance metric gives the same result if compared target to candidate or candidate to target.
BBOX - Static variable in class viper.api.datatypes.ViperDataFactoryImpl
URI for the bounding box type.
BOTTOM - Static variable in class edu.umd.cfar.lamp.viper.gui.canvas.CanvasDir
 
BOTTOM_LEFT - Static variable in class edu.umd.cfar.lamp.viper.gui.canvas.CanvasDir
 
BOTTOM_RIGHT - Static variable in class edu.umd.cfar.lamp.viper.gui.canvas.CanvasDir
 
BS_INPUT - Static variable in interface edu.columbia.ee.flavor.IBitstream
Input bitstream type
BS_OUTPUT - Static variable in interface edu.columbia.ee.flavor.IBitstream
Output bitstream type
BUF_LEN - Static variable in class edu.columbia.ee.flavor.Bitstream
 
BV - Static variable in class viper.api.datatypes.Bvalue
The only instance of Bvalue that you'll ever need.
BVALUE - Static variable in class viper.api.datatypes.ViperDataFactoryImpl
URI for the boolean value type.
BY_ID - Static variable in class edu.umd.cfar.lamp.viper.gui.table.ViperTableModel
 
BY_PROPAGATING - Static variable in class edu.umd.cfar.lamp.viper.gui.table.ViperTableModel
 
BY_VALID - Static variable in class edu.umd.cfar.lamp.viper.gui.table.ViperTableModel
 
B_FRAME - Static variable in class edu.umd.cfar.lamp.viper.gui.players.DataPlayer
 
BadAttributeDataException - exception viper.api.BadAttributeDataException.
Thrown to indicate that the application has tried to set an attribute to a value that is not allowed.
BadAttributeDataException() - Constructor for class viper.api.BadAttributeDataException
Constructs a BadAttributeDataException with no detail message.
BadAttributeDataException(String) - Constructor for class viper.api.BadAttributeDataException
Constructs a BadAttributeDataException with the specified detail message.
BadDataException - exception edu.umd.cfar.lamp.viper.util.BadDataException.
This is thrown when the information entered from a file into an attribute's value field does not conform.
BadDataException() - Constructor for class edu.umd.cfar.lamp.viper.util.BadDataException
Constructs a new BadDataException with no message.
BadDataException(String) - Constructor for class edu.umd.cfar.lamp.viper.util.BadDataException
Constructs a new BadDataException with the given message.
BadDataException(String, int, int) - Constructor for class edu.umd.cfar.lamp.viper.util.BadDataException
Constructs a new BadDataException with the given message and indicates where in the line is the erroneous text.
BagSegmentFactory - class edu.umd.cfar.lamp.viper.gui.chronology.BagSegmentFactory.
 
BagSegmentFactory() - Constructor for class edu.umd.cfar.lamp.viper.gui.chronology.BagSegmentFactory
 
BagSegmentFactory.SegsNode - class edu.umd.cfar.lamp.viper.gui.chronology.BagSegmentFactory.SegsNode.
 
BagSegmentFactory.SegsNode(Object[], BagSegmentFactory) - Constructor for class edu.umd.cfar.lamp.viper.gui.chronology.BagSegmentFactory.SegsNode
 
BaseTimeStamp - class edu.umd.cfar.lamp.mpeg1.system.BaseTimeStamp.
Base class for all time stamp classes (they're all basically identical).
BaseTimeStamp() - Constructor for class edu.umd.cfar.lamp.mpeg1.system.BaseTimeStamp
 
BboxCanvasEditor - class edu.umd.cfar.lamp.viper.gui.data.bbox.BboxCanvasEditor.
 
BboxCanvasEditor(Attributable) - Constructor for class edu.umd.cfar.lamp.viper.gui.data.bbox.BboxCanvasEditor
 
BboxCreator - class edu.umd.cfar.lamp.viper.gui.data.bbox.BboxCreator.
 
BboxCreator(CreatorAssistant, Attribute) - Constructor for class edu.umd.cfar.lamp.viper.gui.data.bbox.BboxCreator
 
BboxEditor - class edu.umd.cfar.lamp.viper.gui.data.bbox.BboxEditor.
 
BboxEditor() - Constructor for class edu.umd.cfar.lamp.viper.gui.data.bbox.BboxEditor
 
BboxInterpolator - class edu.umd.cfar.lamp.viper.gui.data.bbox.BboxInterpolator.
 
BboxInterpolator() - Constructor for class edu.umd.cfar.lamp.viper.gui.data.bbox.BboxInterpolator
 
BboxNode - class edu.umd.cfar.lamp.viper.gui.data.bbox.BboxNode.
Visual representation of aligned bounding boxes
BboxNode(ViperViewMediator) - Constructor for class edu.umd.cfar.lamp.viper.gui.data.bbox.BboxNode
 
BboxNodeWrapper - class edu.umd.cfar.lamp.viper.gui.canvas.datatypes.BboxNodeWrapper.
Converts from a 'bbox' object to a PNode for display on the viper canvas.
BboxNodeWrapper() - Constructor for class edu.umd.cfar.lamp.viper.gui.canvas.datatypes.BboxNodeWrapper
 
BboxSegmentFactory - class edu.umd.cfar.lamp.viper.gui.chronology.BboxSegmentFactory.
 
BboxSegmentFactory() - Constructor for class edu.umd.cfar.lamp.viper.gui.chronology.BboxSegmentFactory
 
BboxSegmentFactory.BboxSegment - class edu.umd.cfar.lamp.viper.gui.chronology.BboxSegmentFactory.BboxSegment.
 
BboxSegmentFactory.BboxSegment(Color, double, double) - Constructor for class edu.umd.cfar.lamp.viper.gui.chronology.BboxSegmentFactory.BboxSegment
Will create a box with color paint and with height (boxheight * size) starting at (boxheight * offset).
Bean - Static variable in class edu.umd.cfar.lamp.apploader.LAL
An instance of a java object.
BeanProperty - Static variable in class edu.umd.cfar.lamp.apploader.LAL
Description of a property on a bean.
Bitstream - class edu.columbia.ee.flavor.Bitstream.
Implementation of class to access a bitstream.
Bitstream(InputStream) - Constructor for class edu.columbia.ee.flavor.Bitstream
Constructs input bitstream.
Bitstream(OutputStream) - Constructor for class edu.columbia.ee.flavor.Bitstream
Constructs output bitstream.
Bitstream(InputStream, int) - Constructor for class edu.columbia.ee.flavor.Bitstream
Constructs input bitstream with the given buffer length.
Bitstream(OutputStream, int) - Constructor for class edu.columbia.ee.flavor.Bitstream
Constructs an output bitstream with the given buffer length.
Bitstream(String, int) - Constructor for class edu.columbia.ee.flavor.Bitstream
Constructs either an output or an input stream, depending on the type
Bitstream(String, int, int) - Constructor for class edu.columbia.ee.flavor.Bitstream
Constructs either an output or an input stream, depending on the type, with the given buffer length.
BoundingBox - class edu.umd.cfar.lamp.viper.geometry.BoundingBox.
This class reprsents a rectangle aligned with the coordinate axes or a set of such rectangles.
BoundingBox() - Constructor for class edu.umd.cfar.lamp.viper.geometry.BoundingBox
Construct the empty bounding box.
BoundingBox(int[]) - Constructor for class edu.umd.cfar.lamp.viper.geometry.BoundingBox
Construct a bounding box with the given origin, width and height.
BoundingBox(int, int, int, int) - Constructor for class edu.umd.cfar.lamp.viper.geometry.BoundingBox
Construct a rectangle with the given parameters.
BoundingBox(Rectangle) - Constructor for class edu.umd.cfar.lamp.viper.geometry.BoundingBox
Creates a new bounding box from the given java.awt.Rectangle.
BoundingBox(double, double, double, double) - Constructor for class edu.umd.cfar.lamp.viper.geometry.BoundingBox
Creates a bounding box in double coordinates.
BoundingBox(String) - Constructor for class edu.umd.cfar.lamp.viper.geometry.BoundingBox
Creates a new Box from a string representation.
BoxInformation - interface edu.umd.cfar.lamp.viper.geometry.BoxInformation.
An Oriented Box is a rectangle that is rotated about its bottom right corner.
Bvalue - class viper.api.datatypes.Bvalue.
An attribute wrapper for the boolean attribute data type.
Bvalue() - Constructor for class viper.api.datatypes.Bvalue
Creates a new instance of the boolean data wrapper.
BvalueEditor - class edu.umd.cfar.lamp.viper.gui.data.bvalue.BvalueEditor.
 
BvalueEditor() - Constructor for class edu.umd.cfar.lamp.viper.gui.data.bvalue.BvalueEditor
 
ByteBufferAsIntBufferSource - class edu.umd.cfar.lamp.viper.gui.players.ByteBufferAsIntBufferSource.
 
ByteBufferAsIntBufferSource(int, int, ColorModel, ByteBuffer) - Constructor for class edu.umd.cfar.lamp.viper.gui.players.ByteBufferAsIntBufferSource
 
backslashify(String) - Static method in class edu.umd.cfar.lamp.viper.util.StringHelp
Converts special characters to escpe key sequences.
banner(String, int) - Static method in class edu.umd.cfar.lamp.viper.util.StringHelp
Generates an asterisk-surrounded banner containing the given text.
bbox - Variable in class edu.umd.cfar.lamp.viper.geometry.PolyLine
A BoundingBox that surrounds the set of lines.
bbox - Variable in class edu.umd.cfar.lamp.viper.geometry.PolyList
A BoundingBox that surrounds the PolyList.
begin(String) - Method in interface viper.api.extensions.TransactionalNode
Starts a transaction on this node.
begin(String) - Method in class viper.api.impl.EventfulNodeHelper
 
beginning() - Method in class viper.descriptors.attributes.FrameSpan
Returns the index of the first frame of this FrameSpan.
beneath(Node, Node) - Static method in class viper.api.impl.Util
Tests to see if the node is below the node labeled above, or is the node labeled above, in the tree (e.g.
bold(CanvasDir) - Method in class edu.umd.cfar.lamp.viper.gui.canvas.PBoxNode
 
bold(CanvasDir) - Method in class edu.umd.cfar.lamp.viper.gui.data.bbox.BboxNode
 
bold() - Method in class edu.umd.cfar.lamp.viper.gui.data.circle.CircleNode
 
bold(CanvasDir) - Method in class edu.umd.cfar.lamp.viper.gui.data.ellipse.EllipseNode
 
bold(CanvasDir) - Method in class edu.umd.cfar.lamp.viper.gui.data.obox.OboxNode
 
boldCircle(boolean) - Method in class edu.umd.cfar.lamp.viper.gui.data.circle.CircleNode
 
boldCircle(Point2D) - Method in class edu.umd.cfar.lamp.viper.gui.data.polygon.PolygonNode
 
boldCrossEdge(int) - Method in class edu.umd.cfar.lamp.viper.gui.data.polygon.PolygonNode
 
boldCrossEdgeAndVertex(int) - Method in class edu.umd.cfar.lamp.viper.gui.data.polygon.PolygonNode
 
boldEdge(int) - Method in class edu.umd.cfar.lamp.viper.gui.data.polygon.PolygonNode
 
boldHandle() - Method in class edu.umd.cfar.lamp.viper.gui.data.ellipse.EllipseNode
 
boldNorthHandle() - Method in class edu.umd.cfar.lamp.viper.gui.data.obox.OboxNode
 
boldRect(Rectangle2D) - Method in class edu.umd.cfar.lamp.viper.gui.data.polygon.PolygonNode
 
boldRectAndCircle(Rectangle2D, Point2D) - Method in class edu.umd.cfar.lamp.viper.gui.data.polygon.PolygonNode
 
boldRightHandle() - Method in class edu.umd.cfar.lamp.viper.gui.data.obox.OboxNode
 
boldVertex(int) - Method in class edu.umd.cfar.lamp.viper.gui.data.polygon.PolygonNode
 
box(Class) - Static method in class edu.umd.cfar.lamp.apploader.AppLoader
Get the box class for a primitive type.
box - Variable in class edu.umd.cfar.lamp.viper.gui.canvas.GenericBoxEditor
 
bringToLevel(int, EvaluationParameters.ScopeRules) - Method in class viper.comparison.CompMatrix
Brings the comparisons up to the given level.
buf - Variable in class edu.columbia.ee.flavor.Bitstream
 
buf_len - Variable in class edu.columbia.ee.flavor.Bitstream
 
buildAttributeFactory(Attribute) - Method in class edu.umd.cfar.lamp.viper.gui.chronology.ViperTimeSegmentMetafactory
 
buildConfigFactory(Config) - Method in class edu.umd.cfar.lamp.viper.gui.chronology.ViperTimeSegmentMetafactory
 
buildDescriptorFactory(ViperChronicleView, Descriptor) - Method in class edu.umd.cfar.lamp.viper.gui.chronology.ViperTimeSegmentMetafactory
 
buildFactory(ChronicleViewer, TimeLine) - Method in class edu.umd.cfar.lamp.viper.gui.chronology.ViperTimeSegmentMetafactory
 
buildNominalAttributeFactory(Attribute) - Method in class edu.umd.cfar.lamp.viper.gui.chronology.ViperTimeSegmentMetafactory
 
buildNominalAttributeFactory(ViperChronicleView, VNominalAttribute) - Method in class edu.umd.cfar.lamp.viper.gui.chronology.ViperTimeSegmentMetafactory
 
byteValue() - Method in class edu.umd.cfar.lamp.viper.geometry.Rational
Gets the byte approximation of this rational.

A B C D E F G H I J K L M N O P R S T U V W X Y Z