All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.sg.SGTextChannel

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.comp.ComponentIdentifier
                   |
                   +----quicktime.std.comp.Component
                           |
                           +----quicktime.std.sg.SGChannel
                                   |
                                   +----quicktime.std.sg.VisualChannel
                                           |
                                           +----quicktime.std.sg.SGTextChannel

public final class SGTextChannel
extends VisualChannel
implements QuickTimeLib
Assists in importing video into a movie. The SGChannel implements methods for a corresponding QuickTime ComponentInstance structure. Refer to SGChannel in QuickTime Components


Constructor Index

 o SGTextChannel(SequenceGrabber)
Creates a sequence grabber channel text and assigns a channel component to the channel.

Method Index

 o getReturnToSpaceValue()
Gets the text return to space value.
 o setBackColor(QDColor)
sets background text color.
 o setFontName(String)
sets the name of the font to be used to display text.
 o setFontSize(int)
sets the size of the font to be used to display text.
 o setForeColor(QDColor)
sets foreground text color.
 o setJustification(int)
sets text justification.
 o setReturnToSpaceValue(int)
Sets the text return to space value.

Constructors

 o SGTextChannel
 public SGTextChannel(SequenceGrabber owner) throws StdQTException
Creates a sequence grabber channel text and assigns a channel component to the channel. The channel component is responsible for providing digitized data to the sequence grabber component.

QuickTime::SGNewChannel

Parameters:
owner - specifies the sequence grabber component the channel is attached to.

Methods

 o setFontName
 public void setFontName(String fontName) throws StdQTException
sets the name of the font to be used to display text.

QuickTime::SGSetFontName

Parameters:
fontName - a pointer to a string containing the name of the font.
 o setFontSize
 public void setFontSize(int fontSize) throws StdQTException
sets the size of the font to be used to display text.

QuickTime::SGSetFontSize

Parameters:
pstr - a pointer to a string containing the name of the font.
 o setForeColor
 public void setForeColor(QDColor theColor) throws StdQTException
sets foreground text color.

QuickTime::SGSetTextForeColor

Parameters:
theColor - the new foreground text color.
 o setBackColor
 public void setBackColor(QDColor theColor) throws StdQTException
sets background text color.

QuickTime::SGSetTextBackColor

Parameters:
theColor - the new background text color.
 o setJustification
 public void setJustification(int just) throws StdQTException
sets text justification.

QuickTime::SGSetJustification

Parameters:
just - the text justification.
 o getReturnToSpaceValue
 public int getReturnToSpaceValue() throws StdQTException
Gets the text return to space value.

QuickTime::SGGetTextReturnToSpaceValue

Parameters:
returns - the text to space value.
 o setReturnToSpaceValue
 public void setReturnToSpaceValue(int rettospace) throws StdQTException
Sets the text return to space value.

QuickTime::SGSetTextReturnToSpaceValue

Parameters:
rettospace - the value for the new text to space setting.

All Packages  Class Hierarchy  This Package  Previous  Next  Index