UserProperties

Inheritance: java.lang.Object, java.util.Dictionary, java.util.Hashtable, java.util.Properties

public class UserProperties extends Properties

형식이 지정된 속성을 설정하고 반환할 수 있는 특수 속성 클래스입니다. 또한 이 속성 객체에 해당 속성이 없을 경우 검색할 두 개의 기본 속성 객체를 연결할 수 있습니다.

생성자

생성자설명
UserProperties()UserProperties 클래스의 빈 인스턴스를 초기화합니다.
UserProperties(Properties defaults)UserProperties 클래스를 기본값으로 초기화합니다.
UserProperties(Properties defaults, Properties altDefaults)UserProperties를 defaults와 altDefaults 테이블로 구성하며, 해당 순서대로 검색됩니다.

메서드

메서드설명
clear()
clone()
compute(K arg0, BiFunction<? super K,? super V,? extends V> arg1)
compute(Object arg0, BiFunction arg1)
computeIfAbsent(K arg0, Function<? super K,? extends V> arg1)
computeIfAbsent(Object arg0, Function arg1)
computeIfPresent(K arg0, BiFunction<? super K,? super V,? extends V> arg1)
computeIfPresent(Object arg0, BiFunction arg1)
contains(Object arg0)
containsKey(Object arg0)
containsValue(Object arg0)
elements()
entrySet()
equals(Object arg0)
forEach(BiConsumer<? super K,? super V> arg0)
forEach(BiConsumer<? super Object,? super Object> arg0)
get(Object arg0)
getClass()
getOrDefault(Object arg0, V arg1)
getOrDefault(Object arg0, Object arg1)
getProperty(String key)문자열 속성 값을 가져옵니다.
getProperty(String key, String def)문자열 속성 값을 가져옵니다.
getPropertyColor(String key)색상 속성 값을 가져옵니다.
getPropertyColor(String key, Color def)색상 속성 값을 가져옵니다.
getPropertyDimension(String key)크기 속성 값을 가져옵니다.
getPropertyDimension(String key, Dimension def)크기 속성 값을 가져옵니다.
getPropertyDouble(String key)double 속성 값을 가져옵니다.
getPropertyDouble(String key, double def)double 속성 값을 가져옵니다.
getPropertyFloat(String key)float 속성 값을 가져옵니다.
getPropertyFloat(String key, float def)float 속성 값을 가져옵니다.
getPropertyInsets(String key)인셋 속성 값을 가져옵니다.
getPropertyInsets(String key, Insets def)인셋 속성 값을 가져옵니다.
getPropertyInt(String key)integer 속성 값을 가져옵니다.
getPropertyInt(String key, int def)integer 속성 값을 가져옵니다.
getPropertyMatrix(String key)float 속성 값을 가져옵니다.
getPropertyMatrix(String key, AffineTransform def)float 속성 값을 가져옵니다.
getPropertyRectangle(String key)rectangle 속성 값을 가져옵니다.
getPropertyRectangle(String key, Rectangle def)rectangle 속성 값을 가져옵니다.
getPropertyStringArray(String key)string 배열 속성 값을 가져옵니다.
getPropertyStringArray(String key, String[] def)string 배열 속성 값을 가져옵니다.
hashCode()
isEmpty()
isProperty(String key)boolean 속성 값을 가져옵니다.
isProperty(String key, boolean def)boolean 속성 값을 가져옵니다.
keySet()
keys()
list(PrintStream arg0)
list(PrintWriter arg0)
load(InputStream arg0)
load(Reader arg0)
loadFromXML(InputStream arg0)
merge(K arg0, V arg1, BiFunction<? super V,? super V,? extends V> arg2)
merge(Object arg0, Object arg1, BiFunction arg2)
notify()
notifyAll()
printProperties()설정된 모든 속성을 출력합니다.
propertyNames()속성 이름을 반환합니다.
put(K arg0, V arg1)
put(Object arg0, Object arg1)
putAll(Map<? extends K,? extends V> arg0)
putAll(Map arg0)
putIfAbsent(K arg0, V arg1)
putIfAbsent(Object arg0, Object arg1)
remove(Object arg0)
remove(Object arg0, Object arg1)
replace(K arg0, V arg1)
replace(K arg0, V arg1, V arg2)
replace(Object arg0, Object arg1)
replace(Object arg0, Object arg1, Object arg2)
replaceAll(BiFunction<? super K,? super V,? extends V> arg0)
replaceAll(BiFunction arg0)
save(OutputStream arg0, String arg1)
setProperties(Properties properties)기본값을 포함한 속성을 이 UserProperties에 복사합니다.
setProperty(String key, boolean value)boolean 속성 값을 설정합니다.
setProperty(String key, double value)double 속성 값을 설정합니다.
setProperty(String key, float value)float 속성 값을 설정합니다.
setProperty(String key, int value)integer 속성 값을 설정합니다.
setProperty(String key, Color value)색상 속성 값을 설정합니다.
setProperty(String key, Dimension value)크기 속성 값을 설정합니다.
setProperty(String key, Insets value)인셋 속성 값을 설정합니다.
setProperty(String key, Rectangle value)rectangle 속성 값을 설정합니다.
setProperty(String key, AffineTransform value)matrix 속성 값을 설정합니다.
setProperty(String key, String value)string 속성 값을 설정합니다.
setProperty(String key, String[] value)string 배열 속성 값을 설정합니다.
setProperty(Properties properties, String key, boolean value)지정된 속성 테이블에 boolean 속성 값을 설정합니다.
setProperty(Properties properties, String key, double value)지정된 속성 테이블에 double 속성 값을 설정합니다.
setProperty(Properties properties, String key, float value)지정된 속성 테이블에 float 속성 값을 설정합니다.
setProperty(Properties properties, String key, int value)지정된 속성 테이블에 integer 속성 값을 설정합니다.
setProperty(Properties properties, String key, Color value)지정된 속성 테이블에 color 속성 값을 설정합니다.
setProperty(Properties properties, String key, Dimension value)지정된 속성 테이블에 dimension 속성 값을 설정합니다.
setProperty(Properties properties, String key, Insets value)지정된 속성 테이블에 insets 속성 값을 설정합니다.
setProperty(Properties properties, String key, Rectangle value)지정된 속성 테이블에 rectangle 속성 값을 설정합니다.
setProperty(Properties properties, String key, AffineTransform value)지정된 속성 테이블에 matrix 속성 값을 설정합니다.
setProperty(Properties properties, String key, String[] value)지정된 속성 테이블에 string array 속성 값을 설정합니다.
size()
store(OutputStream arg0, String arg1)
store(Writer arg0, String arg1)
storeToXML(OutputStream arg0, String arg1)
storeToXML(OutputStream arg0, String arg1, String arg2)
storeToXML(OutputStream arg0, String arg1, Charset arg2)
stringPropertyNames()
toString()
values()
wait()
wait(long arg0)
wait(long arg0, int arg1)

