Uses of Class
com.iizix.prop.PropValidateException
Packages that use PropValidateException Package Description com.iizix.prop com.iizix.prop.ui.chart com.iizix.prop.ui.chart.axis2d com.iizix.prop.ui.chart.plot2d Uses of PropValidateException in com.iizix.prop
Methods in com.iizix.prop that throw PropValidateException Modifier and Type Method Description default booleanIPropCnrIntegerSettings. set(INTEGER_OPTION option, int value)Sets a number option.default booleanIPropCnrKStringSettings. set(KSTRING_OPTION option, KString value)Sets a KString option.default booleanIPropCnrKStringSettings. set(KSTRING_OPTION option, java.lang.String value)Sets a KString option as a plain string.default booleanIPropCnrNumberSettings. set(NUMBER_OPTION option, double value)Sets a number option.default booleanIPropCnrStringSettings. set(STRING_OPTION option, java.lang.String value)Sets a string option.booleanKStringProp. setHTMLString(java.lang.String newValue)Sets a new HTML String value for this property.booleanKStringProp. setPLAINString(java.lang.String newValue)Sets a new PLAIN String value for this property.booleanKStringProp. setPLAINString(java.lang.String newValue, boolean usesTagProcessing)Sets a new PLAIN String value for this property.booleanAbstractReference. setPropValue(java.lang.String newValue)Sets a new value for this property.booleanDoubleProp. setPropValue(double newValue)Sets a new value for this property.booleanInt32Prop. setPropValue(int newValue)Sets a new value for this property.booleanIntProp. setPropValue(int newValue)Sets a new value for this property.booleanKStringProp. setPropValue(KString newValue)Sets a new value for this property.booleanKStringProp. setPropValue(java.lang.String newValue)Sets a new PLAIN String value for this property.booleanLongProp. setPropValue(long newValue)Sets a new value for this property.booleanPlainKStringProp. setPropValue(KString newValue)Sets a new value for this property.booleanPlainKStringProp. setPropValue(PlainKString newValue)Sets a new value for this property.booleanStringProp. setPropValue(java.lang.String newValue)Sets a new value for this property.booleanStylesReferences. setPropValue(java.lang.String newValue)Sets a new value for this property.booleanValueTypeProp. setPropValue(java.lang.String type)Sets a new value for this property.default voidIPropCnrInteger. validate(PropCnr pc, int value)Validates a new value.default voidIPropCnrKString. validate(PropCnr pc, KString ks)Validates a new string.default voidIPropCnrNumber. validate(PropCnr pc, double value)Validates a new value.default voidIPropCnrString. validate(PropCnr pc, java.lang.String string)Validates a new string.Constructors in com.iizix.prop that throw PropValidateException Constructor Description AssetReferences(Atom propertyAtom, java.lang.String newValue)Creates a Styles Reference property with the specified name and value.DoubleProp(Atom propertyAtom, double newValue)Creates a Double property with the specified name and value.Int32Prop(Atom propertyAtom, int newValue)Creates an Integer property with the specified name and value.IntProp(Atom propertyAtom, int newValue)Creates an Integer property with the specified name and value.KStringProp(Atom propertyAtom, java.lang.String newValue)Creates a KString property with the specified name and value.LongProp(Atom propertyAtom, long newValue)Creates a Long property with the specified name and value.NumberProp(Atom propertyAtom, double newValue)Creates a Number property with the specified name and value.PasswordProp(Atom propertyAtom, java.lang.String password)Creates a Password property with the specified name and value.PlainKStringProp(Atom propertyAtom, java.lang.String newValue)Creates a KString property with the specified name and value.StringProp(Atom propertyAtom, java.lang.String newValue)Creates a String property with the specified name and value.StylesReferences(Atom propertyAtom, java.lang.String newValue)Creates a Styles Reference property with the specified name and value.Uses of PropValidateException in com.iizix.prop.ui.chart
Methods in com.iizix.prop.ui.chart that throw PropValidateException Modifier and Type Method Description voidChartInteger. validate(PropCnr pc, int value)Validates a new value.Uses of PropValidateException in com.iizix.prop.ui.chart.axis2d
Methods in com.iizix.prop.ui.chart.axis2d that throw PropValidateException Modifier and Type Method Description voidAxisInteger. validate(PropCnr pc, int value)Validates a new value.Uses of PropValidateException in com.iizix.prop.ui.chart.plot2d
Methods in com.iizix.prop.ui.chart.plot2d that throw PropValidateException Modifier and Type Method Description voidPlotInteger. validate(PropCnr pc, int value)Validates a new value.