8000 Context · illa4257/i4Platform Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Context

illa4257 edited this page Nov 10, 2024 · 2 revisions

Package i4Framework.base

Interface Context


public interface Context

  • Method Summary

    All MethodsInstance MethodsAbstract Methods

    Modifier and Type

    Method

    Description

    [Vector2D](Vector2D)

    [bounds](#bounds(char%5B%5D))(char[] string)

    [Vector2D](Vector2D)

    [bounds](#bounds(java.lang.String))([String](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html) string)

    void

    [drawRect](#drawRect(float,float,float,float))(float x, float y, float w, float h)

    void

    [drawString](#drawString(char%5B%5D,float,float))(char[] str, float x, float y)

    void

    [drawString](#drawString(java.lang.String,float,float))([String](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html) str, float x, float y)

    void

    [setColor](#setColor(i4Framework.base.Color))([Color](Color) color)

  • Method Details

    • bounds

      Vector2D bounds(String string)

    • bounds

      Vector2D bounds(char[] string)

    • setColor

      void setColor(Color color)

    • drawRect

      void drawRect(float x, float y, float w, float h)

    • drawString

      void drawString(String str, float x, float y)

    • drawString

      void drawString(char[] str, float x, float y)

Clone this wiki locally
0