UserProperties()

public UserProperties()

UserProperties 클래스의 빈 인스턴스를 초기화합니다.

UserProperties(Properties defaults)

public UserProperties(Properties defaults)

UserProperties 클래스를 기본값으로 초기화합니다.

Parameters:

매개변수유형설명
기본값java.util.Properties기본 속성 값들.

UserProperties(Properties defaults, Properties altDefaults)

public UserProperties(Properties defaults, Properties altDefaults)

UserProperties를 defaults와 altDefaults 테이블로 구성하며, 해당 순서대로 검색됩니다.

Parameters:

매개변수유형설명
기본값java.util.Properties기본 속성.
altDefaultsjava.util.Properties대체 기본 속성.

clear()

public synchronized void clear()

clone()

public synchronized Object clone()

Returns: java.lang.Object

compute(K arg0, BiFunction<? super K,? super V,? extends V> arg1)

public synchronized V compute(K arg0, BiFunction<? super K,? super V,? extends V> arg1)

Parameters:

매개변수유형설명
arg0K
arg1java.util.function.BiFunction<? super K,? super V,? extends V>

Returns: V

compute(Object arg0, BiFunction arg1)

public synchronized Object compute(Object arg0, BiFunction<? super Object,? super Object,?> arg1)

Parameters:

매개변수유형설명
arg0java.lang.Object
arg1java.util.function.BiFunction

