|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
java.lang.Object | +--java.awt.geom.QuadCurve2D | +--java.awt.geom.QuadCurve2D.Float
float
ÁÂÇ¥·Î ÁöÁ¤ÇÑ, 2 Â÷ ÆÄ¶ó¸ÞÆ®¸¯ °î¼± ¼¼±×¸ÕÆ®(segment)ÀÔ´Ï´Ù.
ÁßøµÈ Ŭ·¡½ºÀÇ °³¿ä |
Ŭ·¡½º java.awt.geom. QuadCurve2D À» »ó¼Ó¹ÞÀº ÁßøµÈ Ŭ·¡½º |
QuadCurve2D.Double , QuadCurve2D.Float |
ÇʵåÀÇ °³¿ä | |
float |
ctrlx
2 ´ÙÀ½ °î¼± ¼¼±×¸ÕÆ®(segment)ÀÇ Á¦¾îÁ¡ÀÇ x ÁÂÇ¥ÀÔ´Ï´Ù. |
float |
ctrly
2 ´ÙÀ½ °î¼± ¼¼±×¸ÕÆ®(segment)ÀÇ Á¦¾îÁ¡ÀÇ y ÁÂÇ¥ÀÔ´Ï´Ù. |
float |
x1
2 ´ÙÀ½ °î¼± ¼¼±×¸ÕÆ®(segment)ÀÇ ½ÃÁ¡ÀÇ x ÁÂÇ¥ÀÔ´Ï´Ù. |
float |
x2
2 ´ÙÀ½ °î¼± ¼¼±×¸ÕÆ®(segment)ÀÇ Á¾Á¡ÀÇ x ÁÂÇ¥ÀÔ´Ï´Ù. |
float |
y1
2 ´ÙÀ½ °î¼± ¼¼±×¸ÕÆ®(segment)ÀÇ ½ÃÁ¡ÀÇ y ÁÂÇ¥ÀÔ´Ï´Ù. |
float |
y2
2 ´ÙÀ½ °î¼± ¼¼±×¸ÕÆ®(segment)ÀÇ Á¾Á¡ÀÇ y ÁÂÇ¥ÀÔ´Ï´Ù. |
»ý¼ºÀÚÀÇ °³¿ä | |
QuadCurve2D.Float ()
ÁÂÇ¥ (0, 0, 0, 0, 0, 0)·Î QuadCurve2D ¸¦ ±¸Ãà ¹× ÃʱâÈÇÕ´Ï´Ù. |
|
QuadCurve2D.Float (float x1,
float y1,
float ctrlx,
float ctrly,
float x2,
float y2)
ÁöÁ¤µÈ ÁÂÇ¥·ÎºÎÅÍ QuadCurve2D ¸¦ ±¸Ãà ¹× ÃʱâÈÇÕ´Ï´Ù. |
¸Þ¼ÒµåÀÇ °³¿ä | |
Rectangle2D |
getBounds2D ()
ÀÌ QuadCurve2D ÀÇ ¹Ù¿îµò±×º¹½º¸¦ µ¹·ÁÁÝ´Ï´Ù. |
Point2D |
getCtrlPt ()
Á¦¾îÁ¡À» µ¹·ÁÁÝ´Ï´Ù. |
double |
getCtrlX ()
Á¦¾îÁ¡ÀÇ x ÁÂÇ¥¸¦ double Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù. |
double |
getCtrlY ()
Á¦¾îÁ¡ÀÇ y ÁÂÇ¥¸¦ double Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù. |
Point2D |
getP1 ()
½ÃÁ¡À» µ¹·ÁÁÝ´Ï´Ù. |
Point2D |
getP2 ()
Á¾Á¡À» µ¹·ÁÁÝ´Ï´Ù. |
double |
getX1 ()
½ÃÁ¡ÀÇ x ÁÂÇ¥¸¦ double Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù. |
double |
getX2 ()
Á¾Á¡ÀÇ x ÁÂÇ¥¸¦ double Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù. |
double |
getY1 ()
½ÃÁ¡ÀÇ y ÁÂÇ¥¸¦ double Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù. |
double |
getY2 ()
Á¾Á¡ÀÇ y ÁÂÇ¥¸¦ double Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù. |
void |
setCurve (double x1,
double y1,
double ctrlx,
double ctrly,
double x2,
double y2)
ÀÌ QuadCurve2D ÀÇ ´Ü Á¡°ú Á¦¾îÁ¡ÀÇ À§Ä¡¸¦, ÁöÁ¤µÈ double ÁÂÇ¥·Î ¼³Á¤ÇÕ´Ï´Ù. |
void |
setCurve (float x1,
float y1,
float ctrlx,
float ctrly,
float x2,
float y2)
ÀÌ °î¼±ÀÇ ´Ü Á¡°ú Á¦¾îÁ¡ÀÇ À§Ä¡¸¦, ÁöÁ¤µÈ float ÁÂÇ¥·Î ¼³Á¤ÇÕ´Ï´Ù. |
Ŭ·¡½º java.awt.geom. QuadCurve2D ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
clone , contains , contains , contains , contains , getBounds , getFlatness , getFlatness , getFlatness , getFlatnessSq , getFlatnessSq , getFlatnessSq , getPathIterator , getPathIterator , intersects , intersects , setCurve , setCurve , setCurve , setCurve , solveQuadratic , solveQuadratic , subdivide , subdivide , subdivide |
Ŭ·¡½º java.lang. Object ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
ÇʵåÀÇ »ó¼¼ |
public float x1
public float y1
public float ctrlx
public float ctrly
public float x2
public float y2
»ý¼ºÀÚÀÇ »ó¼¼ |
public QuadCurve2D.Float()
QuadCurve2D
¸¦ ±¸Ãà ¹× ÃʱâÈÇÕ´Ï´Ù.
public QuadCurve2D.Float(float x1, float y1, float ctrlx, float ctrly, float x2, float y2)
QuadCurve2D
¸¦ ±¸Ãà ¹× ÃʱâÈÇÕ´Ï´Ù.
¸Þ¼ÒµåÀÇ »ó¼¼ |
public double getX1()
double
Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù.
QuadCurve2D
³»ÀÇ getX1
public double getY1()
double
Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù.
QuadCurve2D
³»ÀÇ getY1
public Point2D getP1()
QuadCurve2D
³»ÀÇ getP1
QuadCurve2D
ÀÇ ½ÃÁ¡À» ³ªÅ¸³»´Â Point2D
¿ÀºêÁ§Æ®public double getCtrlX()
double
Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù.
QuadCurve2D
³»ÀÇ getCtrlX
public double getCtrlY()
double
Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù.
QuadCurve2D
³»ÀÇ getCtrlY
public Point2D getCtrlPt()
QuadCurve2D
³»ÀÇ getCtrlPt
QuadCurve2D
ÀÇ Á¦¾îÁ¡À» ³ªÅ¸³»´Â Point2D
public double getX2()
double
Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù.
QuadCurve2D
³»ÀÇ getX2
public double getY2()
double
Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù.
QuadCurve2D
³»ÀÇ getY2
public Point2D getP2()
QuadCurve2D
³»ÀÇ getP2
QuadCurve2D
ÀÇ Á¾Á¡À» ³ªÅ¸³»´Â Point2D
public void setCurve(double x1, double y1, double ctrlx, double ctrly, double x2, double y2)
QuadCurve2D
ÀÇ ´Ü Á¡°ú Á¦¾îÁ¡ÀÇ À§Ä¡¸¦, ÁöÁ¤µÈ double
ÁÂÇ¥·Î ¼³Á¤ÇÕ´Ï´Ù.
QuadCurve2D
³»ÀÇ setCurve
public void setCurve(float x1, float y1, float ctrlx, float ctrly, float x2, float y2)
float
ÁÂÇ¥·Î ¼³Á¤ÇÕ´Ï´Ù.
public Rectangle2D getBounds2D()
QuadCurve2D
ÀÇ ¹Ù¿îµò±×º¹½º¸¦ µ¹·ÁÁÝ´Ï´Ù.
QuadCurve2D
ÀÇ Çü»óÀÇ ¹Ù¿îµò±×º¹½º¸¦ ³ªÅ¸³»´Â Rectangle2D
Shape.getBounds()
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ ÀÖ¾î¼ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.