|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
java.lang.Object | +--java.awt.geom.RectangularShape | +--java.awt.geom.Ellipse2D | +--java.awt.geom.Ellipse2D.Double
Double
Ŭ·¡½º´Â double
Á¤¹Ðµµ·Î ÁöÁ¤µÈ Ÿ¿øÀ» Á¤ÀÇÇÕ´Ï´Ù.
ÁßøµÈ Ŭ·¡½ºÀÇ °³¿ä |
Ŭ·¡½º java.awt.geom. Ellipse2D À» »ó¼Ó¹ÞÀº ÁßøµÈ Ŭ·¡½º |
Ellipse2D.Double , Ellipse2D.Float |
ÇʵåÀÇ °³¿ä | |
double |
height
ÀÌ Ellipse2D ÀÇ ³ôÀÌÀÔ´Ï´Ù. |
double |
width
ÀÌ Ellipse2D ÀÇ ÆøÀÔ´Ï´Ù. |
double |
x
ÀÌ Ellipse2D ÀÇ Á»󱸼®ÀÇ x ÁÂÇ¥ÀÔ´Ï´Ù. |
double |
y
ÀÌ Ellipse2D ÀÇ Á»󱸼®ÀÇ y ÁÂÇ¥ÀÔ´Ï´Ù. |
»ý¼ºÀÚÀÇ °³¿ä | |
Ellipse2D.Double ()
À§Ä¡ (0, 0), »çÀÌÁî (0, 0)¿¡ ÃʱâȵÈ, »õ·Î¿î Ellipse2D ¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
Ellipse2D.Double (double x,
double y,
double w,
double h)
ÁöÁ¤µÈ ÁÂÇ¥·ÎºÎÅÍ Ellipse2D ¸¦ ±¸ÃàÇØ ÃʱâÈÇÕ´Ï´Ù. |
¸Þ¼ÒµåÀÇ °³¿ä | |
Rectangle2D |
getBounds2D ()
ÀÌ Ellipse2D ÀÇ °íÁ¤¹Ðµµ ¹Ù¿îµò±×º¹½º¸¦ µ¹·ÁÁÝ´Ï´Ù. |
double |
getHeight ()
ÀÌ Ellipse2D ÀÇ ³ôÀ̸¦double Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù. |
double |
getWidth ()
ÀÌ Ellipse2D ÀÇ ÆøÀ»double Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù. |
double |
getX ()
ÀÌ Ellipse2D ÀÇ Á»󱸼®ÀÇ X ÁÂÇ¥¸¦ double Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù. |
double |
getY ()
ÀÌ Ellipse2D ÀÇ Á»󱸼®ÀÇ Y ÁÂÇ¥¸¦ double Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù. |
boolean |
isEmpty ()
ÀÌ Ellipse2D ÀÇ ¹Ù¿îµò±×º¹½º°¡ ÇÏ´ÃÀΰ¡ ¾î¶²°¡¸¦ ÆÇÁ¤ÇÕ´Ï´Ù. |
void |
setFrame (double x,
double y,
double w,
double h)
ÀÌ Ellipse2D ÀÇ À§Ä¡¿Í »çÀÌÁ, ÁöÁ¤µÈ double Ä¡·Î ¼³Á¤ÇÕ´Ï´Ù. |
Ŭ·¡½º java.awt.geom. Ellipse2D ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
contains , contains , getPathIterator , intersects |
Ŭ·¡½º java.awt.geom. RectangularShape ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
clone , contains , contains , getBounds , getCenterX , getCenterY , getFrame , getMaxX , getMaxY , getMinX , getMinY , getPathIterator , intersects , setFrame , setFrame , setFrameFromCenter , setFrameFromCenter , setFrameFromDiagonal , setFrameFromDiagonal |
Ŭ·¡½º java.lang. Object ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
ÇʵåÀÇ »ó¼¼ |
public double x
Ellipse2D
ÀÇ Á»󱸼®ÀÇ x ÁÂÇ¥ÀÔ´Ï´Ù.
public double y
Ellipse2D
ÀÇ Á»󱸼®ÀÇ y ÁÂÇ¥ÀÔ´Ï´Ù.
public double width
Ellipse2D
ÀÇ ÆøÀÔ´Ï´Ù.
public double height
Ellipse2D
ÀÇ ³ôÀÌÀÔ´Ï´Ù.
»ý¼ºÀÚÀÇ »ó¼¼ |
public Ellipse2D.Double()
Ellipse2D
¸¦ ±¸ÃàÇÕ´Ï´Ù.
public Ellipse2D.Double(double x, double y, double w, double h)
Ellipse2D
¸¦ ±¸ÃàÇØ ÃʱâÈÇÕ´Ï´Ù.
w
- ±¸ÇüÀÇ Æøh
- ±¸ÇüÀÇ ³ôÀ̸޼ҵåÀÇ »ó¼¼ |
public double getX()
Ellipse2D
ÀÇ Á»󱸼®ÀÇ X ÁÂÇ¥¸¦ double
Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù.
RectangularShape
³»ÀÇ getX
Ellipse2D
ÀÇ ¹Ù¿îµò±×º¹½ºÀÇ Á»󱸼®ÀÇ X ÁÂÇ¥public double getY()
Ellipse2D
ÀÇ Á»󱸼®ÀÇ Y ÁÂÇ¥¸¦ double
Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù.
RectangularShape
³»ÀÇ getY
Ellipse2D
ÀÇ ¹Ù¿îµò±×º¹½ºÀÇ Á»󱸼®ÀÇ Y ÁÂÇ¥public double getWidth()
Ellipse2D
ÀÇ ÆøÀ»double
Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù.
RectangularShape
³»ÀÇ getWidth
Ellipse2D
ÀÇ Æøpublic double getHeight()
Ellipse2D
ÀÇ ³ôÀ̸¦double
Á¤¹Ðµµ·Î µ¹·ÁÁÝ´Ï´Ù.
RectangularShape
³»ÀÇ getHeight
Ellipse2D
ÀÇ ³ôÀÌpublic boolean isEmpty()
Ellipse2D
ÀÇ ¹Ù¿îµò±×º¹½º°¡ ÇÏ´ÃÀΰ¡ ¾î¶²°¡¸¦ ÆÇÁ¤ÇÕ´Ï´Ù.
RectangularShape
³»ÀÇ isEmpty
Ellipse2D
ÀÇ ¹Ù¿îµò±×º¹½º°¡ ºñ¾úÀ» °æ¿ì´Â true
, ±×·¸Áö ¾ÊÀº °æ¿ì´Â false
public void setFrame(double x, double y, double w, double h)
Ellipse2D
ÀÇ À§Ä¡¿Í »çÀÌÁ, ÁöÁ¤µÈ double
Ä¡·Î ¼³Á¤ÇÕ´Ï´Ù.
RectangularShape
³»ÀÇ setFrame
w
- ÀÌ Ellipse2D
ÀÇ Æøh
- ÀÌ Ellipse2D
ÀÇ ³ôÀÌRectangularShape.getFrame()
public Rectangle2D getBounds2D()
Ellipse2D
ÀÇ °íÁ¤¹Ðµµ ¹Ù¿îµò±×º¹½º¸¦ µ¹·ÁÁÝ´Ï´Ù.
Ellipse2D
ÀÇ ¹Ù¿îµò±×º¹½º¸¦ ³ªÅ¸³»´Â 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.