Returns: java.lang.Object

computeIfAbsent(K arg0, Function<? super K,? extends V> arg1)

public synchronized V computeIfAbsent(K arg0, Function<? super K,? extends V> arg1)

Parameters:

매개변수유형설명
arg0K
arg1java.util.function.Function<? super K,? extends V>

Returns: V

computeIfAbsent(Object arg0, Function arg1)

public synchronized Object computeIfAbsent(Object arg0, Function<? super Object,?> arg1)

Parameters:

매개변수유형설명
arg0java.lang.Object
arg1java.util.function.Function

Returns: java.lang.Object

computeIfPresent(K arg0, BiFunction<? super K,? super V,? extends V> arg1)

public synchronized V computeIfPresent(K arg0, BiFunction<? super K,? super V,? extends V> arg1)

Parameters:

매개변수유형설명
arg0K
arg1java.util.function.BiFunction<? super K,? super V,? extends V>

Returns: V

computeIfPresent(Object arg0, BiFunction arg1)

public synchronized Object computeIfPresent(Object arg0, BiFunction<? super Object,? super Object,?> arg1)

Parameters:

매개변수유형설명
arg0java.lang.Object
arg1java.util.function.BiFunction

Returns: java.lang.Object

contains(Object arg0)

public boolean contains(Object arg0)

Parameters:

매개변수유형설명
arg0java.lang.Object

Returns: boolean

containsKey(Object arg0)

public boolean containsKey(Object arg0)

Parameters:

매개변수유형설명
arg0java.lang.Object

Returns: boolean

containsValue(Object arg0)

public boolean containsValue(Object arg0)

Parameters:

매개변수유형설명
arg0java.lang.Object

Returns: boolean

elements()

public Enumeration<Object> elements()

Returns: java.util.Enumeration<java.lang.Object>

entrySet()

public Set<Map.Entry<Object,Object>> entrySet()

Returns: java.util.Set<java.util.Map.Entry<java.lang.Object,java.lang.Object»

equals(Object arg0)

public synchronized boolean equals(Object arg0)

Parameters:

매개변수유형설명
arg0java.lang.Object

Returns: boolean

forEach(BiConsumer<? super K,? super V> arg0)

public synchronized void forEach(BiConsumer<? super K,? super V> arg0)

Parameters:

매개변수유형설명
arg0java.util.function.BiConsumer<? super K,? super V>

forEach(BiConsumer<? super Object,? super Object> arg0)

public synchronized void forEach(BiConsumer<? super Object,? super Object> arg0)

Parameters:

매개변수유형설명
arg0java.util.function.BiConsumer<? super java.lang.Object,? super java.lang.Object>

get(Object arg0)

public Object get(Object arg0)

Parameters:

매개변수유형설명
arg0java.lang.Object

Returns: java.lang.Object

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getOrDefault(Object arg0, V arg1)

public synchronized V getOrDefault(Object arg0, V arg1)

Parameters:

매개변수유형설명
arg0java.lang.Object
arg1V

Returns: V

getOrDefault(Object arg0, Object arg1)

public Object getOrDefault(Object arg0, Object arg1)

Parameters:

매개변수유형설명
arg0java.lang.Object
arg1java.lang.Object

Returns: java.lang.Object

getProperty(String key)

public String getProperty(String key)

문자열 속성 값을 가져옵니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.

Returns: java.lang.String - 속성 값.

getProperty(String key, String def)

public String getProperty(String key, String def)

문자열 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본값을 반환합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
defjava.lang.String속성의 기본값.

Returns: java.lang.String - 속성 값.

getPropertyColor(String key)

public Color getPropertyColor(String key)

색상 속성 값을 가져옵니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.

Returns: java.awt.Color - 속성 값.

getPropertyColor(String key, Color def)

public Color getPropertyColor(String key, Color def)

