Home
last modified time | relevance | path

Searched refs:Shape (Results 1 – 25 of 59) sorted by relevance

123

/plugin/jcapture/src/com/hammurapi/jcapture/
DFrameImpl.java11 private List<Shape> shapes;
16 FrameImpl(List<Shape> shapes, Point mousePointer, Dimension size, boolean isActive) { in FrameImpl()
30 for (Shape shape: shapes) { in merge()
39 public List<Shape> getShapes() { in getShapes()
DScreenRecorder.java26 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape;
27 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.Image;
28 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.ShapeContent;
214 …Map<Region, Image> imageCache = new IdentityHashMap<Region, VideoEncoder.Fragment.Frame.Shape.Imag… in getMovie()
248 List<Shape> frameShapes = new ArrayList<VideoEncoder.Fragment.Frame.Shape>(); in getMovie()
DVideoEncoder.java80 interface Shape { interface
122 List<Shape> getShapes(); in getShapes()
DShapeImpl.java5 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape;
7 class ShapeImpl implements Shape {
DSwfEncoder.java47 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape;
48 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.Image;
49 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.ImageReference;
50 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.ShapeContent;
221 for (Shape shape: frame.getShapes()) { in encode()
DMovieEditorDialog.java66 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape;
67 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.ImageReference;
68 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.ShapeContent;
279 for (Shape shape: frameEntries[i].frame.getShapes()) { in getImage()
296 private BufferedImage shapeImage(Shape shape) throws IOException { in shapeImage()
301 …return ((com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.Image) shapeContent).getImage().… in shapeImage()
305 for (Shape shape: frameEntries[entryIdx].frame.getShapes()) { in coversEverything()
507 …Collections.singletonList((Shape) new ShapeImpl(new Point(0,0), new ImageImpl(new MappedImage(fram… in buildUI()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DPageElement.php36 protected $shapeType = Shape::class;
126 * @param Shape
128 public function setShape(Shape $shape)
133 * @return Shape
DShape.php20 class Shape extends \Google\Model class
92 class_alias(Shape::class, 'Google_Service_Slides_Shape');
/plugin/sketchcanvas/script/
DSketchCanvas.js989 function Shape(){ class in SketchCanvas
997 Shape.prototype.serialize = function(){ class
1025 Shape.prototype.isSizeable = function(){
1029 Shape.prototype.deserialize = function(obj){
1054 Shape.prototype.getBoundingRect = function(){
1075 Shape.call(this);
1077 inherit(PointShape, Shape);
1093 Shape.call(this);
1097 inherit(TextShape, Shape);
1100 var alldat = Shape.prototype.serialize.call(this);
[all …]
/plugin/jcapture/lib/
Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor_zh-CN.properties.bak88 shape=Shape
Deditor.properties.bak87 shape=Shape
Deditor.properties91 shape=Shape
Deditor_zh-CN.properties88 shape=Shape
/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js3092 … var masterShape = new com.mxgraph.io.vsdx.Shape(shape, model);
8857 var Shape = (function (_super) { class
8858 __extends(Shape, _super);
8859 function Shape(shape, model) { class in anonymousFunctione5f06ec73a900.anonymousFunctione5f06ec73aa00.anonymousFunctione5f06ec73ab00.anonymousFunctione5f06ec73ac00.Shape
8921 Shape.UNICODE_LINE_SEP_$LI$ = function ()
8923 if (Shape.UNICODE_LINE_SEP == null)
8925Shape.ERROR_IMAGE = "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8I…
8926Shape.UNICODE_LINE_SEP = String.fromCharCode(8232);//[String.fromCharCode(226), String.fromCharCod…
8928 return Shape.UNICODE_LINE_SEP;
8931 Shape.prototype.setThemeAndVariant = function (theme, themeVariant) { class
[all …]
/plugin/jmol2/jmol/
DJmolAppletSigned0_ShapeSpecial.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet0_ShapeSpecial.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned0_ShapeBio.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet0_ShapeBio.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
/plugin/diagramsnet/lib/resources/
Ddia_sl.txt159 createShape=Create Shape
230 editShape=Edit Shape
684 shape=Shape
Ddia_hi.txt159 createShape=Create Shape
230 editShape=Edit Shape
684 shape=Shape
Ddia_te.txt159 createShape=Create Shape
230 editShape=Edit Shape
684 shape=Shape
Ddia_si.txt159 createShape=Create Shape
230 editShape=Edit Shape
684 shape=Shape
Ddia_kn.txt159 createShape=Create Shape
230 editShape=Edit Shape
684 shape=Shape
Ddia_sw.txt159 createShape=Create Shape
230 editShape=Edit Shape
684 shape=Shape

123