Package system.drawing
Class Color
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.ValueType
-
- system.drawing.Color
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Color extends ValueType
The base .NET class managing System.Drawing.Color, System.Drawing.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Color
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Drawing.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Drawing.Primitivesstatic java.lang.String
className
Qualified class name: System.Drawing.Colorstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Drawing.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Drawing.Primitives- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Drawing.Color- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classValueType
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classValueType
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classValueType
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classValueType
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classValueType
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classValueType
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Color cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoColor
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Color
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Equals
public boolean Equals(Color other) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
-
ToArgb
public int ToArgb() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
GetBrightness
public Single GetBrightness() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
-
GetHue
public Single GetHue() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
-
GetSaturation
public Single GetSaturation() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
-
FromArgb
public static Color FromArgb(int alpha, int red, int green, int blue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, OutOfMemoryException, InvalidOperationException, NotSupportedException, FormatException
-
FromArgb
public static Color FromArgb(int red, int green, int blue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, ArgumentOutOfRangeException, FormatException
-
FromArgb
public static Color FromArgb(int alpha, Color baseColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, OutOfMemoryException, InvalidOperationException, NotSupportedException, FormatException
-
FromArgb
public static Color FromArgb(int argb) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
FromKnownColor
public static Color FromKnownColor(KnownColor color) throws java.lang.Throwable, MissingMemberException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ArgumentNullException
-
FromName
public static Color FromName(java.lang.String name) throws java.lang.Throwable, MissingMethodException, TargetInvocationException, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, ArgumentNullException, NullReferenceException, NotSupportedException, ArgumentException
-
ToKnownColor
public KnownColor ToKnownColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsEmpty
public boolean getIsEmpty() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsKnownColor
public boolean getIsKnownColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsNamedColor
public boolean getIsNamedColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsSystemColor
public boolean getIsSystemColor() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException
-
getA
public byte getA() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
getB
public byte getB() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
getG
public byte getG() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
getR
public byte getR() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
getAliceBlue
public static Color getAliceBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAntiqueWhite
public static Color getAntiqueWhite() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAqua
public static Color getAqua() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAquamarine
public static Color getAquamarine() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAzure
public static Color getAzure() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBeige
public static Color getBeige() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBisque
public static Color getBisque() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBlack
public static Color getBlack() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBlanchedAlmond
public static Color getBlanchedAlmond() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBlue
public static Color getBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBlueViolet
public static Color getBlueViolet() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBrown
public static Color getBrown() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBurlyWood
public static Color getBurlyWood() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCadetBlue
public static Color getCadetBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getChartreuse
public static Color getChartreuse() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getChocolate
public static Color getChocolate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCoral
public static Color getCoral() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCornflowerBlue
public static Color getCornflowerBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCornsilk
public static Color getCornsilk() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCrimson
public static Color getCrimson() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCyan
public static Color getCyan() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkBlue
public static Color getDarkBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkCyan
public static Color getDarkCyan() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkGoldenrod
public static Color getDarkGoldenrod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkGray
public static Color getDarkGray() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkGreen
public static Color getDarkGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkKhaki
public static Color getDarkKhaki() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkMagenta
public static Color getDarkMagenta() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkOliveGreen
public static Color getDarkOliveGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkOrange
public static Color getDarkOrange() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkOrchid
public static Color getDarkOrchid() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkRed
public static Color getDarkRed() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkSalmon
public static Color getDarkSalmon() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkSeaGreen
public static Color getDarkSeaGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkSlateBlue
public static Color getDarkSlateBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkSlateGray
public static Color getDarkSlateGray() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkTurquoise
public static Color getDarkTurquoise() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDarkViolet
public static Color getDarkViolet() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDeepPink
public static Color getDeepPink() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDeepSkyBlue
public static Color getDeepSkyBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDimGray
public static Color getDimGray() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDodgerBlue
public static Color getDodgerBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFirebrick
public static Color getFirebrick() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFloralWhite
public static Color getFloralWhite() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getForestGreen
public static Color getForestGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFuchsia
public static Color getFuchsia() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGainsboro
public static Color getGainsboro() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGhostWhite
public static Color getGhostWhite() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGold
public static Color getGold() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGoldenrod
public static Color getGoldenrod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGray
public static Color getGray() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGreen
public static Color getGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGreenYellow
public static Color getGreenYellow() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHoneydew
public static Color getHoneydew() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHotPink
public static Color getHotPink() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIndianRed
public static Color getIndianRed() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIndigo
public static Color getIndigo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIvory
public static Color getIvory() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getKhaki
public static Color getKhaki() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLavender
public static Color getLavender() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLavenderBlush
public static Color getLavenderBlush() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLawnGreen
public static Color getLawnGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLemonChiffon
public static Color getLemonChiffon() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightBlue
public static Color getLightBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightCoral
public static Color getLightCoral() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightCyan
public static Color getLightCyan() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightGoldenrodYellow
public static Color getLightGoldenrodYellow() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightGray
public static Color getLightGray() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightGreen
public static Color getLightGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightPink
public static Color getLightPink() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightSalmon
public static Color getLightSalmon() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightSeaGreen
public static Color getLightSeaGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightSkyBlue
public static Color getLightSkyBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightSlateGray
public static Color getLightSlateGray() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightSteelBlue
public static Color getLightSteelBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLightYellow
public static Color getLightYellow() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLime
public static Color getLime() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLimeGreen
public static Color getLimeGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLinen
public static Color getLinen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMagenta
public static Color getMagenta() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaroon
public static Color getMaroon() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMediumAquamarine
public static Color getMediumAquamarine() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMediumBlue
public static Color getMediumBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMediumOrchid
public static Color getMediumOrchid() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMediumPurple
public static Color getMediumPurple() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMediumSeaGreen
public static Color getMediumSeaGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMediumSlateBlue
public static Color getMediumSlateBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMediumSpringGreen
public static Color getMediumSpringGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMediumTurquoise
public static Color getMediumTurquoise() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMediumVioletRed
public static Color getMediumVioletRed() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMidnightBlue
public static Color getMidnightBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMintCream
public static Color getMintCream() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMistyRose
public static Color getMistyRose() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMoccasin
public static Color getMoccasin() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNavajoWhite
public static Color getNavajoWhite() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNavy
public static Color getNavy() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOldLace
public static Color getOldLace() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOlive
public static Color getOlive() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOliveDrab
public static Color getOliveDrab() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOrange
public static Color getOrange() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOrangeRed
public static Color getOrangeRed() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOrchid
public static Color getOrchid() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPaleGoldenrod
public static Color getPaleGoldenrod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPaleGreen
public static Color getPaleGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPaleTurquoise
public static Color getPaleTurquoise() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPaleVioletRed
public static Color getPaleVioletRed() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPapayaWhip
public static Color getPapayaWhip() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPeachPuff
public static Color getPeachPuff() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPeru
public static Color getPeru() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPink
public static Color getPink() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPlum
public static Color getPlum() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPowderBlue
public static Color getPowderBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPurple
public static Color getPurple() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRebeccaPurple
public static Color getRebeccaPurple() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRed
public static Color getRed() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRosyBrown
public static Color getRosyBrown() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRoyalBlue
public static Color getRoyalBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSaddleBrown
public static Color getSaddleBrown() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSalmon
public static Color getSalmon() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSandyBrown
public static Color getSandyBrown() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSeaGreen
public static Color getSeaGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSeaShell
public static Color getSeaShell() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSienna
public static Color getSienna() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSilver
public static Color getSilver() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSkyBlue
public static Color getSkyBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSlateBlue
public static Color getSlateBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSlateGray
public static Color getSlateGray() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSnow
public static Color getSnow() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSpringGreen
public static Color getSpringGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSteelBlue
public static Color getSteelBlue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTan
public static Color getTan() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTeal
public static Color getTeal() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getThistle
public static Color getThistle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTomato
public static Color getTomato() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTransparent
public static Color getTransparent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTurquoise
public static Color getTurquoise() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getViolet
public static Color getViolet() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWheat
public static Color getWheat() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWhite
public static Color getWhite() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWhiteSmoke
public static Color getWhiteSmoke() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getYellow
public static Color getYellow() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getYellowGreen
public static Color getYellowGreen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, NullReferenceException, NotSupportedException, ArgumentOutOfRangeException, FormatException, ArgumentNullException, ArrayTypeMismatchException
-
-