색상 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본값을 반환합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
defjava.awt.Color속성의 기본값.

Returns: java.awt.Color - 속성 값.

getPropertyDimension(String key)

public Dimension getPropertyDimension(String key)

크기 속성 값을 가져옵니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.

Returns: java.awt.Dimension - 속성 값.

getPropertyDimension(String key, Dimension def)

public Dimension getPropertyDimension(String key, Dimension def)

크기 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본값을 반환합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
defjava.awt.Dimension속성의 기본값.

Returns: java.awt.Dimension - 속성 값.

getPropertyDouble(String key)

public double getPropertyDouble(String key)

double 속성 값을 가져옵니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.

Returns: double - 속성 값.

getPropertyDouble(String key, double def)

public double getPropertyDouble(String key, double def)

double 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본값을 반환합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
defdouble속성의 기본값.

Returns: double - 속성 값.

getPropertyFloat(String key)

public float getPropertyFloat(String key)

float 속성 값을 가져옵니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.

Returns: float - 속성 값.

getPropertyFloat(String key, float def)

public float getPropertyFloat(String key, float def)

float 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본값을 반환합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
deffloat속성의 기본값.

Returns: float - 속성 값.

getPropertyInsets(String key)

public Insets getPropertyInsets(String key)

인셋 속성 값을 가져옵니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.

Returns: java.awt.Insets - 속성 값.

getPropertyInsets(String key, Insets def)

public Insets getPropertyInsets(String key, Insets def)

인셋 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본값을 반환합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
defjava.awt.Insets속성의 기본값.

Returns: java.awt.Insets - 속성 값.

getPropertyInt(String key)

public int getPropertyInt(String key)

integer 속성 값을 가져옵니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.

Returns: int - 속성 값.

getPropertyInt(String key, int def)

public int getPropertyInt(String key, int def)

정수 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본값을 반환합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
defint속성의 기본값.

Returns: int - 속성 값.

getPropertyMatrix(String key)

public AffineTransform getPropertyMatrix(String key)

float 속성 값을 가져옵니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.

Returns: java.awt.geom.AffineTransform - 속성 값.

getPropertyMatrix(String key, AffineTransform def)

public AffineTransform getPropertyMatrix(String key, AffineTransform def)

float 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본값을 반환합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
defjava.awt.geom.AffineTransform속성의 기본값.

Returns: java.awt.geom.AffineTransform - 속성 값.

getPropertyRectangle(String key)

public Rectangle getPropertyRectangle(String key)

rectangle 속성 값을 가져옵니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.

Returns: java.awt.Rectangle - 속성 값.

getPropertyRectangle(String key, Rectangle def)

public Rectangle getPropertyRectangle(String key, Rectangle def)

사각형 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본값을 반환합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
defjava.awt.Rectangle속성의 기본값.

Returns: java.awt.Rectangle - 속성 값.

getPropertyStringArray(String key)

public String[] getPropertyStringArray(String key)

string 배열 속성 값을 가져옵니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.

Returns: java.lang.String[] - 속성 값.

getPropertyStringArray(String key, String[] def)

public String[] getPropertyStringArray(String key, String[] def)

문자열 배열 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본 값을 반환합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
defjava.lang.String[]속성의 기본값.

Returns: java.lang.String[] - 속성 값.

hashCode()

public synchronized int hashCode()

Returns: int

isEmpty()

public boolean isEmpty()

Returns: boolean

isProperty(String key)

public boolean isProperty(String key)

boolean 속성 값을 가져옵니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.

Returns: boolean - 속성 값.

isProperty(String key, boolean def)

public boolean isProperty(String key, boolean def)

불리언 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본 값을 반환합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
defboolean속성의 기본값.

Returns: boolean - 속성 값.

keySet()

public Set<Object> keySet()

Returns: java.util.Set<java.lang.Object>

keys()

public Enumeration<Object> keys()

Returns: java.util.Enumeration<java.lang.Object>

list(PrintStream arg0)

public void list(PrintStream arg0)

Parameters:

매개변수유형설명
arg0java.io.PrintStream

