类 ExampleUtils

java.lang.Object
org.hipparchus.samples.ExampleUtils

public class ExampleUtils extends Object
用于示例的图形工具。
  • 构造器详细资料

    • ExampleUtils

      public ExampleUtils()
      空构造函数。

      这个构造函数并非必需,但它可以防止在JDK 18及更高版本中出现虚假的javadoc警告。

      从以下版本开始:
      3.0
  • 方法详细资料

    • showExampleFrame

      public static void showExampleFrame(ExampleUtils.ExampleFrame frame)
      显示示例。
      参数:
      frame - 要显示的框架
    • resizeImage

      public static BufferedImage resizeImage(BufferedImage originalImage, int width, int height, int type)
      调整图像大小。
      参数:
      originalImage - 原始图像
      width - 期望的宽度
      height - 期望的高度
      type - 创建图像的类型
      返回:
      调整大小后的图像