Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Standard Edition
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.
QUESTION_MESSAGE - Static variable in class javax.swing.JOptionPane
Used for questions.
quoteChar(int) - Method in class java.io.StreamTokenizer
Specifies that matching pairs of this character delimit string constants in this tokenizer.

JavaTM 2 Platform
Standard Edition
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
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.