list(PrintWriter arg0)

public void list(PrintWriter arg0)

Parameters:

매개변수유형설명
arg0java.io.PrintWriter

load(InputStream arg0)

public synchronized void load(InputStream arg0)

Parameters:

매개변수유형설명
arg0java.io.InputStream

load(Reader arg0)

public synchronized void load(Reader arg0)

Parameters:

매개변수유형설명
arg0java.io.Reader

loadFromXML(InputStream arg0)

public synchronized void loadFromXML(InputStream arg0)

Parameters:

매개변수유형설명
arg0java.io.InputStream

merge(K arg0, V arg1, BiFunction<? super V,? super V,? extends V> arg2)

public synchronized V merge(K arg0, V arg1, BiFunction<? super V,? super V,? extends V> arg2)

Parameters:

매개변수유형설명
arg0K
arg1V
arg2java.util.function.BiFunction<? super V,? super V,? extends V>

Returns: V

merge(Object arg0, Object arg1, BiFunction arg2)

public synchronized Object merge(Object arg0, Object arg1, BiFunction<? super Object,? super Object,?> arg2)

Parameters:

매개변수유형설명
arg0java.lang.Object
arg1java.lang.Object
arg2java.util.function.BiFunction

Returns: java.lang.Object

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

printProperties()

public void printProperties()

설정된 모든 속성을 출력합니다.

propertyNames()

public Enumeration propertyNames()

속성 이름을 반환합니다.

Returns: java.util.Enumeration - 속성 이름들의 열거.

put(K arg0, V arg1)

public synchronized V put(K arg0, V arg1)

Parameters:

매개변수유형설명
arg0K
arg1V

Returns: V

put(Object arg0, Object arg1)

public synchronized Object put(Object arg0, Object arg1)

Parameters:

매개변수유형설명
arg0java.lang.Object
arg1java.lang.Object

Returns: java.lang.Object

putAll(Map<? extends K,? extends V> arg0)

public synchronized void putAll(Map<? extends K,? extends V> arg0)

Parameters:

매개변수유형설명
arg0java.util.Map<? extends K,? extends V>

putAll(Map arg0)

public synchronized void putAll(Map<?,?> arg0)

Parameters:

매개변수유형설명
arg0java.util.Map

putIfAbsent(K arg0, V arg1)

public synchronized V putIfAbsent(K arg0, V arg1)

Parameters:

매개변수유형설명
arg0K
arg1V

Returns: V

putIfAbsent(Object arg0, Object arg1)

public synchronized Object putIfAbsent(Object arg0, Object arg1)

Parameters:

매개변수유형설명
arg0java.lang.Object
arg1java.lang.Object

Returns: java.lang.Object

remove(Object arg0)

public synchronized Object remove(Object arg0)

Parameters:

매개변수유형설명
arg0java.lang.Object

Returns: java.lang.Object

remove(Object arg0, Object arg1)

public synchronized boolean remove(Object arg0, Object arg1)

Parameters:

매개변수유형설명
arg0java.lang.Object
arg1java.lang.Object

Returns: boolean

replace(K arg0, V arg1)

public synchronized V replace(K arg0, V arg1)

Parameters:

매개변수유형설명
arg0K
arg1V

Returns: V

replace(K arg0, V arg1, V arg2)

public synchronized boolean replace(K arg0, V arg1, V arg2)

Parameters:

매개변수유형설명
arg0K
arg1V
arg2V

Returns: boolean

replace(Object arg0, Object arg1)

public synchronized Object replace(Object arg0, Object arg1)

Parameters:

매개변수유형설명
arg0java.lang.Object
arg1java.lang.Object

Returns: java.lang.Object

replace(Object arg0, Object arg1, Object arg2)

public synchronized boolean replace(Object arg0, Object arg1, Object arg2)

Parameters:

매개변수유형설명
arg0java.lang.Object
arg1java.lang.Object
arg2java.lang.Object

Returns: boolean

replaceAll(BiFunction<? super K,? super V,? extends V> arg0)

public synchronized void replaceAll(BiFunction<? super K,? super V,? extends V> arg0)

