Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.sound.sampled
Class Line.Info  view Line.Info download Line.Info.java

java.lang.Object
  extended byjavax.sound.sampled.Line.Info
Direct Known Subclasses:
DataLine.Info, Port.Info
Enclosing class:
Line

public static class Line.Info
extends java.lang.Object

An object of this type holds information about a Line.

Since:
1.3

Field Summary
private  java.lang.Class klass
           
 
Constructor Summary
Line.Info(java.lang.Class klass)
          Create a new Info object.
 
Method Summary
 java.lang.Class getLineClass()
          Return the line's class.
 boolean matches(Line.Info other)
          Return true if this Info object matches the given object.
 java.lang.String toString()
          Return a description of this Info object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

klass

private java.lang.Class klass
Constructor Detail

Line.Info

public Line.Info(java.lang.Class klass)
Create a new Info object. The argument is the class of the line, for instance TargetDataLine.class.

Method Detail

getLineClass

public java.lang.Class getLineClass()
Return the line's class.


matches

public boolean matches(Line.Info other)
Return true if this Info object matches the given object.


toString

public java.lang.String toString()
Return a description of this Info object.