Skip to content

Commit

Permalink
change to internal API
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael5601 committed Jan 21, 2025
1 parent bd95028 commit 7aa7ed5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
import java.awt.image.*;
import java.io.*;
import java.util.*;
import org.eclipse.swt.graphics.SVGRasterizer;

import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.ImageData;
import org.eclipse.swt.graphics.PaletteData;
import org.eclipse.swt.graphics.RGB;
import org.eclipse.swt.internal.SVGRasterizer;

import com.github.weisj.jsvg.*;
import com.github.weisj.jsvg.geometry.size.*;
import com.github.weisj.jsvg.parser.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
*
* Contributors: Michael Bangas (Vector Informatik GmbH) - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.graphics;
package org.eclipse.swt.internal;

import java.io.*;

import org.eclipse.swt.graphics.*;

/**
* Defines the interface for an SVG rasterizer, responsible for converting SVG
* data into rasterized images.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Contributors: Michael Bangas (Vector Informatik GmbH) - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.graphics;
package org.eclipse.swt.internal;

import java.util.*;

Expand All @@ -19,7 +19,7 @@
*
* @since 3.129
*/
class SVGRasterizerRegistry {
public class SVGRasterizerRegistry {

/**
* The instance of the registered {@link SVGRasterizer}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import java.util.*;

import org.eclipse.swt.*;
import org.eclipse.swt.internal.*;
import org.eclipse.swt.internal.image.*;

/**
Expand Down

0 comments on commit 7aa7ed5

Please sign in to comment.