The clip tag has no wiki summary.
0
votes
0answers
10 views
Java Clip Not Rewinding Properly?
I'm not even sure if the problem is that it's not rewinding properly. I have a Sounds enumerator/class which lets me load all sound effects and then play them at will, and in my game, I initialize ...
0
votes
0answers
5 views
windows phone: Can MediaPlayerLauncher play video clip located in Camera Roll?
I don't want to use MediaElement in XAML, but instead to use MediaPlayLauncher.
But I was wondering if MediaPlayerLauncher can play video clips directly from Data/users/public/Pictures/Camera roll/?
...
1
vote
1answer
41 views
Clipping rasters in R
I am building a map for the northeastern U.S.A.
The map background needs to be either an altitude map or a mean annual temperature map. I have two rasters from Worldclim.org which give me these ...
1
vote
1answer
37 views
Play audio clips sequentially in JApplet
I'm trying to play audio clips sequentially, but they all play at the same time. I'm not sure what I am doing wrong. Could you Please help. I'm using JFrame, and this code is giving runtime error.
...
0
votes
1answer
28 views
How many audio clips can Java handle?
I'm making a game in Java. I want for there to be about 100 different samples and at any given time, 10 samples could be playing. However, for each of these 10 samples, I want to be able to ...
1
vote
1answer
47 views
After using CSS clip can I move the image to display a different section?
I have used the CSS clip property to clip my images. It displays the image from the top left corner. Can I move the image so it displays the center of the image? I have tried the following style ...
1
vote
0answers
59 views
Unity3D - A shader that will clip a texture on iOS device
I'm working with Unity shaders for the first time and I have a problem with making a shader that will draw only some part of a texture. The code below works on mac standalone build, but not on iOS ...
0
votes
0answers
26 views
Creating a round (clipping) mask to unveil a ray of lights
Imagine having a set of light rays surrounding a circle - just like the sun. What I want to do is reveil the rays, so the appear to be "rising" from the sun.
In Flash I would be able to create a nice ...
0
votes
2answers
68 views
Border of image clipped by Bezier path
Suppose I have an image that was rendered by drawing another image into it with a Bezier path used to clip the drawing. What I'd like is to be able to render the resulting image in such a way that the ...
0
votes
0answers
65 views
matlab gui, no clipping using scrollbar
I wanted to implement an scrollbar in my gui.
so I put a panel. then added a slider plus another panel as it's children and used the slider to change inner panel's position.
but when I scroll down, ...
0
votes
1answer
65 views
Actionscript 2 - How to check if movie clip exists on specific position of stage?
I'm working on a flash project with actionscript 2.0 and i need to check if there's a movie clip on a specific position of stage. Is there a function for that? Thanks :)
1
vote
0answers
44 views
CSS Clip Property - Is there an inverse; hide the clipped area?
Simple question: The CSS clip syntax gets you to define a rectangular area of a larger image that you wish to be visible. Is there a way to specify the inverse? Specify the rectangular area of the ...
0
votes
0answers
53 views
How to play external sound file in Java
how to play sound in java which not internally saved in java project?
I have tried this code but it only work with the file compiled in java project.. I want to make the sound file directory apart ...
2
votes
0answers
62 views
Clip method in html5 canvas
I need to put an image on a canvas, then use the mouse to draw a random shape on the canvas, clip the region inside the shape and create another image from the clipped region so that I can apply som ...
1
vote
1answer
103 views
Css clipping, pie charts and hover
from this:
http://www.kylejlarson.com/blog/2011/how-to-create-pie-charts-with-css3/
.pieContainer {
height: 100px;
}
.pieBackground {
background-color: grey;
...
3
votes
2answers
105 views
How to clip WorldMap with polygon in R?
I have imported a world map dataset from www.GADM.org using the R package raster. I would like to clip it to a polygon I create to reduce the size of the map. I can retrieve the data and I can create ...
0
votes
1answer
100 views
Showing only part of Canvas in WPF C#
I have Canvas in WPF project defined to be 1000 x 3000px.
Now i'm using Clip method from point (0,1000) to (1000, 2000).
It will be middle of that canvas.
Now i want to show it in a ScrollViewer, but ...
0
votes
4answers
100 views
Resizing Movie Clips AS3
Ok, so I have a game in flash, a platform game.In this game you have to jump over spikes.So I create the spike and convert it to a symbol, a movie clip.When it registers as a movie clip, it's not a ...
2
votes
0answers
39 views
Play subclip of video
Here is my very basic page that plays a video with jwplayer:
<html>
<head>
<script type="text/javascript" src="jwplayer.js"></script>
</head>
<body>
<div ...
1
vote
1answer
137 views
open the same wav file give me a javax.sound.sampled.LineUnavailableException
i have two similar wave (similar format) and I preload them with this code
Clip click1;
Clip click2;
File soundFile = new File("click1.wav");
AudioInputStream sound = ...
0
votes
1answer
34 views
Create several bitmaps from a large bitmap using paths or rects
So I have a bitmap.. Now I want to create 5 smaller bitmaps from specific regions of the original bitmap.
Is it possible to do this with paths or rects?
for instance : newBitmap = ...
0
votes
1answer
84 views
Setting plot limits in R with aspect ratio of 1
I am trying to plot a map of the Arctic in Polar stereographic projection. To do this I have imported an already projected shapefile into R using the rGDAL package:
ds <- readOGR(dsn = path, layer ...
-2
votes
1answer
37 views
Progress bar for clip in java [closed]
I am making audiomixer.
What I need to do is to make a progress bar that shows a graphic representation of where in the audioclip the song is playing. Any suggestions?
0
votes
1answer
39 views
How can I get the property 'clip' in css and change it with javascript?
I have wrote code like that:
<style>
*{margin: 0 ; padding: 0;}
html,body{height:100%}
div#rect {background: #39c; width:100% ; height:100% ; clip: rect(200px 700px ...
0
votes
0answers
72 views
How to fill area with image in javascript
Having problems with filling a "zone" that i have created with multiple edges, with an image.
The code has the error;
Uncaught TypeError: Cannot read property '1' of undefined
This happens at this ...
0
votes
1answer
133 views
Random Background Image For Background Clip
On my personal site: http://pavelrozman.com/ the background photo reloads on every refresh with some javascript. Then, I stumbled upon a cool clipping mask tutorial on the web.
h1 {
font-family: ...
0
votes
2answers
253 views
java based music player recognising only .wav file formats
i m trying to make a simple java frame based music player. i have succeded in doing so, but if it plays only .wav files. even if i change the load file condition to .mp3 and then load up an mp3 file, ...
3
votes
1answer
76 views
Clipping images with Javascript
So far I haven't found anything to substitute using the clip property. I've tried sing negative margins to no avail. And now my last hope is javascript. I've googled it but haven't really found what ...
0
votes
0answers
49 views
UIKit Drawing - selection and move is not working
I am trying to create a paint like app in which I have 2 features - drawing with a pencil and `selecting the drawn area and moving.
Drawing and area selection are working. issues - moving the ...
0
votes
1answer
89 views
Prevent drawing over the same area of a Graphics2D
Language: Java.
Hi, I need to prevent drawing over the same location of a Graphics2D more than once. For example, if the user draws using a BasicStroke with a round cap and a width of 10 over a ...
1
vote
1answer
130 views
How to create glClipPlanes matching the current projection matrix?
I'm rendering a collection of points in space which the user has manually rotated, panned, zoomed, and finally drawn a selection rectangle over a desired section. When they do this I call ...
0
votes
1answer
281 views
clip on intersection with KineticJS Wedges
I'm a KineticJS beginner, and I'd like to make two draggable wedges that change to a specific color at their intersection. I've seen the shape clipping tutorial and the shape intersection questions ...
1
vote
1answer
75 views
java :clip line not working
Here is the code i am using.I have used Clip class to play a clip.Program has been compiled without any error and is running properly but i can't hear the sound.
import java.io.File;
import ...
0
votes
0answers
36 views
Stop jamming sounds while playing sounds via a button is pressed (called)
I am making an app to play sound clips, however the script jams while I was trying to play them (two clips are duplicated!)
Here's my script:
<script type="text/javascript">
var playerObj = ...
0
votes
1answer
114 views
Android: clip background image to screen boundaries
Looking around, I see many questions that are very similar but not exactly like mine. The questions I've seen either want to avoid clipping, or clip to some complex path. I just want a simple clip. ...
1
vote
0answers
70 views
center element to parent and allow clipping without absolute positioning
I keep struggling with this one. I need to center a child within it's parent and if it's width exceeds that of the parent, allow the parent to clip it. This is easily done with position: absolute;, ...
1
vote
0answers
89 views
Did someone use onPrimaryClipChanged?
There is a problem, when i use OnPrimaryClipChangedListener to lesten clipboard change.
it always get twice. can somebody help me?
Code is like this:
private OnPrimaryClipChangedListener ...
0
votes
0answers
45 views
White gap above NSMenuItem custom view after menu update
I've made custom NSView for my Status Item app using this tutorial:
Gap above NSMenuItem custom view
Everything is working fine except the fact that every time I'm updating the NSMenuItems inside the ...
2
votes
2answers
378 views
Clipping or chamfering corners of image to see background
I have a design where corners of images are cut in a 45° angle. For the time being, it’s achieved by masking it with an absolutely positioned span, which has a transparent background image set with ...
1
vote
1answer
149 views
Is it possible to overlay SpatialLinesDataFrame and SpatialPolygonDataFrame
I am wondering if this is possible to do this R .
I have one data as SpatialLinesDataFrame and another as spatialPolygonDataFrame. Is it possible to overlay these two data ?
When I try to overlay ...
3
votes
1answer
319 views
Intersect the contour and polygon in R
I have been trying for a few days to create the contour and then plot the shapefile and contour on the same file. Now, that I am able to create the contour and shapefile on the same plot. I want to ...
0
votes
0answers
47 views
Color Composition using SVG masks
I've tried searching around for this, and while the w3 website has been very helpful I can't seem to figure it out. I've created in my .svg filed three path elements that fit together to form a shape. ...
0
votes
2answers
148 views
mask an image on an angle
I am making an accordion that is meant to have slanted elements, I have got the accordion functionality working, but I am struggling to create the slanted effect, I have a jsfiddle
and also here is ...
0
votes
1answer
165 views
Java game sound effects isn't working correctly
I'm trying to do my school project (a simple Java game) and I cant's get the sound effects work. I'm doing it using Clip and now my playSound-method looks like this:
public void playSound(File ...
1
vote
1answer
228 views
apply custom shape to clip property CSS
I'm just discovering and investigating the clip property of CSS. I've read that a rectangle or square object can be applied to the clip. After investigating and not finding a clear answer I decided to ...
0
votes
1answer
68 views
java tool kit beep in kubuntu
I've been a fan of Ubuntu for some time, for the past year or so I've only run XUbuntu on my laptop, I caught a glimpse of Kubuntu and had to try it. Up until I tried to make a simple application it ...
2
votes
1answer
217 views
How to find the total area and centroid of polygon using some polygon clipping algorithm?
I would like to know the total area and centroid of polygon above line after clipping. The polygon could be either convex or concave. But not self intersect.
I know there are great libraries for ...
1
vote
1answer
215 views
AbstractLine Unsupported control type: Master Gain Java
I am having an error when using Clip.getControl() as per:-
import java.io.File;
import java.io.IOException;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import ...
1
vote
0answers
51 views
WP7 ScrollViewer content clipped
I add Canvas in ScrollViewer and Set Canvas Clip as below. But the content is clipped. I am confused. Please help me.
public MainPage()
{
InitializeComponent();
for (int i = ...
0
votes
1answer
192 views
How to distort an image to any quadrangle?
Do any of you have an idea, how to distort an image in any quadrangle?
I want to implement an image, which you can pull any corner in any direction, distorting the image. Anyone has an idea how to do ...



