类 JImStyle
java.lang.Object
org.ice1000.jimgui.JImGuiStyleGen
org.ice1000.jimgui.JImStyle
- 所有已实现的接口:
AutoCloseable,DeallocatableObject
- 从以下版本开始:
- v0.1
-
字段概要
从类继承的字段 org.ice1000.jimgui.JImGuiStyleGen
nativeObjectPtr -
构造器概要
构造器 -
方法概要
从类继承的方法 org.ice1000.jimgui.JImGuiStyleGen
getAlpha, getAlpha, getButtonTextAlignX, getButtonTextAlignY, getCellPaddingX, getCellPaddingY, getChildBorderSize, getChildBorderSize, getChildRounding, getChildRounding, getCircleTessellationMaxError, getCircleTessellationMaxError, getColorButtonPosition, getColorButtonPosition, getColumnsMinSpacing, getColumnsMinSpacing, getCurveTessellationTol, getCurveTessellationTol, getDisplaySafeAreaPaddingX, getDisplaySafeAreaPaddingY, getDisplayWindowPaddingX, getDisplayWindowPaddingY, getFrameBorderSize, getFrameBorderSize, getFramePaddingX, getFramePaddingY, getFrameRounding, getFrameRounding, getGrabMinSize, getGrabMinSize, getGrabRounding, getGrabRounding, getIndentSpacing, getIndentSpacing, getInstance, getItemInnerSpacingX, getItemInnerSpacingY, getItemSpacingX, getItemSpacingY, getLogSliderDeadzone, getLogSliderDeadzone, getMouseCursorScale, getMouseCursorScale, getPopupBorderSize, getPopupBorderSize, getPopupRounding, getPopupRounding, getScrollbarRounding, getScrollbarRounding, getScrollbarSize, getScrollbarSize, getSelectableTextAlignX, getSelectableTextAlignY, getTabBorderSize, getTabBorderSize, getTabMinWidthForCloseButton, getTabMinWidthForCloseButton, getTabRounding, getTabRounding, getTouchExtraPaddingX, getTouchExtraPaddingY, getWindowBorderSize, getWindowBorderSize, getWindowMenuButtonPosition, getWindowMenuButtonPosition, getWindowMinSizeX, getWindowMinSizeY, getWindowPaddingX, getWindowPaddingY, getWindowRounding, getWindowRounding, getWindowTitleAlignX, getWindowTitleAlignY, isAntiAliasedFill, isAntiAliasedFill, isAntiAliasedLines, isAntiAliasedLines, scaleAllSizes, scaleAllSizes, setAlpha, setAlpha, setAntiAliasedFill, setAntiAliasedFill, setAntiAliasedLines, setAntiAliasedLines, setButtonTextAlignX, setButtonTextAlignY, setCellPaddingX, setCellPaddingY, setChildBorderSize, setChildBorderSize, setChildRounding, setChildRounding, setCircleTessellationMaxError, setCircleTessellationMaxError, setColorButtonPosition, setColorButtonPosition, setColumnsMinSpacing, setColumnsMinSpacing, setCurveTessellationTol, setCurveTessellationTol, setDisplaySafeAreaPaddingX, setDisplaySafeAreaPaddingY, setDisplayWindowPaddingX, setDisplayWindowPaddingY, setFrameBorderSize, setFrameBorderSize, setFramePaddingX, setFramePaddingY, setFrameRounding, setFrameRounding, setGrabMinSize, setGrabMinSize, setGrabRounding, setGrabRounding, setIndentSpacing, setIndentSpacing, setItemInnerSpacingX, setItemInnerSpacingY, setItemSpacingX, setItemSpacingY, setLogSliderDeadzone, setLogSliderDeadzone, setMouseCursorScale, setMouseCursorScale, setPopupBorderSize, setPopupBorderSize, setPopupRounding, setPopupRounding, setScrollbarRounding, setScrollbarRounding, setScrollbarSize, setScrollbarSize, setSelectableTextAlignX, setSelectableTextAlignY, setTabBorderSize, setTabBorderSize, setTabMinWidthForCloseButton, setTabMinWidthForCloseButton, setTabRounding, setTabRounding, setTouchExtraPaddingX, setTouchExtraPaddingY, setWindowBorderSize, setWindowBorderSize, setWindowMenuButtonPosition, setWindowMenuButtonPosition, setWindowMinSizeX, setWindowMinSizeY, setWindowPaddingX, setWindowPaddingY, setWindowRounding, setWindowRounding, setWindowTitleAlignX, setWindowTitleAlignY从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.ice1000.jimgui.cpp.DeallocatableObject
close
-
构造器详细资料
-
JImStyle
@Contract public JImStyle()- 从以下版本开始:
- v0.4
- 另请参阅:
JImGuiStyleGen.getInstance(JImGui),JImGui.getStyle()- API Note:
- Should call
deallocateNativeObject().
-
-
方法详细资料
-
getColor
-
deallocateNativeObject
public void deallocateNativeObject()- 指定者:
deallocateNativeObject在接口中DeallocatableObject
-