Interface PathSegment.HasAlternateHex
-
- All Known Implementing Classes:
AnonStructSeg
- Enclosing class:
- PathSegment
public static interface PathSegment.HasAlternateHex
Mark implementations that have nested elements that can have their hex representations shown separately. Checked and invoked byCipPath.hexString(boolean)
when such a segment is the solo segment of a CipPath.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
alternateHex(boolean padded)
-