- 浏览: 124733 次
- 性别:
- 来自: 武汉
-
文章分类
最新评论
float strokeThickness = 5.0f;
BasicStroke stroke = new BasicStroke(strokeThickness);
Shape newShape = stroke.createStrokedShape(shape);
发表评论
-
解决struts开发中文乱码
2008-04-25 21:35 780<script>function StorePag ... -
swt-designer配置开发环境
2008-05-02 14:23 843<script>function StorePag ... -
Accessible抽象类的实现
2009-05-19 23:36 731<script>function StorePag ... -
Setting an Accessible Name for an Image Button
2009-05-20 23:52 620<script>function StorePag ... -
Setting a Description for Image Icons
2009-05-21 22:46 709<script>function StorePag ... -
Setting a Mnemomic for Buttons:为按钮设置助记符
2009-05-23 00:10 808<script>function StorePag ... -
Associating a Label with a Component:将标签与组件关联
2009-05-24 00:02 793<script>function StorePag ... -
The Quintessential Applet
2009-05-25 23:31 555<script>function StorePag ... -
Getting an Applet Parameter:获得一个applet参数
2009-05-27 00:24 765<script>function StorePag ... -
Making the Browser Visit a URL:让浏览器访问一个applet URL
2009-05-27 22:18 945<script>function StorePag ... -
The Quintessential Drawing Program:画图程序的精粹
2009-06-03 00:46 638<script>function StorePag ... -
Drawing Basic Shapes:画基本图形
2009-06-03 23:23 756<script>function StorePag ... -
Filling Basic Shapes:填充基本图形
2009-06-05 00:18 775<script>function StorePag ... -
Loading an Image:加载一幅图像
2009-06-05 23:56 658<script>function StorePag ... -
Drawing an Image:画一幅图
2009-06-07 00:56 783<script>function StorePag ... -
Drawing Simple Text:画简单的文本
2009-06-09 01:20 786<script>function StorePag ... -
Drawing Rotated Text:画旋转字
2009-06-10 00:48 817//Draw string rotated clockwise ... -
recruitbusiness_info.php源代码分析
2009-06-10 23:31 788<link href="css/sty ... -
Getting the Dimensions of Text:获取文本的长和宽
2009-06-11 00:32 671// From within the paint() m ... -
Drawing Anti-Aliased Text and Graphics:绘制反锯齿文字和图形
2009-06-12 00:44 907// Text only g2d.setRenderi ...
相关推荐
### Shader-Based Antialiased Dashed Stroked Polylines #### 概述 本文介绍了一种基于着色器(Shader)的技术,用于渲染任意的虚线样式(Dashed Stroke)的多段线(Polylines),该技术适用于任何连续的多段线...
opengl绘制反走样,虚线,曲线,指定宽度,算法,以及python代码。是学习opengl,python,numpy,PyOpengl的好的参考。
a free IntroPak containing a $15 credit toward your first month's on-line charges. 2. Check with your local software dealer or users' group. 3. Borland's TECHFAX service. Call (800) 822-4269 for...
a free IntroPak containing a $15 credit toward your first month's on-line charges. 2. Check with your local software dealer or users' group. 3. Borland's TECHFAX service. Call (800) 822-4269 for...
<shape id="myRect" style="position:absolute; width:100px; height:50px;" filled="true" fillcolor="red" stroked="false"> </shape> ``` **2. VML柱状图** 柱状图是一种常见的数据可视化方式,用于比较...
在这个例子中,`<v:shape>`元素定义了一个形状,`coordsize`属性设置了坐标系的大小,`style`属性设置了位置和尺寸,`fillcolor`设置了填充颜色,`stroked="f"`表示不画边框,`oval="true"`则让形状成为一个圆形。...
<noscript><shape id="roundRect" stroked="f" filled="f" style="width:100%;height:100%;position:absolute;"></shape> ``` 这段代码中,我们创建了一个类名为`roundedInput`的容器,内含一个文本输入框和...
'<v:shape stroked="true" filled="false" path="' + pathStr + '" />'+ '</v:group>'; document.getElementById('chart').innerHTML = vmlStr; ``` 请注意,这是一个简化的示例,实际应用中可能需要处理更多...
<v:shape id="line" coordsize="100,100" filled="f" stroked="t" strokecolor="#000000"> </v:shape> '将之前获取的数据赋值给点坐标 Dim points points = Array("5,5", "20,30", "40,20", "60,50", "80,...
pyopengl testcode demopyopengl testcode demopyopengl testcode demopyopengl testcode demopyopengl testcode demo
<v:path fillcolor="red" stroked="false"/> </v:shape> ``` `文字循环滚动无缝连接特效.doc`可能涉及到CSS和JavaScript技术,用于创建滚动文本效果。例如,使用CSS动画和JavaScript可以实现类似效果: ```css @...
- **矩形**:使用`<v:rect>`标签创建矩形,通过设置`width`和`height`属性定义尺寸,`fillcolor`定义填充色,`stroked`设置边框是否可见。 - **椭圆/圆形**:使用`<v:oval>`标签创建,通过`style="width:XX;height...
1. 开始和结束标签:VML元素通常以`<v:shape>`开始,`</v:shape>`结束,其中包含定义形状的各种属性。 2. 属性:如`id`用于唯一标识,`coordsize`定义绘图区域大小,`stroked`和`filled`控制线条和填充是否显示。 3....
- **填充和描边**:图形可以设置填充颜色(`fill`)和描边颜色(`stroke`),还可以控制描边的宽度(`stroked`和`stroke-width`)。 - **透明度**:可以使用`opacity`属性控制图形的透明度。 - **样式表**:可以...
每个图形元素都有自己的属性,如`id`、`style`、`stroked`(边框是否可见)和`filled`(是否填充)等。 2. **基本图形绘制**:VML支持绘制常见的几何形状,如线(`<v:line>`)、矩形(`<v:rect>`)、圆形(`...
- VML元素通常包括`<v:shape>`、`<v:group>`、`<v:textbox>`等,每个元素都有自己的属性,如`stroked`(是否显示边框)、`filled`(是否填充颜色)等。 2. **JavaScript与VML的结合** - JavaScript可以用来动态地...
2. **属性设置**:每个VML元素都有多种属性,如`style`用于样式设定,`fillcolor`定义填充颜色,`stroked`控制边框是否显示等。 3. **路径绘制**:`<v:shape>`元素的`path`属性可以定义图形的路径,采用类似SVG的...
VML提供了一系列的形状和路径元素,如`rect`(矩形)、`line`(线)、`polyline`(多边形线)和`shape`,这些元素可以组合起来创建复杂的图形。在统计图表中,我们通常会用到`rect`来表示柱状图的每个条形,或者用`...
了解VML的基本元素,如`<v:shape>`、`<v:line>`、`<v:rect>`等,以及它们的属性,如`strokecolor`、`fillcolor`、`stroked`等,是使用VML绘图的基础。 2. **JavaScript与VML结合**:通过JavaScript,我们可以动态地...
svg libsvg允许您使用Rust创建svg图形。 ###来自SVG规范的简单示例 ... // Add a little description image. desc ( "Example circle01 - circle filled with red and stroked with blue" ); //