搜索资源列表
ColorRect
- 向容器中设置背景色为桌面颜色;设置颜色,并绘制矩形、圆角矩形、椭圆,并且将其显示出来;,并填充矩形、圆角矩形、椭圆(设置颜色);设置字体,并显示文本信息。-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
ColorDisc
- 使用绘制圆弧的方法,输出一个统计图表“圆饼图”和一个“折扇”。 原始数据在数组Data中,这5个数据在圆饼图中为角度不同的扇形,各自角度的计算值分别为38、91、54、125、53,放在数组drgree中。第一个数据的扇形起始角start=0,用绿色画。第二个的起始角start=38,用蓝色画。最后一个的起始角start=308,用橙色画。 折扇的画法是:在左上角坐标(130,40),长150,宽80的椭圆区域内,从22度开始逆时针地画一个15度的扇性,再画一段15度的椭圆弧;然后交替地画扇形和
Test3
- 定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法
circle-with-bezier
- Drawing an ellipse using bezier curves.
EllFi
- It help you to find the center of an ellipse
PaintFrame
- 面板中有36个大小相同的椭圆,随机生成其颜色-Panel 36 of the ellipse the same size, randomly generated color
myThreadDraw
- 用java多线程实现绘图,共有10个对象,有矩形、椭圆等。-Using java multi-threading to achieve drawing, a total of 10 objects, there is a rectangle, ellipse and so on.
hw2-project1
- 画图板程序,能够画出矩形、椭圆、线段等图形;还能进行换色、移动、撤销等功能-Drawing board procedures, be able to draw a rectangle, ellipse, line segments and other graphics also to change color, move, remove and other functions
GraphicsExample
- 绘图代码中测试的各种方法,绘制直线绘制矩形绘制椭圆,绘制弧线,绘制弧线-Drawing code to test the various methods of drawing line drawing rectangle drawing ellipse, draw arc, draw arc
Ellipse-Again
- 一个基于java3d的程序,可以自定义椭球面的参数并显示,支持多种显示方式。-A program based on java3d can customize the ellipsoid parameters and display, support for multiple display.
Xing
- 用星号输出一个正方形,一个椭圆,一个箭头和一个棱形-Output of a square with an asterisk, an ellipse, an arrow, and a prism
drawingpanel
- Java 写的画图板,通过这个小程序,大家可以了解到:建立输入输出流、按钮数组,存放以下名称的功能按钮、创建基本操作按钮,包括"新建"、"打开"、"保存"等、定义铅笔画,也就是用鼠标拖动着随意绘图、绘制以指定颜色填充的实心矩形、绘制以指定颜色填充的实心椭圆、绘制以指定颜色填充的实心圆角矩形、橡皮擦,可用来擦去已经绘制好的图案、选择颜色按钮,可用来选择需要的颜色、选择线条粗细的按钮,输入需要的数值可以实现绘图线条粗细的变化…… -Java to write the drawing board,
Mydrawing
- 主要就是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.
oval
- 这是一个椭圆的falsh源码,希望对大家有帮助-This is an ellipse falsh source, we want to help
Testshape
- 使用java语言描述的三角形。矩形和椭圆的周长、面积的计算。-Using java language to describe the triangle. Rectangle and ellipse perimeter, area calculations.
DegrafaPieMenu
- DegrafaPieMenu sample file
huizhituyuan
- 这是一个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
Exe8_1
- 绘制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
ClipDemo
- 本例将实现图像的遮照效果,运行结果:一个椭圆在窗口中移动,椭圆中显示背景图像,椭圆以外为黑色,背景图像被遮住。当鼠标在窗格中移动时,显示背景图像的椭圆跟着鼠标移动-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
DrawProject.zip
- 该源代码是一个简单的画图板的java实现。画图板的应用简单灵巧,其占用资源少、操作简单;可以实现一些简单的画图应用操作。其功能较少但是可以为用户的小型图形应用工作带来了很多便利。能实现简单的作图如:画直线、曲线、椭圆、矩形等;也可以实现图像保存、打开、选择颜色等功能。,The source code is a java implementation of a simple drawing board. Drawing board application is simple and smart,