Home
last modified time | relevance | path

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

123

/plugin/jcapture/src/com/hammurapi/jcapture/
H A 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()
H A 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()
H A DShapeImpl.java5 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape;
7 class ShapeImpl implements Shape {
H A DVideoEncoder.java80 interface Shape { interface
122 List<Shape> getShapes(); in getShapes()
H A 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()
H A 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/
H A DPageElement.php36 protected $shapeType = Shape::class;
126 * @param Shape
128 public function setShape(Shape $shape)
133 * @return Shape
H A DShape.php20 class Shape extends \Google\Model class
92 class_alias(Shape::class, 'Google_Service_Slides_Shape');
/plugin/sketchcanvas/script/
H A DSketchCanvas.js984 // ==================== Shape class definition ================================= //
985 function Shape(){ class in SketchCanvas
991 //inherit(Shape, Object);
993 Shape.prototype.serialize = function(){ class
1021 Shape.prototype.isSizeable = function(){
1025 Shape.prototype.deserialize = function(obj){
1050 Shape.prototype.getBoundingRect = function(){
1067 // ==================== Shape class definition end ================================= //
1071 Shape.call(this);
1073 inherit(PointShape, Shape);
[all...]
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak88 shape=Shape
H A Deditor.properties91 shape=Shape
H A Deditor.properties.bak87 shape=Shape
H A Deditor_zh-CN.properties88 shape=Shape
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js8857 var Shape = (function (_super) { function
8858 __extends(Shape, _super);
8859 function Shape(shape, model) { function
8923 if (Shape.UNICODE_LINE_SEP == null)
8928 return Shape.UNICODE_LINE_SEP;
9272 Shape.prototype.getText = function () {
9315 Shape.prototype.hasGeom = function () {
9732 return Shape;
9735 vsdx.Shape = Shape;
12127 }(com.mxgraph.io.vsdx.Shape));
[all …]
/plugin/jmol2/jmol/
H A DJmolAppletSigned0_ShapeSpecial.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_ShapeSpecial.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ShapeBio.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_ShapeBio.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml619 val << "Shape Container"
628 val['TYPE'] = "Shape: #{type}"
646 "TYPE" => "Shape: graph/circle"
653 "TYPE" => "Shape: graph/line",
660 "TYPE" => "Shape: graph/label",
669 "Shape Container"
/plugin/diagramsnet/lib/resources/
H A Ddia_kn.txt159 createShape=Create Shape
230 editShape=Edit Shape
684 shape=Shape
H A Ddia_si.txt159 createShape=Create Shape
230 editShape=Edit Shape
684 shape=Shape
H A Ddia_sl.txt159 createShape=Create Shape
230 editShape=Edit Shape
684 shape=Shape
H A Ddia_ta.txt159 createShape=Create Shape
230 editShape=Edit Shape
684 shape=Shape
H A Ddia_bn.txt159 createShape=Create Shape
230 editShape=Edit Shape
684 shape=Shape

123