Parameters:

매개변수유형설명
arg0java.util.function.BiFunction<? super K,? super V,? extends V>

replaceAll(BiFunction arg0)

public synchronized void replaceAll(BiFunction<? super Object,? super Object,?> arg0)

Parameters:

매개변수유형설명
arg0java.util.function.BiFunction

save(OutputStream arg0, String arg1)

public void save(OutputStream arg0, String arg1)

Parameters:

매개변수유형설명
arg0java.io.OutputStream
arg1java.lang.String

setProperties(Properties properties)

public void setProperties(Properties properties)

기본값을 포함한 속성을 이 UserProperties에 복사합니다.

Parameters:

매개변수유형설명
속성들java.util.Properties속성들.

setProperty(String key, boolean value)

public Object setProperty(String key, boolean value)

boolean 속성 값을 설정합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
boolean속성의 값.

Returns: java.lang.Object - 속성.

setProperty(String key, double value)

public Object setProperty(String key, double value)

double 속성 값을 설정합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
double속성의 값.

Returns: java.lang.Object - 속성.

setProperty(String key, float value)

public Object setProperty(String key, float value)

float 속성 값을 설정합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
float속성의 값.

Returns: java.lang.Object - 속성.

setProperty(String key, int value)

public Object setProperty(String key, int value)

integer 속성 값을 설정합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
int속성의 값.

Returns: java.lang.Object - 속성.

setProperty(String key, Color value)

public Object setProperty(String key, Color value)

색상 속성 값을 설정합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
java.awt.Color속성의 값.

Returns: java.lang.Object - 속성.

setProperty(String key, Dimension value)

public Object setProperty(String key, Dimension value)

크기 속성 값을 설정합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
java.awt.Dimension속성의 값.

Returns: java.lang.Object - 속성.

setProperty(String key, Insets value)

public Object setProperty(String key, Insets value)

인셋 속성 값을 설정합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
java.awt.Insets속성의 값.

Returns: java.lang.Object - 속성.

setProperty(String key, Rectangle value)

public Object setProperty(String key, Rectangle value)

rectangle 속성 값을 설정합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
java.awt.Rectangle속성의 값.

Returns: java.lang.Object - 속성.

setProperty(String key, AffineTransform value)

public Object setProperty(String key, AffineTransform value)

matrix 속성 값을 설정합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
java.awt.geom.AffineTransform속성의 값.

Returns: java.lang.Object - 속성.

setProperty(String key, String value)

public Object setProperty(String key, String value)

string 속성 값을 설정합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
java.lang.String속성의 값.

Returns: java.lang.Object - 속성.

setProperty(String key, String[] value)

public Object setProperty(String key, String[] value)

string 배열 속성 값을 설정합니다.

Parameters:

매개변수유형설명
java.lang.String속성의 이름.
java.lang.String[]속성의 값.

Returns: java.lang.Object - 속성.

setProperty(Properties properties, String key, boolean value)

public static Object setProperty(Properties properties, String key, boolean value)

지정된 속성 테이블에 boolean 속성 값을 설정합니다.

Parameters:

매개변수유형설명
속성들java.util.Properties속성 테이블.
java.lang.String속성의 이름.
boolean속성의 값.

Returns: java.lang.Object - 속성.

setProperty(Properties properties, String key, double value)

public static Object setProperty(Properties properties, String key, double value)

지정된 속성 테이블에 double 속성 값을 설정합니다.

Parameters:

매개변수유형설명
속성들java.util.Properties속성 테이블.
java.lang.String속성의 이름.
double속성의 값.

Returns: java.lang.Object - 속성.

setProperty(Properties properties, String key, float value)

public static Object setProperty(Properties properties, String key, float value)

지정된 속성 테이블에 float 속성 값을 설정합니다.

Parameters:

매개변수유형설명
속성들java.util.Properties속성 테이블.
java.lang.String속성의 이름.
float속성의 값.

Returns: java.lang.Object - 속성.

setProperty(Properties properties, String key, int value)

public static Object setProperty(Properties properties, String key, int value)

