当前页面:
在线文档首页 >
JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档
Q-Index (Java 2 Platform SE v1.4.1) - JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Q
- QuadCurve2D - class java.awt.geom.QuadCurve2D.
- The
QuadCurve2D
class defines a quadratic parametric curve
segment in (x, y) coordinate space. - QuadCurve2D.Double - class java.awt.geom.QuadCurve2D.Double.
- A quadratic parametric curve segment specified with
double
coordinates. - QuadCurve2D.Double() -
Constructor for class java.awt.geom.QuadCurve2D.Double
- Constructs and initializes a
QuadCurve2D
with
coordinates (0, 0, 0, 0, 0, 0).
- QuadCurve2D.Double(double, double, double, double, double, double) -
Constructor for class java.awt.geom.QuadCurve2D.Double
- Constructs and initializes a
QuadCurve2D
from the
specified coordinates.
- QuadCurve2D.Float - class java.awt.geom.QuadCurve2D.Float.
- A quadratic parametric curve segment specified with
float
coordinates. - QuadCurve2D.Float() -
Constructor for class java.awt.geom.QuadCurve2D.Float
- Constructs and initializes a
QuadCurve2D
with
coordinates (0, 0, 0, 0, 0, 0).
- QuadCurve2D.Float(float, float, float, float, float, float) -
Constructor for class java.awt.geom.QuadCurve2D.Float
- Constructs and initializes a
QuadCurve2D
from the
specified coordinates.
- QuadCurve2D() -
Constructor for class java.awt.geom.QuadCurve2D
- This is an abstract class that cannot be instantiated directly.
- quadTo(float, float, float, float) -
Method in class java.awt.geom.GeneralPath
- Adds a curved segment, defined by two new points, to the path by
drawing a Quadratic curve that intersects both the current
coordinates and the coordinates (x2, y2), using the
specified point (x1, y1) as a quadratic parametric control
point.
- QUARTO -
Static variable in class java.awt.PageAttributes.MediaType
- The MediaType instance for Quarto, 215 x 275 mm.
- QUARTO -
Static variable in class javax.print.attribute.standard.MediaSizeName
- quarto size .
- QUARTO -
Static variable in class javax.print.attribute.standard.MediaSize.Other
- Specifies the quarto size, 8.5 inches by 10.83 inches.
- QUESTION_DIALOG -
Static variable in class javax.swing.JRootPane
- Constant used for the windowDecorationStyle property.
- QUESTION_MESSAGE -
Static variable in class javax.swing.JOptionPane
- Used for questions.
- QUEUED_IN_DEVICE -
Static variable in class javax.print.attribute.standard.JobStateReason
- The job has been forwarded to a device or print system that is unable to
send back status.
- QueuedJobCount - class javax.print.attribute.standard.QueuedJobCount.
- Class QueuedJobCount is an integer valued printing attribute that indicates
the number of jobs in the printer whose
JobState
is either
PENDING, PENDING_HELD, PROCESSING, or PROCESSING_STOPPED. - QueuedJobCount(int) -
Constructor for class javax.print.attribute.standard.QueuedJobCount
- Construct a new queued job count attribute with the given integer
value.
- quoteChar(int) -
Method in class java.io.StreamTokenizer
- Specifies that matching pairs of this character delimit string
constants in this tokenizer.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.