CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - ellipse

搜索资源列表

  1. ColorRect

    0下载:
  2. 向容器中设置背景色为桌面颜色;设置颜色,并绘制矩形、圆角矩形、椭圆,并且将其显示出来;,并填充矩形、圆角矩形、椭圆(设置颜色);设置字体,并显示文本信息。-containers to set the background color of the desktop color; Set the color, and drawing rectangle, rounded corner rectangles, ovals, and to demonstrate; , and filled rectan
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1037
    • 提供者:
  1. ColorDisc

    0下载:
  2. 使用绘制圆弧的方法,输出一个统计图表“圆饼图”和一个“折扇”。 原始数据在数组Data中,这5个数据在圆饼图中为角度不同的扇形,各自角度的计算值分别为38、91、54、125、53,放在数组drgree中。第一个数据的扇形起始角start=0,用绿色画。第二个的起始角start=38,用蓝色画。最后一个的起始角start=308,用橙色画。 折扇的画法是:在左上角坐标(130,40),长150,宽80的椭圆区域内,从22度开始逆时针地画一个15度的扇性,再画一段15度的椭圆弧;然后交替地画扇形和
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:960
    • 提供者:刘流
  1. Test3

    0下载:
  2. 定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1104
    • 提供者:封强
  1. circle-with-bezier

    0下载:
  2. Drawing an ellipse using bezier curves.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:814
    • 提供者:moriyoshi
  1. EllFi

    0下载:
  2. It help you to find the center of an ellipse
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:24424
    • 提供者:raida
  1. PaintFrame

    0下载:
  2. 面板中有36个大小相同的椭圆,随机生成其颜色-Panel 36 of the ellipse the same size, randomly generated color
  3. 所属分类:Applet

    • 发布日期:2017-04-06
    • 文件大小:758
    • 提供者:zhangrong
  1. myThreadDraw

    0下载:
  2. 用java多线程实现绘图,共有10个对象,有矩形、椭圆等。-Using java multi-threading to achieve drawing, a total of 10 objects, there is a rectangle, ellipse and so on.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1058
    • 提供者:cyclone8848
  1. hw2-project1

    0下载:
  2. 画图板程序,能够画出矩形、椭圆、线段等图形;还能进行换色、移动、撤销等功能-Drawing board procedures, be able to draw a rectangle, ellipse, line segments and other graphics also to change color, move, remove and other functions
  3. 所属分类:Applet

    • 发布日期:2017-03-28
    • 文件大小:69165
    • 提供者:weiyingya
  1. GraphicsExample

    0下载:
  2. 绘图代码中测试的各种方法,绘制直线绘制矩形绘制椭圆,绘制弧线,绘制弧线-Drawing code to test the various methods of drawing line drawing rectangle drawing ellipse, draw arc, draw arc
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:827
    • 提供者:qinshenlu
  1. Ellipse-Again

    0下载:
  2. 一个基于java3d的程序,可以自定义椭球面的参数并显示,支持多种显示方式。-A program based on java3d can customize the ellipsoid parameters and display, support for multiple display.
  3. 所属分类:Applet

    • 发布日期:2017-03-30
    • 文件大小:17707
    • 提供者:zxl
  1. Xing

    0下载:
  2. 用星号输出一个正方形,一个椭圆,一个箭头和一个棱形-Output of a square with an asterisk, an ellipse, an arrow, and a prism
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:746
    • 提供者:粘死了
  1. drawingpanel

    0下载:
  2. Java 写的画图板,通过这个小程序,大家可以了解到:建立输入输出流、按钮数组,存放以下名称的功能按钮、创建基本操作按钮,包括"新建"、"打开"、"保存"等、定义铅笔画,也就是用鼠标拖动着随意绘图、绘制以指定颜色填充的实心矩形、绘制以指定颜色填充的实心椭圆、绘制以指定颜色填充的实心圆角矩形、橡皮擦,可用来擦去已经绘制好的图案、选择颜色按钮,可用来选择需要的颜色、选择线条粗细的按钮,输入需要的数值可以实现绘图线条粗细的变化…… -Java to write the drawing board,
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:52620
    • 提供者:王辉
  1. Mydrawing

    0下载:
  2. 主要就是java中画笔的使用,画出椭圆,举行,线条,并能删除它们重画,并能给图形添加颜色。-Mainly the use of java in the brush, draw an ellipse, hold, line, and can delete them painted, and to give graphics to add color.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:13813
    • 提供者:
  1. oval

    0下载:
  2. 这是一个椭圆的falsh源码,希望对大家有帮助-This is an ellipse falsh source, we want to help
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-01
    • 文件大小:21705
    • 提供者:gxf
  1. Testshape

    0下载:
  2. 使用java语言描述的三角形。矩形和椭圆的周长、面积的计算。-Using java language to describe the triangle. Rectangle and ellipse perimeter, area calculations.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:1298
    • 提供者:路过
  1. DegrafaPieMenu

    0下载:
  2. DegrafaPieMenu sample file
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-05-01
    • 文件大小:645162
    • 提供者:alexvb2010
  1. huizhituyuan

    0下载:
  2. 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:绘制椭圆-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: draw an ellips
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-16
    • 文件大小:39990
    • 提供者:xiaomingw
  1. Exe8_1

    0下载:
  2. 绘制1个沿圆形轨道运动的红色球体和1个沿椭圆轨道运动的蓝色球体。两个轨道圆心重合,圆的半径为100,椭圆的长短轴半径分别为200和100,运动方向为顺时针-Draw a circular orbital motion along the red sphere and a movement along the elliptical orbit of the blue sphere. Center two tracks overlap, the circle Radius of 100, the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:813
    • 提供者:LiuQiu
  1. ClipDemo

    0下载:
  2. 本例将实现图像的遮照效果,运行结果:一个椭圆在窗口中移动,椭圆中显示背景图像,椭圆以外为黑色,背景图像被遮住。当鼠标在窗格中移动时,显示背景图像的椭圆跟着鼠标移动-This case image masks the effect of operating results: an oval window mobile, oval display a background image, other than for the black oval, the background image to be
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:30868
    • 提供者:少壮
  1. DrawProject.zip

    0下载:
  2. 该源代码是一个简单的画图板的java实现。画图板的应用简单灵巧,其占用资源少、操作简单;可以实现一些简单的画图应用操作。其功能较少但是可以为用户的小型图形应用工作带来了很多便利。能实现简单的作图如:画直线、曲线、椭圆、矩形等;也可以实现图像保存、打开、选择颜色等功能。,The source code is a java implementation of a simple drawing board. Drawing board application is simple and smart,
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:2660
    • 提供者:申园园
« 12 »
搜珍网 www.dssz.com