代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/468610/1485365
c shape.c
/************************************************************
Copyright (c) 1989 X Consortium
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and assoc
www.eeworm.com/read/462796/1542954
java shape.java
import javax.microedition.lcdui.Graphics;
public class Shape
{
private ShapeListener listener;
private int[][] body;
private int status;
private int left;
private int top;
pu
www.eeworm.com/read/461881/1549445
java shape.java
abstract public class Shape {
abstract void draw();
}
/****************************************************
* 作者:孙卫琴 *
* 来源:
www.eeworm.com/read/460242/1561635
cs shape.cs
// Copyright (C) 2005 Riccardo Marzi
//
// Copyright (C) 2005 Sebastian Faltoni
//
// This library is free software; you
www.eeworm.com/read/453704/1638022
java shape.java
package book.graphic.painter2D;
import java.awt.Graphics;
/**
* 自定义图形的接口
*/
public interface Shape {
// 画图,每个自定义图形都必须实现该接口。
public void draw(Graphics g);
}
www.eeworm.com/read/251805/4417468
hpp shape.hpp
/*************************************************************************
This software module was originally developed by
Wei-ge Chen (wchen@microsoft.com), Microsoft Corporation
(date: Ap
www.eeworm.com/read/251805/4417499
cpp shape.cpp
/*************************************************************************
This software module was originally developed by
Wei-ge Chen (wchen@microsoft.com), Microsoft Corporation
(April, 1
www.eeworm.com/read/250424/4430426
js shape.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/249104/4456335
java shape.java
package composite;
public interface Shape {
public String getName ();
public void draw ();
public Shape getParent ();
public void setParent (Shape s);
}
www.eeworm.com/read/247779/4475034
java shape.java
package com.mc.svg.shape;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import java.awt.Point;
public interface Shape {
public void setId(String str);
public String