java.lang.Object
org.gjt.sp.jedit.textarea.AntiAlias
Class for representing AntiAlias values.
All subpixel modes are supported as of jEdit 4.5pre1
- Since:
- jedit 4.3pre4
- Author:
- ezust
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
fromString
(String v) void
set
(int newValue) toString()
int
val()
-
Field Details
-
NONE
- See Also:
-
STANDARD
- See Also:
-
SUBPIXEL
- See Also:
-
SUBPIXEL_HRGB
- See Also:
-
SUBPIXEL_VRGB
- See Also:
-
SUBPIXEL_HBGR
- See Also:
-
SUBPIXEL_VBGR
- See Also:
-
comboChoices
-
renderHints
-
-
Constructor Details
-
AntiAlias
public AntiAlias(boolean isEnabled) -
AntiAlias
public AntiAlias(int val) -
AntiAlias
-
-
Method Details