지정된 속성 테이블에 integer 속성 값을 설정합니다.

Parameters:

매개변수유형설명
속성들java.util.Properties속성 테이블.
java.lang.String속성의 이름.
int속성의 값.

Returns: java.lang.Object - 속성.

setProperty(Properties properties, String key, Color value)

public static Object setProperty(Properties properties, String key, Color value)

지정된 속성 테이블에 color 속성 값을 설정합니다.

Parameters:

매개변수유형설명
속성들java.util.Properties속성 테이블.
java.lang.String속성의 이름.
java.awt.Color속성의 값.

Returns: java.lang.Object - 속성.

setProperty(Properties properties, String key, Dimension value)

public static Object setProperty(Properties properties, String key, Dimension value)

지정된 속성 테이블에 dimension 속성 값을 설정합니다.

Parameters:

매개변수유형설명
속성들java.util.Properties속성 테이블.
java.lang.String속성의 이름.
java.awt.Dimension속성의 값.

Returns: java.lang.Object - 속성.

setProperty(Properties properties, String key, Insets value)

public static Object setProperty(Properties properties, String key, Insets value)

지정된 속성 테이블에 insets 속성 값을 설정합니다.

Parameters:

매개변수유형설명
속성들java.util.Properties속성 테이블.
java.lang.String속성의 이름.
java.awt.Insets속성의 값.

Returns: java.lang.Object - 속성.

setProperty(Properties properties, String key, Rectangle value)

public static Object setProperty(Properties properties, String key, Rectangle value)

지정된 속성 테이블에 rectangle 속성 값을 설정합니다.

Parameters:

매개변수유형설명
속성들java.util.Properties속성 테이블.
java.lang.String속성의 이름.
java.awt.Rectangle속성의 값.

Returns: java.lang.Object - 속성.

setProperty(Properties properties, String key, AffineTransform value)

public static Object setProperty(Properties properties, String key, AffineTransform value)

지정된 속성 테이블에 matrix 속성 값을 설정합니다.

Parameters:

매개변수유형설명
속성들java.util.Properties속성 테이블.
java.lang.String속성의 이름.
java.awt.geom.AffineTransform속성의 값.

Returns: java.lang.Object - 속성.

setProperty(Properties properties, String key, String[] value)

public static Object setProperty(Properties properties, String key, String[] value)

지정된 속성 테이블에 string array 속성 값을 설정합니다.

Parameters:

매개변수유형설명
속성들java.util.Properties속성 테이블.
java.lang.String속성의 이름.
java.lang.String[]속성의 값.

Returns: java.lang.Object - 속성.

size()

public int size()

Returns: int

store(OutputStream arg0, String arg1)

public void store(OutputStream arg0, String arg1)

Parameters:

매개변수유형설명
arg0java.io.OutputStream
arg1java.lang.String

store(Writer arg0, String arg1)

public void store(Writer arg0, String arg1)

Parameters:

매개변수유형설명
arg0java.io.Writer
arg1java.lang.String

storeToXML(OutputStream arg0, String arg1)

public void storeToXML(OutputStream arg0, String arg1)

Parameters:

매개변수유형설명
arg0java.io.OutputStream
arg1java.lang.String

storeToXML(OutputStream arg0, String arg1, String arg2)

public void storeToXML(OutputStream arg0, String arg1, String arg2)

Parameters:

매개변수유형설명
arg0java.io.OutputStream
arg1java.lang.String
arg2java.lang.String

storeToXML(OutputStream arg0, String arg1, Charset arg2)

public void storeToXML(OutputStream arg0, String arg1, Charset arg2)

Parameters:

매개변수유형설명
arg0java.io.OutputStream
arg1java.lang.String
arg2java.nio.charset.Charset

stringPropertyNames()

public Set<String> stringPropertyNames()

Returns: java.util.Set<java.lang.String>

toString()

public synchronized String toString()

Returns: java.lang.String

values()

public Collection<Object> values()

Returns: java.util.Collection<java.lang.Object>

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

매개변수유형설명
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

매개변수유형설명
arg0long
arg1int