D G I J M O S T

D

decrease(DropFrameTimeCode) - Method in class org.dropframetimecode.java.DropFrameTimeCode
Decreases this DropFrameTimeCode value.
decrease(long) - Method in class org.dropframetimecode.java.DropFrameTimeCode
Decreases this DropFrameTimeCode value.
decrease(String) - Method in class org.dropframetimecode.java.DropFrameTimeCode
Decreases this DropFrameTimeCode value.
DFTCdroppedException - exception org.dropframetimecode.java.DFTCdroppedException.
Thrown to indicate that a supplied string represents an invalid drop-frame timecode value (i.e.: it references a "dropped" frame").
DFTCdroppedException() - Constructor for class org.dropframetimecode.java.DFTCdroppedException
Creates a new instance of DFTCdroppedException without detail message.
DFTCdroppedException(String) - Constructor for class org.dropframetimecode.java.DFTCdroppedException
Constructs an instance of DFTCdroppedException with the specified detail message.
DFTCelementRangeException - exception org.dropframetimecode.java.DFTCelementRangeException.
Thrown to indicate that an element of an HH:MM:SS:FF formatted string is out of range:
HHvalid range 0-23 MMvalid range 0-23 SSvalid range 0-23 FFvalid range 0-29
DFTCelementRangeException() - Constructor for class org.dropframetimecode.java.DFTCelementRangeException
Creates a new instance of DFTCelementRangeException without detail message.
DFTCelementRangeException(String) - Constructor for class org.dropframetimecode.java.DFTCelementRangeException
Constructs an instance of DFTCelementRangeException with the specified detail message.
DFTCfield - class org.dropframetimecode.java.awt.DFTCfield.
An HH:MM:SS:FF formatted text field
DFTCfield() - Constructor for class org.dropframetimecode.java.awt.DFTCfield
Creates a new instance of DFTCfield
DFTCrangeException - exception org.dropframetimecode.java.DFTCrangeException.
Thrown to indicate that a DropFrameTimeCode value has exceeded the daily range of 00:00:00:00 to 23:59:59:29
DFTCrangeException() - Constructor for class org.dropframetimecode.java.DFTCrangeException
Creates a new instance of DFTCrangeException without detail message.
DFTCrangeException(String) - Constructor for class org.dropframetimecode.java.DFTCrangeException
Constructs an instance of DFTCrangeException with the specified detail message.
DFTCunit - class org.dropframetimecode.java.DFTCunit.
unit test suite for the org.dropframetimecode.java package
DFTCunit(String) - Constructor for class org.dropframetimecode.java.DFTCunit
 
DFTCwrapped - class org.dropframetimecode.java.DFTCwrapped.
extends DropFrametimeCode by wrapping values within the limits of a 24 hour clock.
DFTCwrapped() - Constructor for class org.dropframetimecode.java.DFTCwrapped
Creates a new instance of DFTCwrapped
DropFrameTimeCode - class org.dropframetimecode.java.DropFrameTimeCode.
models the behaviour of a single timecode value.
DropFrameTimeCode() - Constructor for class org.dropframetimecode.java.DropFrameTimeCode
Creates a new instance of DropFrameTimeCode
DropFrameTimeCode(DropFrameTimeCode) - Constructor for class org.dropframetimecode.java.DropFrameTimeCode
Creates a new copy of an existing DropFrameTimeCode
DropFrameTimeCode(long) - Constructor for class org.dropframetimecode.java.DropFrameTimeCode
Creates a new instance of DropFrameTimeCode
DropFrameTimeCode(String) - Constructor for class org.dropframetimecode.java.DropFrameTimeCode
Creates a new instance of DropFrameTimeCode

G

getFrames() - Method in class org.dropframetimecode.java.DropFrameTimeCode
Get a numerical framecount representation of this timecode value
getString() - Method in class org.dropframetimecode.java.DropFrameTimeCode
Get a string representation of this timecode value

I

increase(DropFrameTimeCode) - Method in class org.dropframetimecode.java.DropFrameTimeCode
Increases this DropFrameTimeCode value.
increase(long) - Method in class org.dropframetimecode.java.DropFrameTimeCode
Increases this DropFrameTimeCode value.
increase(String) - Method in class org.dropframetimecode.java.DropFrameTimeCode
Increases this DropFrameTimeCode value.
init() - Method in class org.dropframetimecode.java.awt.TimeCalcApplet
Initializes the applet TimeCalc

J

JDFTCfield - class org.dropframetimecode.java.swing.JDFTCfield.
An HH:MM:SS:FF formatted text field
JDFTCfield() - Constructor for class org.dropframetimecode.java.swing.JDFTCfield
Creates a new instance of JDFTCfield
JTimeCalcApplet - class org.dropframetimecode.java.swing.JTimeCalcApplet.
A Swing-based Drop-Frame Timecode Calculator Applet
JTimeCalcApplet() - Constructor for class org.dropframetimecode.java.swing.JTimeCalcApplet
Creates new form JTimeCalc

M

main(String[]) - Static method in class org.dropframetimecode.java.DFTCunit
 

O

org.dropframetimecode.java - package org.dropframetimecode.java
Provides classes and interfaces for the calculation, manipulation and presentation of frame counts in drop-frame timecode representation.
org.dropframetimecode.java.awt - package org.dropframetimecode.java.awt
Provides a Graphical the Timecode Calculator based upon the Java AWT (Abstract Window Types) library.
org.dropframetimecode.java.swing - package org.dropframetimecode.java.swing
Provides a Graphical the Timecode Calculator based upon the Java Foundation Classes (or Swing API).

S

suite() - Static method in class org.dropframetimecode.java.DFTCunit
 

T

testAlphabetics() - Method in class org.dropframetimecode.java.DFTCunit
tests the DropFrameTimecode string constructor with the alphabetic string AB:CD:EF:GH
testDay() - Method in class org.dropframetimecode.java.DFTCunit
tests the DropFrameTimecode string constructor with an out-of-range value of 24:00:00:00, an ElementeRangeException is the expected result
testFrame() - Method in class org.dropframetimecode.java.DFTCunit
tests the DropFrameTimecode string constructor with the string 00:00:00:01
testHour() - Method in class org.dropframetimecode.java.DFTCunit
tests the DropFrameTimecode string constructor with the string 01:00:00:00 a DroppedException is the expected result
testMinute() - Method in class org.dropframetimecode.java.DFTCunit
tests the DropFrameTimecode string constructor with the dropped frame string 00:01:00:00
testNew() - Method in class org.dropframetimecode.java.DFTCunit
tests the default DropFrameTimecode constructor
testOverflow() - Method in class org.dropframetimecode.java.DFTCunit
tests DropFrameTimecode overflowing the midnight boundary
testSecond() - Method in class org.dropframetimecode.java.DFTCunit
tests the DropFrameTimecode string constructor with the string 00:00:01:00
testTenMinute() - Method in class org.dropframetimecode.java.DFTCunit
tests the DropFrameTimecode string constructor with the string 00:10:00:00
testTwoThirySeconds() - Method in class org.dropframetimecode.java.DFTCunit
tests DropFrameTimecode adding 30sec and 30sec
testUnderflow() - Method in class org.dropframetimecode.java.DFTCunit
tests DropFrameTimecode underflowing the midnight boundary
testZero() - Method in class org.dropframetimecode.java.DFTCunit
tests the DropFrameTimecode string constructor with a value of 00:00:00:00
TimeCalcApplet - class org.dropframetimecode.java.awt.TimeCalcApplet.
An AWT-based Drop-Frame Timecode Calculator Applet
TimeCalcApplet() - Constructor for class org.dropframetimecode.java.awt.TimeCalcApplet
 

D G I J M O S T