org.apache.fontbox.cff

Class CharStringCommand.Key

public static class CharStringCommand.Key extends Object

A static class to hold one or more int values as key.
Constructor Summary
Key(int b0)
Constructor with one value.
Key(int b0, int b1)
Constructor with two values.
Key(int[] values)
Constructor with an array as values.
Method Summary
booleanequals(Object object)
int[]getValue()
Array the with the values.
inthashCode()
StringtoString()

Constructor Detail

Key

public Key(int b0)
Constructor with one value.

Parameters: b0 value

Key

public Key(int b0, int b1)
Constructor with two values.

Parameters: b0 value1 b1 value2

Key

public Key(int[] values)
Constructor with an array as values.

Parameters: values array of values

Method Detail

equals

public boolean equals(Object object)
{@inheritDoc }

getValue

public int[] getValue()
Array the with the values.

Returns: array with the values

hashCode

public int hashCode()
{@inheritDoc }

toString

public String toString()
{@inheritDoc }
Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.